Skip to content

Commit 6d61317

Browse files
committed
chore(release): published new version
1 parent 1c7afc0 commit 6d61317

File tree

21 files changed

+127
-22
lines changed

21 files changed

+127
-22
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.10.1 (2023-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* changed deep equal library, the previous one had a bug for circular objects and freezed all ([ccb5f12](https://github.com/tsparticles/react/commit/ccb5f124a69ce622fe591fc8944015da64f8f799))
12+
* **deps:** update dependency @next/font to v13.2.1 ([05372e8](https://github.com/tsparticles/react/commit/05372e8b78d10b0e2e1360c046b6eb32c279389f))
13+
* **deps:** update dependency @next/font to v13.2.3 ([abdded8](https://github.com/tsparticles/react/commit/abdded840c5e46cdc428a591ccf6448bd601bd63))
14+
* **deps:** update dependency @next/font to v13.3.0 ([090176d](https://github.com/tsparticles/react/commit/090176de2b16bb7589241bf06fa40f92d0191f4c))
15+
* **deps:** update dependency @next/font to v13.3.1 ([f4c94cb](https://github.com/tsparticles/react/commit/f4c94cb2a72dd32d947273dd8566bc459ec0876d))
16+
* **deps:** update dependency @next/font to v13.3.3 ([d1b0ac6](https://github.com/tsparticles/react/commit/d1b0ac63010c6da4b1ba83ee3982b40e3e509a02))
17+
* **deps:** update dependency @next/font to v13.3.4 ([47aa225](https://github.com/tsparticles/react/commit/47aa225f0e16ef70d6b721fe67472757e0f211da))
18+
* **deps:** update dependency @next/font to v13.4.0 ([62caba7](https://github.com/tsparticles/react/commit/62caba7b5161e7ffd22298cff6efe0318928ee9e))
19+
* **deps:** update dependency @next/font to v13.4.1 ([5b21bdb](https://github.com/tsparticles/react/commit/5b21bdb26fdcd00762cf5043ce6d3f025720462d))
20+
21+
22+
### Features
23+
24+
* updated templates to React 18 ([d9ae354](https://github.com/tsparticles/react/commit/d9ae354d71f245e85009c96007bd59df7bd422c8))

apps/nextjs-beta/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.10.1 (2023-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @next/font to v13.2.1 ([05372e8](https://github.com/tsparticles/react/commit/05372e8b78d10b0e2e1360c046b6eb32c279389f))
12+
* **deps:** update dependency @next/font to v13.2.3 ([abdded8](https://github.com/tsparticles/react/commit/abdded840c5e46cdc428a591ccf6448bd601bd63))
13+
* **deps:** update dependency @next/font to v13.3.0 ([090176d](https://github.com/tsparticles/react/commit/090176de2b16bb7589241bf06fa40f92d0191f4c))
14+
* **deps:** update dependency @next/font to v13.3.1 ([f4c94cb](https://github.com/tsparticles/react/commit/f4c94cb2a72dd32d947273dd8566bc459ec0876d))
15+
* **deps:** update dependency @next/font to v13.3.3 ([d1b0ac6](https://github.com/tsparticles/react/commit/d1b0ac63010c6da4b1ba83ee3982b40e3e509a02))
16+
* **deps:** update dependency @next/font to v13.3.4 ([47aa225](https://github.com/tsparticles/react/commit/47aa225f0e16ef70d6b721fe67472757e0f211da))
17+
* **deps:** update dependency @next/font to v13.4.0 ([62caba7](https://github.com/tsparticles/react/commit/62caba7b5161e7ffd22298cff6efe0318928ee9e))
18+
* **deps:** update dependency @next/font to v13.4.1 ([5b21bdb](https://github.com/tsparticles/react/commit/5b21bdb26fdcd00762cf5043ce6d3f025720462d))
19+
20+
21+
22+
23+
624
## [0.3.3](https://github.com/matteobruni/tsparticles/compare/nextjs-beta-demo@0.3.2...nextjs-beta-demo@0.3.3) (2023-02-12)
725

826
**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": "0.3.3",
3+
"version": "2.10.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,7 +18,7 @@
1818
"next": "^13.4.4",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
21-
"react-particles": "^2.9.3",
21+
"react-particles": "^2.10.1",
2222
"tsparticles": "^2.10.1",
2323
"tsparticles-demo-configs": "^2.10.1",
2424
"tsparticles-engine": "^2.10.1",

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.10.1 (2023-06-04)
7+
8+
**Note:** Version bump only for package nextjs
9+
10+
11+
12+
13+
614
## [0.11.3](https://github.com/matteobruni/tsparticles/compare/nextjs@0.11.2...nextjs@0.11.3) (2023-02-12)
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": "0.11.3",
3+
"version": "2.10.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,7 +13,7 @@
1313
"next": "^13.4.4",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-particles": "^2.9.3",
16+
"react-particles": "^2.10.1",
1717
"tsparticles-engine": "^2.10.1",
1818
"tsparticles-preset-big-circles": "^2.10.1",
1919
"typescript": "^5.1.3"

apps/react/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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* changed deep equal library, the previous one had a bug for circular objects and freezed all ([ccb5f12](https://github.com/tsparticles/react/commit/ccb5f124a69ce622fe591fc8944015da64f8f799))
12+
13+
14+
15+
16+
617
## [2.9.3](https://github.com/matteobruni/tsparticles/compare/react-particles-demo@2.9.2...react-particles-demo@2.9.3) (2023-02-12)
718

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

apps/react/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.9.3",
4+
"version": "2.10.1",
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.9.3",
52+
"react-particles": "^2.10.1",
5353
"rxjs": "^7.8.1",
5454
"tsparticles": "^2.10.1",
5555
"tsparticles-demo-configs": "^2.10.1",

components/react-alt/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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* changed deep equal library, the previous one had a bug for circular objects and freezed all ([ccb5f12](https://github.com/tsparticles/react/commit/ccb5f124a69ce622fe591fc8944015da64f8f799))
12+
13+
14+
15+
16+
617
## [2.9.3](https://github.com/matteobruni/tsparticles/compare/react-tsparticles@2.9.2...react-tsparticles@2.9.3) (2023-02-12)
718

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

components/react-alt/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tsparticles",
3-
"version": "2.9.3",
3+
"version": "2.10.1",
44
"description": "Official tsParticles React Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"scripts": {
66
"install": "node ./scripts/install.js"

components/react-alt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tsparticles",
3-
"version": "2.9.3",
3+
"version": "2.10.1",
44
"description": "Official tsParticles React Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"scripts": {
66
"clear:dist": "rimraf ./dist",

0 commit comments

Comments
 (0)