Skip to content

Commit 7656b01

Browse files
committed
chore(release): published new version
1 parent 302e677 commit 7656b01

File tree

13 files changed

+64
-16
lines changed

13 files changed

+64
-16
lines changed

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.7](https://github.com/tsparticles/utils/compare/v3.1.6...v3.1.7) (2026-02-24)
7+
8+
**Note:** Version bump only for package tsparticles-utils-root
9+
10+
11+
12+
13+
614
## [3.1.6](https://github.com/tsparticles/utils/compare/v3.1.5...v3.1.6) (2026-02-24)
715

816
**Note:** Version bump only for package tsparticles-utils-root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.6",
2+
"version": "3.1.7",
33
"npmClient": "pnpm",
44
"conventionalCommits": true,
55
"command": {

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

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

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.6",
3+
"version": "3.1.7",
44
"private": false,
55
"type": "module",
66
"publishConfig": {
@@ -41,8 +41,8 @@
4141
},
4242
"devDependencies": {
4343
"@stylistic/eslint-plugin": "^5.9.0",
44-
"@tsparticles/eslint-config": "workspace:^3.1.6",
45-
"@tsparticles/prettier-config": "workspace:^3.1.6",
44+
"@tsparticles/eslint-config": "workspace:^3.1.7",
45+
"@tsparticles/prettier-config": "workspace:^3.1.7",
4646
"@types/node": "^25.3.0",
4747
"eslint": "^9.39.3",
4848
"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.7](https://github.com/tsparticles/utils/compare/v3.1.6...v3.1.7) (2026-02-24)
7+
8+
**Note:** Version bump only for package @tsparticles/eslint-config
9+
10+
11+
12+
13+
614
## [3.1.6](https://github.com/tsparticles/utils/compare/v3.1.5...v3.1.6) (2026-02-24)
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.6",
3+
"version": "3.1.7",
44
"description": "tsParticles default ESLint Configuration (ESLint 9 + Flat Config)",
55
"type": "module",
66
"main": "dist/eslint.config.js",
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@eslint/js": "^9.39.3",
2424
"@stylistic/eslint-plugin": "^5.9.0",
25-
"@tsparticles/prettier-config": "workspace:^3.1.6",
25+
"@tsparticles/prettier-config": "workspace:^3.1.7",
2626
"@types/node": "^25.3.0",
2727
"eslint": "^9.39.3",
2828
"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.1.7](https://github.com/tsparticles/utils/compare/v3.1.6...v3.1.7) (2026-02-24)
7+
8+
**Note:** Version bump only for package @tsparticles/prettier-config
9+
10+
11+
12+
13+
614
## [3.1.6](https://github.com/tsparticles/utils/compare/v3.1.5...v3.1.6) (2026-02-24)
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.1.6",
3+
"version": "3.1.7",
44
"description": "tsParticles default Prettier Configuration",
55
"main": "dist/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.7](https://github.com/tsparticles/utils/compare/v3.1.6...v3.1.7) (2026-02-24)
7+
8+
**Note:** Version bump only for package @tsparticles/tsconfig
9+
10+
11+
12+
13+
614
## [3.1.6](https://github.com/tsparticles/utils/compare/v3.1.5...v3.1.6) (2026-02-24)
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.6",
3+
"version": "3.1.7",
44
"description": "tsParticles default TypeScript Compiler Configuration",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)