Skip to content

Commit 159700b

Browse files
committed
chore(release): published new version
1 parent 8389654 commit 159700b

21 files changed

+96
-25
lines changed

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.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed container link, closes [#34](https://github.com/tsparticles/react/issues/34) ([a1c206a](https://github.com/tsparticles/react/commit/a1c206af0f0245715b67b6a6eafd906c897acc8e))
12+
13+
14+
15+
16+
617
## 2.10.1 (2023-06-04)
718

819

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

816

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.10.1",
3+
"version": "2.11.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,7 +18,7 @@
1818
"next": "^13.4.9",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
21-
"react-particles": "^2.10.1",
21+
"react-particles": "^2.11.0",
2222
"tsparticles": "^2.11.0",
2323
"tsparticles-demo-configs": "^2.11.0",
2424
"tsparticles-engine": "^2.11.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.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
7+
8+
**Note:** Version bump only for package nextjs
9+
10+
11+
12+
13+
614
## 2.10.1 (2023-06-04)
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.10.1",
3+
"version": "2.11.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,7 +13,7 @@
1313
"next": "^13.4.9",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-particles": "^2.10.1",
16+
"react-particles": "^2.11.0",
1717
"tsparticles-engine": "^2.11.0",
1818
"tsparticles-preset-big-circles": "^2.11.0",
1919
"typescript": "^5.1.6"

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

816

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.10.1",
4+
"version": "2.11.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.10.1",
52+
"react-particles": "^2.11.0",
5353
"rxjs": "^7.8.1",
5454
"tsparticles": "^2.11.0",
5555
"tsparticles-demo-configs": "^2.11.0",

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

816

components/react-alt/package.dist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tsparticles",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
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"
@@ -94,4 +94,4 @@
9494
"deep-eql": "^4.1.3",
9595
"tsparticles-engine": "^2.11.0"
9696
}
97-
}
97+
}

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.10.1",
3+
"version": "2.11.0",
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",

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

816

components/react/package.dist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-particles",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
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"
@@ -94,4 +94,4 @@
9494
"deep-eql": "^4.1.3",
9595
"tsparticles-engine": "^2.11.0"
9696
}
97-
}
97+
}

components/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-particles",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
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",

lerna.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"packages": ["apps/*", "components/*", "templates/*"],
4-
"version": "2.10.1",
3+
"packages": [
4+
"apps/*",
5+
"components/*",
6+
"templates/*"
7+
],
8+
"version": "2.11.0",
59
"npmClient": "pnpm",
610
"conventionalCommits": true,
711
"command": {

pnpm-lock.yaml

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

templates/react-ts/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.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
7+
8+
**Note:** Version bump only for package cra-template-particles-typescript
9+
10+
11+
12+
13+
614
## 2.10.1 (2023-06-04)
715

816

templates/react-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-particles-typescript",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"description": "Official TypeScript React tsParticles template",
55
"keywords": [
66
"front-end",
@@ -86,7 +86,7 @@
8686
}
8787
],
8888
"dependencies": {
89-
"react-particles": "^2.10.1",
89+
"react-particles": "^2.11.0",
9090
"tslib": "^2.5.3",
9191
"tsparticles": "^2.10.1",
9292
"tsparticles-engine": "^2.10.1"

templates/react-ts/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/react": "^18.2.8",
99
"@types/react-dom": "^18.2.4",
1010
"@types/jest": "^29.5.2",
11-
"react-particles": "^2.10.1",
11+
"react-particles": "^2.11.0",
1212
"tsparticles-engine": "^2.10.1",
1313
"tslib": "^2.5.3",
1414
"typescript": "^5.1.3",

templates/react/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.11.0](https://github.com/tsparticles/react/compare/v2.10.1...v2.11.0) (2023-07-14)
7+
8+
**Note:** Version bump only for package cra-template-particles
9+
10+
11+
12+
13+
614
## 2.10.1 (2023-06-04)
715

816

templates/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-particles",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"description": "Official React tsParticles template",
55
"keywords": [
66
"front-end",
@@ -86,7 +86,7 @@
8686
}
8787
],
8888
"dependencies": {
89-
"react-particles": "^2.10.1",
89+
"react-particles": "^2.11.0",
9090
"tslib": "^2.5.3",
9191
"tsparticles": "^2.10.1",
9292
"tsparticles-engine": "^2.10.1"

templates/react/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"dependencies": {
4-
"react-particles": "^2.10.1",
4+
"react-particles": "^2.11.0",
55
"tsparticles-engine": "^2.10.1",
66
"tsparticles": "^2.10.1",
77
"tslib": "^2.5.3"

0 commit comments

Comments
 (0)