Skip to content

Commit 31e2e3f

Browse files
authored
Merge pull request tsparticles#5404 from tsparticles/v3
3.6.0
2 parents 71d3278 + a33b3d0 commit 31e2e3f

614 files changed

Lines changed: 8717 additions & 3757 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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+
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18)
7+
8+
### Bug Fixes
9+
10+
- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137))
11+
12+
### Features
13+
14+
- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d))
15+
- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b))
16+
- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae))
17+
18+
# [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13)
19+
20+
### Bug Fixes
21+
22+
- fixed fireworks new method, was missing a thing ([3e693e7](https://github.com/tsparticles/tsparticles/commit/3e693e7c8e733392b1ab9e3ffa53cf169876b967))
23+
- fixed fireworks new method, was missing a thing, updated docs too ([28333fa](https://github.com/tsparticles/tsparticles/commit/28333faeac507334071279bee9706730f57adc1e))
24+
25+
### Features
26+
27+
- added .create function to fireworks library, like confetti, to use a custom canvas ([d4e072e](https://github.com/tsparticles/tsparticles/commit/d4e072efdeaebc585d8248d59620534f56b222ad))
28+
29+
# [3.6.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0-beta.0) (2024-10-07)
30+
31+
### Bug Fixes
32+
33+
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
34+
- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186))
35+
36+
### Features
37+
38+
- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea))
39+
40+
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07)
41+
42+
### Bug Fixes
43+
44+
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
45+
- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186))
46+
47+
### Features
48+
49+
- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea))
50+
651
# [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01)
752

853
### Features

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ You can mark them as obsolete old methods, but they **must** work too. **Depreca
109109

110110
# Community
111111

112-
Feel free to join the Slack community to talk about the project. It's easier to share ideas if we can talk directly.
112+
Feel free to join the Discord community to talk about the project. It's easier to share ideas if we can talk directly.
113113

