File tree Expand file tree Collapse file tree 11 files changed +65
-11
lines changed Expand file tree Collapse file tree 11 files changed +65
-11
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.1] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1 ) (2025-08-31)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** deps:** update dependency @stylistic/eslint-plugin to v1.8.1 ([ 80f2702] ( https://github.com/tsparticles/utils/commit/80f2702387db319dbb92eb832b163a0a7e2bf963 ) )
12+ * ** deps:** update dependency @types/node to v20.12.8 ([ 0071ce5] ( https://github.com/tsparticles/utils/commit/0071ce52e318ac908479358a37e46d98705b5905 ) )
13+ * ** deps:** update dependency rimraf to v5.0.6 ([ cff82d5] ( https://github.com/tsparticles/utils/commit/cff82d5693cc9329fcf31d0e6527d59df5f994f5 ) )
14+ * ** deps:** update dependency rimraf to v5.0.7 ([ ba00fb8] ( https://github.com/tsparticles/utils/commit/ba00fb8f0daeb8e6ec4625e84e77ae5500b29d7d ) )
15+ * fixed a wrong string ([ 880cd9d] ( https://github.com/tsparticles/utils/commit/880cd9d804da498780c788753c9a8f4096f18858 ) )
16+ * fixed config ([ c94929a] ( https://github.com/tsparticles/utils/commit/c94929a98f0fd764b750730e45e8efc62a3010bd ) )
17+
18+
19+
20+
21+
622# [ 3.0.0] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0 ) (2025-08-31)
723
824
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "npmClient" : " pnpm" ,
55 "conventionalCommits" : true ,
66 "packages" : [
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.1] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1 ) (2025-08-31)
7+
8+
9+ ### Bug Fixes
10+
11+ * fixed config ([ c94929a] ( https://github.com/tsparticles/utils/commit/c94929a98f0fd764b750730e45e8efc62a3010bd ) )
12+
13+
14+
15+
16+
617# [ 3.0.0] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0 ) (2025-08-31)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsparticles/eslint-config" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " tsParticles default ESLint Configuration (ESLint 9 + Flat Config)" ,
55 "type" : " module" ,
66 "main" : " dist/eslint.config.js" ,
1515 "devDependencies" : {
1616 "@eslint/js" : " ^9.34.0" ,
1717 "@stylistic/eslint-plugin" : " ^5.2.3" ,
18- "@tsparticles/prettier-config" : " workspace:^3.0.0 " ,
18+ "@tsparticles/prettier-config" : " workspace:^3.0.1 " ,
1919 "@types/node" : " ^24.3.0" ,
2020 "eslint" : " ^9.34.0" ,
2121 "eslint-config-prettier" : " ^10.1.8" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.1] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1 ) (2025-08-31)
7+
8+ ** Note:** Version bump only for package @tsparticles/prettier-config
9+
10+
11+
12+
13+
614# [ 3.0.0] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0 ) (2025-08-31)
715
816** Note:** Version bump only for package @tsparticles/prettier-config
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsparticles/prettier-config" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " tsParticles default Prettier Configuration" ,
55 "main" : " prettier-config.json" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.1] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1 ) (2025-08-31)
7+
8+ ** Note:** Version bump only for package @tsparticles/tsconfig
9+
10+
11+
12+
13+
614# [ 3.0.0] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0 ) (2025-08-31)
715
816** Note:** Version bump only for package @tsparticles/tsconfig
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsparticles/tsconfig" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " tsParticles default TypeScript Compiler Configuration" ,
55 "license" : " MIT" ,
66 "publishConfig" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.1] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.1 ) (2025-08-31)
7+
8+
9+ ### Bug Fixes
10+
11+ * fixed a wrong string ([ 880cd9d] ( https://github.com/tsparticles/utils/commit/880cd9d804da498780c788753c9a8f4096f18858 ) )
12+
13+
14+
15+
16+
617# [ 3.0.0] ( https://github.com/tsparticles/utils/compare/v2.3.0...v3.0.0 ) (2025-08-31)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsparticles/webpack-plugin" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "type" : " module" ,
55 "main" : " dist/webpack-tsparticles.js" ,
66 "types" : " dist/webpack-tsparticles.d.ts" ,
2929 "@babel/core" : " ^7.28.3" ,
3030 "@babel/preset-env" : " ^7.28.3" ,
3131 "@stylistic/eslint-plugin" : " ^5.2.3" ,
32- "@tsparticles/eslint-config" : " workspace:^3.0.0 " ,
33- "@tsparticles/prettier-config" : " workspace:^3.0.0 " ,
32+ "@tsparticles/eslint-config" : " workspace:^3.0.1 " ,
33+ "@tsparticles/prettier-config" : " workspace:^3.0.1 " ,
3434 "@types/node" : " ^24.3.0" ,
3535 "@types/webpack-bundle-analyzer" : " ^4.7.0" ,
3636 "@types/webpack-env" : " ^1.18.8" ,
You can’t perform that action at this time.
0 commit comments