Skip to content

Commit 22f35cc

Browse files
committed
chore(release): published new version
1 parent 1514acb commit 22f35cc

File tree

9 files changed

+42
-10
lines changed

9 files changed

+42
-10
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+
# [2.1.0](https://github.com/tsparticles/utils/compare/v2.0.5...v2.1.0) (2024-01-28)
7+
8+
**Note:** Version bump only for package tsparticles-utils-root
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/tsparticles/utils/compare/v2.0.4...v2.0.5) (2024-01-14)
715

816

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": "2.0.5",
3+
"version": "2.1.0",
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+
# [2.1.0](https://github.com/tsparticles/utils/compare/v2.0.5...v2.1.0) (2024-01-28)
7+
8+
**Note:** Version bump only for package @tsparticles/eslint-config
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/tsparticles/utils/compare/v2.0.4...v2.0.5) (2024-01-14)
715

816

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": "2.0.5",
3+
"version": "2.1.0",
44
"description": "tsParticles default ESLint Configuration",
55
"main": "eslint-config.js",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"access": "public"
1212
},
1313
"dependencies": {
14-
"@tsparticles/prettier-config": "^2.0.5",
14+
"@tsparticles/prettier-config": "^2.1.0",
1515
"@typescript-eslint/eslint-plugin": "^6.19.1",
1616
"@typescript-eslint/parser": "^6.19.1",
1717
"eslint": "^8.56.0",

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+
# [2.1.0](https://github.com/tsparticles/utils/compare/v2.0.5...v2.1.0) (2024-01-28)
7+
8+
**Note:** Version bump only for package @tsparticles/prettier-config
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/tsparticles/utils/compare/v2.0.4...v2.0.5) (2024-01-14)
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": "2.0.5",
3+
"version": "2.1.0",
44
"description": "tsParticles default Prettier Configuration",
55
"main": "prettier-config.json",
66
"license": "MIT",

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+
# [2.1.0](https://github.com/tsparticles/utils/compare/v2.0.5...v2.1.0) (2024-01-28)
7+
8+
**Note:** Version bump only for package @tsparticles/webpack-plugin
9+
10+
11+
12+
13+
614
## [2.0.5](https://github.com/tsparticles/utils/compare/v2.0.4...v2.0.5) (2024-01-14)
715

816

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": "2.0.5",
3+
"version": "2.1.0",
44
"main": "dist/webpack-tsparticles.js",
55
"types": "dist/webpack-tsparticles.d.ts",
66
"license": "MIT",
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
"@babel/core": "^7.23.9",
2929
"@babel/preset-env": "^7.23.9",
30-
"@tsparticles/eslint-config": "^2.0.5",
31-
"@tsparticles/prettier-config": "^2.0.5",
30+
"@tsparticles/eslint-config": "^2.1.0",
31+
"@tsparticles/prettier-config": "^2.1.0",
3232
"@types/node": "^20.11.9",
3333
"@types/webpack-bundle-analyzer": "^4.6.3",
3434
"@types/webpack-env": "^1.18.4",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)