Skip to content

Commit 03a8d70

Browse files
committed
chore(release): published new version
1 parent 2ac9dcc commit 03a8d70

File tree

9 files changed

+38
-6
lines changed

9 files changed

+38
-6
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.0.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
7+
8+
**Note:** Version bump only for package tsparticles-utils-root
9+
10+
11+
12+
13+
614
## [3.0.4](https://github.com/tsparticles/utils/compare/v3.0.3...v3.0.4) (2025-08-31)
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,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"npmClient": "pnpm",
55
"conventionalCommits": true,
66
"packages": [

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.0.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
7+
8+
**Note:** Version bump only for package @tsparticles/eslint-config
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/tsparticles/utils/compare/v3.0.2...v3.0.3) (2025-08-31)
715

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

packages/eslint-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/eslint-config",
3-
"version": "3.0.3",
3+
"version": "3.0.5",
44
"description": "tsParticles default ESLint Configuration (ESLint 9 + Flat Config)",
55
"type": "module",
66
"main": "dist/eslint.config.js",

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.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
7+
8+
**Note:** Version bump only for package @tsparticles/tsconfig
9+
10+
11+
12+
13+
614
## [3.0.4](https://github.com/tsparticles/utils/compare/v3.0.3...v3.0.4) (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.4",
3+
"version": "3.0.5",
44
"description": "tsParticles default TypeScript Compiler Configuration",
55
"license": "MIT",
66
"publishConfig": {

packages/webpack-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.5](https://github.com/tsparticles/utils/compare/v3.0.4...v3.0.5) (2025-08-31)
7+
8+
**Note:** Version bump only for package @tsparticles/webpack-plugin
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/tsparticles/utils/compare/v3.0.2...v3.0.3) (2025-08-31)
715

816
**Note:** Version bump only for package @tsparticles/webpack-plugin

packages/webpack-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/webpack-plugin",
3-
"version": "3.0.3",
3+
"version": "3.0.5",
44
"type": "module",
55
"main": "dist/webpack-tsparticles.js",
66
"types": "dist/webpack-tsparticles.d.ts",
@@ -29,7 +29,7 @@
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.3",
32+
"@tsparticles/eslint-config": "workspace:^3.0.5",
3333
"@tsparticles/prettier-config": "workspace:^3.0.1",
3434
"@types/node": "^24.3.0",
3535
"@types/webpack-bundle-analyzer": "^4.7.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)