Skip to content

Commit 871e52f

Browse files
committed
chore(release): published new version
1 parent a91a234 commit 871e52f

File tree

23 files changed

+112
-30
lines changed

23 files changed

+112
-30
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.12.0](https://github.com/tsparticles/react/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @testing-library/react to v14 ([107b5c9](https://github.com/tsparticles/react/commit/107b5c9c76478bb6eb0ae9d1873f62beefc423a9))
12+
* **deps:** update dependency @testing-library/user-event to v14 ([62043e2](https://github.com/tsparticles/react/commit/62043e22da2caefcbccc1dfa563aa01a2f6769b4))
13+
* **deps:** update dependency web-vitals to v3 ([d3b48dc](https://github.com/tsparticles/react/commit/d3b48dcf6927778903314696c3b6b351d4eaed4f))
14+
15+
16+
17+
18+
619
# [2.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
720

821

apps/nextjs-beta/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.12.0](https://github.com/tsparticles/react/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package nextjs-beta-demo
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package nextjs-beta-demo

apps/nextjs-beta/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-beta-demo",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,7 +18,7 @@
1818
"next": "^13.4.12",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
21-
"react-particles": "^2.11.0",
21+
"react-particles": "^2.12.0",
2222
"tsparticles": "^2.12.0",
2323
"tsparticles-demo-configs": "^2.12.0",
2424
"tsparticles-engine": "^2.12.0",

apps/nextjs/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.12.0](https://github.com/tsparticles/react/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package nextjs
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package nextjs

apps/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,7 +13,7 @@
1313
"next": "^13.4.12",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-particles": "^2.11.0",
16+
"react-particles": "^2.12.0",
1717
"tsparticles-engine": "^2.12.0",
1818
"tsparticles-preset-big-circles": "^2.12.0",
1919
"typescript": "^5.1.6"

apps/react-old/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.12.0](https://github.com/tsparticles/react/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package react-particles-demo
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package react-particles-demo

apps/react-old/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-particles-demo",
33
"private": true,
4-
"version": "2.11.0",
4+
"version": "2.12.0",
55
"description": "> TODO: description",
66
"author": "Matteo Bruni <matteo.bruni@me.com>",
77
"homepage": "https://particles.js.org",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"react": "^18.2.0",
5151
"react-dom": "^18.2.0",
52-
"react-particles": "^2.11.0",
52+
"react-particles": "^2.12.0",
5353
"rxjs": "^7.8.1",
5454
"tsparticles": "^2.12.0",
5555
"tsparticles-basic": "^2.12.0",

apps/react/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.12.0](https://github.com/tsparticles/react/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @testing-library/react to v14 ([107b5c9](https://github.com/tsparticles/react/commit/107b5c9c76478bb6eb0ae9d1873f62beefc423a9))
12+
* **deps:** update dependency @testing-library/user-event to v14 ([62043e2](https://github.com/tsparticles/react/commit/62043e22da2caefcbccc1dfa563aa01a2f6769b4))
13+
* **deps:** update dependency web-vitals to v3 ([d3b48dc](https://github.com/tsparticles/react/commit/d3b48dcf6927778903314696c3b6b351d4eaed4f))

apps/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "react-demo",
3-
"version": "0.1.0",
3+
"version": "2.12.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.17.0",
77
"@testing-library/react": "^14.0.0",
88
"@testing-library/user-event": "^14.4.3",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0",
11-
"react-particles": "^2.11.0",
11+
"react-particles": "^2.12.0",
1212
"react-scripts": "^5.0.1",
13-
"tsparticles-engine": "^2.12.0",
1413
"tsparticles": "^2.12.0",
14+
"tsparticles-engine": "^2.12.0",
1515
"web-vitals": "^3.4.0"
1616
},
1717
"scripts": {

components/react-alt/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.12.0](https://github.com/tsparticles/react/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package react-tsparticles
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package react-tsparticles

0 commit comments

Comments
 (0)