File tree Expand file tree Collapse file tree 23 files changed +106
-25
lines changed Expand file tree Collapse file tree 23 files changed +106
-25
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.12.2] ( https://github.com/tsparticles/react/compare/v2.12.1...v2.12.2 ) (2023-08-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * fixed issue with component update ([ 7043e2c] ( https://github.com/tsparticles/react/commit/7043e2c5ec615a4c37f558716ece80b366ab696e ) )
12+
13+
14+
15+
16+
617## [ 2.12.1] ( https://github.com/tsparticles/react/compare/v2.12.0...v2.12.1 ) (2023-08-04)
718
819** Note:** Version bump only for package react-particles-workspace
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.12.2] ( https://github.com/tsparticles/react/compare/v2.12.1...v2.12.2 ) (2023-08-11)
7+
8+ ** Note:** Version bump only for package nextjs-beta-demo
9+
10+
11+
12+
13+
614## [ 2.12.1] ( https://github.com/tsparticles/react/compare/v2.12.0...v2.12.1 ) (2023-08-04)
715
816** Note:** Version bump only for package nextjs-beta-demo
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-beta-demo" ,
3- "version" : " 2.12.1 " ,
3+ "version" : " 2.12.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
1818 "next" : " ^13.4.12" ,
1919 "react" : " ^18.2.0" ,
2020 "react-dom" : " ^18.2.0" ,
21- "react-particles" : " ^2.12.1 " ,
21+ "react-particles" : " ^2.12.2 " ,
2222 "tsparticles" : " ^2.12.0" ,
2323 "tsparticles-demo-configs" : " ^2.12.0" ,
2424 "tsparticles-engine" : " ^2.12.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.12.2] ( https://github.com/tsparticles/react/compare/v2.12.1...v2.12.2 ) (2023-08-11)
7+
8+ ** Note:** Version bump only for package nextjs
9+
10+
11+
12+
13+
614## [ 2.12.1] ( https://github.com/tsparticles/react/compare/v2.12.0...v2.12.1 ) (2023-08-04)
715
816** Note:** Version bump only for package nextjs
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs" ,
3- "version" : " 2.12.1 " ,
3+ "version" : " 2.12.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
1313 "next" : " ^13.4.12" ,
1414 "react" : " ^18.2.0" ,
1515 "react-dom" : " ^18.2.0" ,
16- "react-particles" : " ^2.12.1 " ,
16+ "react-particles" : " ^2.12.2 " ,
1717 "tsparticles-engine" : " ^2.12.0" ,
1818 "tsparticles-preset-big-circles" : " ^2.12.0" ,
1919 "typescript" : " ^5.1.6"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.12.2] ( https://github.com/tsparticles/react/compare/v2.12.1...v2.12.2 ) (2023-08-11)
7+
8+ ** Note:** Version bump only for package react-particles-demo
9+
10+
11+
12+
13+
614## [ 2.12.1] ( https://github.com/tsparticles/react/compare/v2.12.0...v2.12.1 ) (2023-08-04)
715
816** Note:** Version bump only for package react-particles-demo
Original file line number Diff line number Diff line change 11{
22 "name" : " react-particles-demo" ,
33 "private" : true ,
4- "version" : " 2.12.1 " ,
4+ "version" : " 2.12.2 " ,
55 "description" : " > TODO: description" ,
66 "author" : " Matteo Bruni <matteo.bruni@me.com>" ,
77 "homepage" : " https://particles.js.org" ,
4949 "dependencies" : {
5050 "react" : " ^18.2.0" ,
5151 "react-dom" : " ^18.2.0" ,
52- "react-particles" : " ^2.12.1 " ,
52+ "react-particles" : " ^2.12.2 " ,
5353 "rxjs" : " ^7.8.1" ,
5454 "tsparticles" : " ^2.12.0" ,
5555 "tsparticles-basic" : " ^2.12.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.12.2] ( https://github.com/tsparticles/react/compare/v2.12.1...v2.12.2 ) (2023-08-11)
7+
8+ ** Note:** Version bump only for package react-demo
9+
10+
11+
12+
13+
614## [ 2.12.1] ( https://github.com/tsparticles/react/compare/v2.12.0...v2.12.1 ) (2023-08-04)
715
816** Note:** Version bump only for package react-demo
Original file line number Diff line number Diff line change 11{
22 "name" : " react-demo" ,
3- "version" : " 2.12.1 " ,
3+ "version" : " 2.12.2 " ,
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.12.1 " ,
11+ "react-particles" : " ^2.12.2 " ,
1212 "react-scripts" : " ^5.0.1" ,
1313 "tsparticles" : " ^2.12.0" ,
1414 "tsparticles-engine" : " ^2.12.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.12.2] ( https://github.com/tsparticles/react/compare/v2.12.1...v2.12.2 ) (2023-08-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * fixed issue with component update ([ 7043e2c] ( https://github.com/tsparticles/react/commit/7043e2c5ec615a4c37f558716ece80b366ab696e ) )
12+
13+
14+
15+
16+
617## [ 2.12.1] ( https://github.com/tsparticles/react/compare/v2.12.0...v2.12.1 ) (2023-08-04)
718
819** Note:** Version bump only for package react-tsparticles
You can’t perform that action at this time.
0 commit comments