Skip to content

Commit 9bfa58d

Browse files
committed
chore(release): published new version
1 parent 48d1b9f commit 9bfa58d

File tree

13 files changed

+71
-17
lines changed

13 files changed

+71
-17
lines changed

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.1.3](https://github.com/tsparticles/utils/compare/v3.1.2...v3.1.3) (2026-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed publish scope ([7999291](https://github.com/tsparticles/utils/commit/7999291e558d931335a03366ddd2cd75a6d8bc2c))
12+
13+
14+
15+
16+
617
## [3.1.2](https://github.com/tsparticles/utils/compare/v3.1.1...v3.1.2) (2026-02-02)
718

819

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.2",
2+
"version": "3.1.3",
33
"npmClient": "pnpm",
44
"conventionalCommits": true,
55
"command": {
@@ -15,4 +15,4 @@
1515
},
1616
"useNx": true,
1717
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
18-
}
18+
}

packages/depcruise-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.1.3](https://github.com/tsparticles/utils/compare/v3.1.2...v3.1.3) (2026-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed publish scope ([7999291](https://github.com/tsparticles/utils/commit/7999291e558d931335a03366ddd2cd75a6d8bc2c))
12+
13+
14+
15+
16+
617
## [3.1.2](https://github.com/tsparticles/utils/compare/v3.1.1...v3.1.2) (2026-02-02)
718

819

packages/depcruise-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/depcruise-config",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"private": false,
55
"type": "module",
66
"publishConfig": {
@@ -36,8 +36,8 @@
3636
},
3737
"devDependencies": {
3838
"@stylistic/eslint-plugin": "^5.9.0",
39-
"@tsparticles/eslint-config": "workspace:^3.1.1",
40-
"@tsparticles/prettier-config": "workspace:^3.0.11",
39+
"@tsparticles/eslint-config": "workspace:^3.1.3",
40+
"@tsparticles/prettier-config": "workspace:^3.1.3",
4141
"@types/node": "^25.3.0",
4242
"eslint": "^9.39.3",
4343
"eslint-config-prettier": "^10.1.8",

packages/eslint-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.1.3](https://github.com/tsparticles/utils/compare/v3.1.2...v3.1.3) (2026-02-24)
7+
8+
**Note:** Version bump only for package @tsparticles/eslint-config
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/tsparticles/utils/compare/v3.1.0...v3.1.1) (2026-02-02)
715

816
**Note:** Version bump only for package @tsparticles/eslint-config

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.1.1",
3+
"version": "3.1.3",
44
"description": "tsParticles default ESLint Configuration (ESLint 9 + Flat Config)",
55
"type": "module",
66
"main": "dist/eslint.config.js",
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@eslint/js": "^9.39.3",
1919
"@stylistic/eslint-plugin": "^5.9.0",
20-
"@tsparticles/prettier-config": "workspace:^3.0.11",
20+
"@tsparticles/prettier-config": "workspace:^3.1.3",
2121
"@types/node": "^25.3.0",
2222
"@typescript-eslint/utils": "^8.56.0",
2323
"eslint": "^9.39.3",

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.1.3](https://github.com/tsparticles/utils/compare/v3.1.2...v3.1.3) (2026-02-24)
7+
8+
**Note:** Version bump only for package @tsparticles/prettier-config
9+
10+
11+
12+
13+
614
## [3.0.11](https://github.com/tsparticles/utils/compare/v3.0.10...v3.0.11) (2026-01-22)
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.11",
3+
"version": "3.1.3",
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.1.3](https://github.com/tsparticles/utils/compare/v3.1.2...v3.1.3) (2026-02-24)
7+
8+
**Note:** Version bump only for package @tsparticles/tsconfig
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/tsparticles/utils/compare/v3.0.14...v3.1.0) (2026-02-01)
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.1.0",
3+
"version": "3.1.3",
44
"description": "tsParticles default TypeScript Compiler Configuration",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)