From 589a5d13dc2540e98ef659dd1bc7ef7cc0788773 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Apr 2025 10:33:04 +0000 Subject: [PATCH 1/9] chore(release): 1.0.0-beta.1 [skip ci] # 1.0.0-beta.1 (2025-04-25) ### Bug Fixes * fix html tests ([f517839](https://github.com/soranoo/next-css-obfuscator/commit/f51783907915a9ca11394cd9e8437af069af46de)) * **html:** fix [#57](https://github.com/soranoo/next-css-obfuscator/issues/57) ([a638538](https://github.com/soranoo/next-css-obfuscator/commit/a6385382a43ce497fb233f7b79d6f154fb513cc7)) * **html:** fix incorrect html class name truncation ([7cb985d](https://github.com/soranoo/next-css-obfuscator/commit/7cb985d4c424a4458e2a72db9e76da899c44da63)) * **js-ast:** added support to `MemberExpression` [#45](https://github.com/soranoo/next-css-obfuscator/issues/45) ([8c95ba0](https://github.com/soranoo/next-css-obfuscator/commit/8c95ba07d62608ca77eeb02db78dd4a5afe10a8c)) * **js-ast:** added support to `TemplateLiteral` & `TemplateElement` [#45](https://github.com/soranoo/next-css-obfuscator/issues/45) ([0dd46b3](https://github.com/soranoo/next-css-obfuscator/commit/0dd46b377cca59e59514e3a78b1e6f3b9b92b651)) ### Features * Enables semantic release for automated publishing ([b43a194](https://github.com/soranoo/next-css-obfuscator/commit/b43a19477962fe85e7bf26b890624998648be1ba)) * Upgrades to v3 with new CSS transformation ([0afd780](https://github.com/soranoo/next-css-obfuscator/commit/0afd7808b2c6405b5fbedb4b8ff0e34f813ccd82)) * v3 migration with TailwindCSS 4 support ([668a5f6](https://github.com/soranoo/next-css-obfuscator/commit/668a5f66abdd174bf8ecbd18e9872a9719c73508)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 556883a..f344c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-css-obfuscator", - "version": "3.0.0-b1", + "version": "1.0.0-beta.1", "description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.", "main": "dist/index.js", "type": "commonjs", From 502270a5c4f5165e5adadd63604f33e46b11edb6 Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:54:15 +0100 Subject: [PATCH 2/9] ci: upgrade version BREAKING CHANGE --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4729f1d..d7474d1 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Thank you to all the sponsors who support this project. ## 🤝 Contributing -Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you want to contribute code, please fork the repository and run `npm run test` before submit a pull request. +Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you want to contribute code, please fork the repository and run `npm run test` before submit a pull request. We are following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for commit messages. ## 🏛️ Commercial Usage diff --git a/package.json b/package.json index f344c9f..24b8a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-css-obfuscator", - "version": "1.0.0-beta.1", + "version": "2.0.0-beta.1", "description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.", "main": "dist/index.js", "type": "commonjs", From c388e4bac6dbe5e5a801bb9a92e88021afb1831d Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:57:27 +0100 Subject: [PATCH 3/9] BREAKING CHANGE: upgrade semantic-release release version to v2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24b8a83..3d3bdab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-css-obfuscator", - "version": "2.0.0-beta.1", + "version": "2.0.0", "description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.", "main": "dist/index.js", "type": "commonjs", From 7466b77865d5bfd774d504e03b2ebfc08f6ffd6d Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:00:47 +0100 Subject: [PATCH 4/9] feat: upgrade semantic-release release version to v2 BREAKING CHANGE --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7474d1..e35eee4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Visit the [GitHub Page](https://github.com/soranoo/next-css-obfuscator/) for bet --- +. ### 🎉 Version 3 has NOW been released 🎉 (💥 Breaking Changes) From d454f6bd13cc6c9d51dffbe1ad7c9e932ed734de Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Apr 2025 11:02:54 +0000 Subject: [PATCH 5/9] chore(release): 1.0.0-beta.2 [skip ci] # [1.0.0-beta.2](https://github.com/soranoo/next-css-obfuscator/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-04-25) ### Features * upgrade semantic-release release version to v2 ([7466b77](https://github.com/soranoo/next-css-obfuscator/commit/7466b77865d5bfd774d504e03b2ebfc08f6ffd6d)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d3bdab..089d4cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-css-obfuscator", - "version": "2.0.0", + "version": "1.0.0-beta.2", "description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.", "main": "dist/index.js", "type": "commonjs", From 469b3d5f48586171097f57fb57856ca9210be8af Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:04:33 +0100 Subject: [PATCH 6/9] BREAKING CHANGE: upgrade semantic-release release version to v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e35eee4..5cebf67 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Visit the [GitHub Page](https://github.com/soranoo/next-css-obfuscator/) for bet --- -. +.. ### 🎉 Version 3 has NOW been released 🎉 (💥 Breaking Changes) From 73b5a60430ee86a4a53611d8da68a3c7100f047c Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:07:10 +0100 Subject: [PATCH 7/9] !feat: upgrade semantic-release release version to v2 --- README.md | 1 - src/config.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cebf67..d7474d1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Visit the [GitHub Page](https://github.com/soranoo/next-css-obfuscator/) for bet --- -.. ### 🎉 Version 3 has NOW been released 🎉 (💥 Breaking Changes) diff --git a/src/config.ts b/src/config.ts index 251c929..c11bd2d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,3 +76,4 @@ export class Config { } export default Config; +console.log("Config loaded"); \ No newline at end of file From 9f1c52ce36762e00101b4938d8b67a70211e547d Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:09:33 +0100 Subject: [PATCH 8/9] !feat: update release version --- src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index c11bd2d..251c929 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,4 +76,3 @@ export class Config { } export default Config; -console.log("Config loaded"); \ No newline at end of file From 6b1c3881628495204c100996f07dfa6ada65c8cf Mon Sep 17 00:00:00 2001 From: Freeman <46896789+soranoo@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:13:11 +0100 Subject: [PATCH 9/9] feat!: update release version --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index 251c929..465d2da 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,3 +76,4 @@ export class Config { } export default Config; +