Skip to content

Commit 1c39571

Browse files
committed
chore(release): published new version
1 parent 38b1aca commit 1c39571

File tree

11 files changed

+65
-11
lines changed

11 files changed

+65
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -15,7 +15,7 @@
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",

packages/prettier-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/tsconfig/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/webpack-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/webpack-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -29,8 +29,8 @@
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",

0 commit comments

Comments
 (0)