114-
[![Slack](https://cdn.brandfolder.io/5H442O3W/as/pl546j-7le8zk-5guop3/Slack_RGB.auto?width=94&height=38)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI)
114+
[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme)
115115

116116
---
117117

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.j
1818
[![Run on Repl.it](https://repl.it/badge/github/tsparticles/tsparticles)](https://repl.it/github/tsparticles/tsparticles)
1919

2020
[![Discord](https://img.shields.io/discord/872061157379301416?label=discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/hACwv45Hme)
21-
[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI)
22-
[![WhatsApp](https://particles.js.org/images/WhatsApp.png)](https://chat.whatsapp.com/KQyHc9UEbRc2qlqNQR2J5c)
2321
[![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles)
2422
[![Reddit](https://img.shields.io/reddit/subreddit-subscribers/tsParticles?style=for-the-badge)](https://www.reddit.com/r/tsParticles/)
2523

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
## Reporting a Vulnerability
1818

19-
Join Discord, Slack or Telegram to report a vulnerability
19+
Join Discord or Telegram to report a vulnerability
2020

21-
[![Discord](https://img.shields.io/discord/872061157379301416?label=discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/hACwv45Hme) [![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles)
21+
[![Discord](https://img.shields.io/discord/872061157379301416?label=discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles)

bundles/all/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18)
7+
8+
### Bug Fixes
9+
10+
- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137))
11+
12+
### Features
13+
14+
- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b))
15+
16+
# [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13)
17+
18+
**Note:** Version bump only for package @tsparticles/all
19+
20+
# [3.6.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0-beta.0) (2024-10-07)
21+
22+
### Bug Fixes
23+
24+
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
25+
26+
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07)
27+
28+
### Bug Fixes
29+
30+
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
31+
632
# [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01)
733

834
**Note:** Version bump only for package @tsparticles/all

bundles/all/package.dist.json

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -99,54 +99,55 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/effect-bubble": "^3.5.0",
103-
"@tsparticles/effect-trail": "^3.5.0",
104-
"@tsparticles/engine": "^3.5.0",
105-
"@tsparticles/interaction-external-particle": "^3.5.0",
106-
"@tsparticles/interaction-external-pop": "^3.5.0",
107-
"@tsparticles/interaction-light": "^3.5.0",
108-
"@tsparticles/interaction-particles-repulse": "^3.5.0",
109-
"@tsparticles/path-curl-noise": "^3.5.0",
110-
"@tsparticles/path-curves": "^3.5.0",
111-
"@tsparticles/path-perlin-noise": "^3.5.0",
112-
"@tsparticles/path-polygon": "^3.5.0",
113-
"@tsparticles/path-simplex-noise": "^3.5.0",
114-
"@tsparticles/path-svg": "^3.5.0",
115-
"@tsparticles/path-zig-zag": "^3.5.0",
116-
"@tsparticles/pjs": "^3.5.0",
117-
"@tsparticles/plugin-canvas-mask": "^3.5.0",
118-
"@tsparticles/plugin-easing-back": "^3.5.0",
119-
"@tsparticles/plugin-easing-circ": "^3.5.0",
120-
"@tsparticles/plugin-easing-cubic": "^3.5.0",
121-
"@tsparticles/plugin-easing-expo": "^3.5.0",
122-
"@tsparticles/plugin-easing-linear": "^3.5.0",
123-
"@tsparticles/plugin-easing-quart": "^3.5.0",
124-
"@tsparticles/plugin-easing-quint": "^3.5.0",
125-
"@tsparticles/plugin-easing-sine": "^3.5.0",
126-
"@tsparticles/plugin-emitters-shape-canvas": "^3.5.0",
127-
"@tsparticles/plugin-emitters-shape-path": "^3.5.0",
128-
"@tsparticles/plugin-emitters-shape-polygon": "^3.5.0",
129-
"@tsparticles/plugin-export-image": "^3.5.0",
130-
"@tsparticles/plugin-export-json": "^3.5.0",
131-
"@tsparticles/plugin-export-video": "^3.5.0",
132-
"@tsparticles/plugin-hsv-color": "^3.5.0",
133-
"@tsparticles/plugin-infection": "^3.5.0",
134-
"@tsparticles/plugin-motion": "^3.5.0",
135-
"@tsparticles/plugin-poisson-disc": "^3.5.0",
136-
"@tsparticles/plugin-polygon-mask": "^3.5.0",
137-
"@tsparticles/plugin-sounds": "^3.5.0",
138-
"@tsparticles/shape-arrow": "^3.5.0",
139-
"@tsparticles/shape-cards": "^3.5.0",
140-
"@tsparticles/shape-cog": "^3.5.0",
141-
"@tsparticles/shape-heart": "^3.5.0",
142-
"@tsparticles/shape-infinity": "^3.5.0",
143-
"@tsparticles/shape-path": "^3.5.0",
144-
"@tsparticles/shape-rounded-polygon": "^3.5.0",
145-
"@tsparticles/shape-rounded-rect": "^3.5.0",
146-
"@tsparticles/shape-spiral": "^3.5.0",
147-
"@tsparticles/updater-gradient": "^3.5.0",
148-
"@tsparticles/updater-orbit": "^3.5.0",
149-
"tsparticles": "^3.5.0"
102+
"@tsparticles/effect-bubble": "^3.6.0",
103+
"@tsparticles/effect-trail": "^3.6.0",
104+
"@tsparticles/engine": "^3.6.0",
105+
"@tsparticles/interaction-external-particle": "^3.6.0",
106+
"@tsparticles/interaction-external-pop": "^3.6.0",
107+
"@tsparticles/interaction-light": "^3.6.0",
108+
"@tsparticles/interaction-particles-repulse": "^3.6.0",
109+
"@tsparticles/path-curl-noise": "^3.6.0",
110+
"@tsparticles/path-curves": "^3.6.0",
111+
"@tsparticles/path-perlin-noise": "^3.6.0",
112+
"@tsparticles/path-polygon": "^3.6.0",
113+
"@tsparticles/path-simplex-noise": "^3.6.0",
114+
"@tsparticles/path-svg": "^3.6.0",
115+
"@tsparticles/path-zig-zag": "^3.6.0",
116+
"@tsparticles/pjs": "^3.6.0",
117+
"@tsparticles/plugin-canvas-mask": "^3.6.0",
118+
"@tsparticles/plugin-easing-back": "^3.6.0",
119+
"@tsparticles/plugin-easing-circ": "^3.6.0",
120+
"@tsparticles/plugin-easing-cubic": "^3.6.0",
121+
"@tsparticles/plugin-easing-expo": "^3.6.0",
122+
"@tsparticles/plugin-easing-linear": "^3.6.0",
123+
"@tsparticles/plugin-easing-quart": "^3.6.0",
124+
"@tsparticles/plugin-easing-quint": "^3.6.0",
125+
"@tsparticles/plugin-easing-sine": "^3.6.0",
126+
"@tsparticles/plugin-emitters-shape-canvas": "^3.6.0",
127+
"@tsparticles/plugin-emitters-shape-path": "^3.6.0",
128+
"@tsparticles/plugin-emitters-shape-polygon": "^3.6.0",
129+
"@tsparticles/plugin-export-image": "^3.6.0",
130+
"@tsparticles/plugin-export-json": "^3.6.0",
131+
"@tsparticles/plugin-export-video": "^3.6.0",
132+
"@tsparticles/plugin-hsv-color": "^3.6.0",
133+
"@tsparticles/plugin-infection": "^3.6.0",
134+
"@tsparticles/plugin-motion": "^3.6.0",
135+
"@tsparticles/plugin-oklch-color": "^3.6.0",
136+
"@tsparticles/plugin-poisson-disc": "^3.6.0",
137+
"@tsparticles/plugin-polygon-mask": "^3.6.0",
138+
"@tsparticles/plugin-sounds": "^3.6.0",
139+
"@tsparticles/shape-arrow": "^3.6.0",
140+
"@tsparticles/shape-cards": "^3.6.0",
141+
"@tsparticles/shape-cog": "^3.6.0",
142+
"@tsparticles/shape-heart": "^3.6.0",
143+
"@tsparticles/shape-infinity": "^3.6.0",
144+
"@tsparticles/shape-path": "^3.6.0",
145+
"@tsparticles/shape-rounded-polygon": "^3.6.0",
146+
"@tsparticles/shape-rounded-rect": "^3.6.0",
147+
"@tsparticles/shape-spiral": "^3.6.0",
148+
"@tsparticles/updater-gradient": "^3.6.0",
149+
"@tsparticles/updater-orbit": "^3.6.0",
150+
"tsparticles": "^3.6.0"
150151
},
151152
"publishConfig": {
152153
"access": "public"

bundles/all/package.json

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"scripts": {
@@ -107,54 +107,55 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/effect-bubble": "workspace:^3.5.0",
111-
"@tsparticles/effect-trail": "workspace:^3.5.0",
112-
"@tsparticles/engine": "workspace:^3.5.0",
113-
"@tsparticles/interaction-external-particle": "workspace:^3.5.0",
114-
"@tsparticles/interaction-external-pop": "workspace:^3.5.0",
115-
"@tsparticles/interaction-light": "workspace:^3.5.0",
116-
"@tsparticles/interaction-particles-repulse": "workspace:^3.5.0",
117-
"@tsparticles/path-curl-noise": "workspace:^3.5.0",
118-
"@tsparticles/path-curves": "workspace:^3.5.0",
119-
"@tsparticles/path-perlin-noise": "workspace:^3.5.0",
120-
"@tsparticles/path-polygon": "workspace:^3.5.0",
121-
"@tsparticles/path-simplex-noise": "workspace:^3.5.0",
122-
"@tsparticles/path-svg": "workspace:^3.5.0",
123-
"@tsparticles/path-zig-zag": "workspace:^3.5.0",
124-
"@tsparticles/pjs": "workspace:^3.5.0",
125-
"@tsparticles/plugin-canvas-mask": "workspace:^3.5.0",
126-
"@tsparticles/plugin-easing-back": "workspace:^3.5.0",
127-
"@tsparticles/plugin-easing-circ": "workspace:^3.5.0",
128-
"@tsparticles/plugin-easing-cubic": "workspace:^3.5.0",
129-
"@tsparticles/plugin-easing-expo": "workspace:^3.5.0",
130-
"@tsparticles/plugin-easing-linear": "workspace:^3.5.0",
131-
"@tsparticles/plugin-easing-quart": "workspace:^3.5.0",
132-
"@tsparticles/plugin-easing-quint": "workspace:^3.5.0",
133-
"@tsparticles/plugin-easing-sine": "workspace:^3.5.0",
134-
"@tsparticles/plugin-emitters-shape-canvas": "workspace:^3.5.0",
135-
"@tsparticles/plugin-emitters-shape-path": "workspace:^3.5.0",
136-
"@tsparticles/plugin-emitters-shape-polygon": "workspace:^3.5.0",
137-
"@tsparticles/plugin-export-image": "workspace:^3.5.0",
138-
"@tsparticles/plugin-export-json": "workspace:^3.5.0",
139-
"@tsparticles/plugin-export-video": "workspace:^3.5.0",
140-
"@tsparticles/plugin-hsv-color": "workspace:^3.5.0",
141-
"@tsparticles/plugin-infection": "workspace:^3.5.0",
142-
"@tsparticles/plugin-motion": "workspace:^3.5.0",
143-
"@tsparticles/plugin-poisson-disc": "workspace:^3.5.0",
144-
"@tsparticles/plugin-polygon-mask": "workspace:^3.5.0",
145-
"@tsparticles/plugin-sounds": "workspace:^3.5.0",
146-
"@tsparticles/shape-arrow": "workspace:^3.5.0",
147-
"@tsparticles/shape-cards": "workspace:^3.5.0",
148-
"@tsparticles/shape-cog": "workspace:^3.5.0",
149-
"@tsparticles/shape-heart": "workspace:^3.5.0",
150-
"@tsparticles/shape-infinity": "workspace:^3.5.0",
151-
"@tsparticles/shape-path": "workspace:^3.5.0",
152-
"@tsparticles/shape-rounded-polygon": "workspace:^3.5.0",
153-
"@tsparticles/shape-rounded-rect": "workspace:^3.5.0",
154-
"@tsparticles/shape-spiral": "workspace:^3.5.0",
155-
"@tsparticles/updater-gradient": "workspace:^3.5.0",
156-
"@tsparticles/updater-orbit": "workspace:^3.5.0",
157-
"tsparticles": "workspace:^3.5.0"
110+
"@tsparticles/effect-bubble": "workspace:^3.6.0",
111+
"@tsparticles/effect-trail": "workspace:^3.6.0",
112+
"@tsparticles/engine": "workspace:^3.6.0",
113+
"@tsparticles/interaction-external-particle": "workspace:^3.6.0",
114+
"@tsparticles/interaction-external-pop": "workspace:^3.6.0",
115+
"@tsparticles/interaction-light": "workspace:^3.6.0",
116+
"@tsparticles/interaction-particles-repulse": "workspace:^3.6.0",
117+
"@tsparticles/path-curl-noise": "workspace:^3.6.0",
118+
"@tsparticles/path-curves": "workspace:^3.6.0",
119+
"@tsparticles/path-perlin-noise": "workspace:^3.6.0",
120+
"@tsparticles/path-polygon": "workspace:^3.6.0",
121+
"@tsparticles/path-simplex-noise": "workspace:^3.6.0",
122+
"@tsparticles/path-svg": "workspace:^3.6.0",
123+
"@tsparticles/path-zig-zag": "workspace:^3.6.0",
124+
"@tsparticles/pjs": "workspace:^3.6.0",
125+
"@tsparticles/plugin-canvas-mask": "workspace:^3.6.0",
126+
"@tsparticles/plugin-easing-back": "workspace:^3.6.0",
127+
"@tsparticles/plugin-easing-circ": "workspace:^3.6.0",
128+
"@tsparticles/plugin-easing-cubic": "workspace:^3.6.0",
129+
"@tsparticles/plugin-easing-expo": "workspace:^3.6.0",
130+
"@tsparticles/plugin-easing-linear": "workspace:^3.6.0",
131+
"@tsparticles/plugin-easing-quart": "workspace:^3.6.0",
132+
"@tsparticles/plugin-easing-quint": "workspace:^3.6.0",
133+
"@tsparticles/plugin-easing-sine": "workspace:^3.6.0",
134+
"@tsparticles/plugin-emitters-shape-canvas": "workspace:^3.6.0",
135+
"@tsparticles/plugin-emitters-shape-path": "workspace:^3.6.0",
136+
"@tsparticles/plugin-emitters-shape-polygon": "workspace:^3.6.0",
137+
"@tsparticles/plugin-export-image": "workspace:^3.6.0",
138+
"@tsparticles/plugin-export-json": "workspace:^3.6.0",
139+
"@tsparticles/plugin-export-video": "workspace:^3.6.0",
140+
"@tsparticles/plugin-hsv-color": "workspace:^3.6.0",
141+
"@tsparticles/plugin-infection": "workspace:^3.6.0",
142+
"@tsparticles/plugin-motion": "workspace:^3.6.0",
143+
"@tsparticles/plugin-oklch-color": "workspace:^3.6.0",
144+
"@tsparticles/plugin-poisson-disc": "workspace:^3.6.0",
145+
"@tsparticles/plugin-polygon-mask": "workspace:^3.6.0",
146+
"@tsparticles/plugin-sounds": "workspace:^3.6.0",
147+
"@tsparticles/shape-arrow": "workspace:^3.6.0",
148+
"@tsparticles/shape-cards": "workspace:^3.6.0",
149+
"@tsparticles/shape-cog": "workspace:^3.6.0",
150+
"@tsparticles/shape-heart": "workspace:^3.6.0",
151+
"@tsparticles/shape-infinity": "workspace:^3.6.0",
152+
"@tsparticles/shape-path": "workspace:^3.6.0",
153+
"@tsparticles/shape-rounded-polygon": "workspace:^3.6.0",
154+
"@tsparticles/shape-rounded-rect": "workspace:^3.6.0",
155+
"@tsparticles/shape-spiral": "workspace:^3.6.0",
156+
"@tsparticles/updater-gradient": "workspace:^3.6.0",
157+
"@tsparticles/updater-orbit": "workspace:^3.6.0",
158+
"tsparticles": "workspace:^3.6.0"
158159
},
159160
"publishConfig": {
160161
"access": "public",

0 commit comments

Comments
 (0)