Skip to content

Commit

Permalink
chore(release): published new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 12, 2024
1 parent 3bb2008 commit 8cf328e
Show file tree
Hide file tree
Showing 304 changed files with 17,183 additions and 14,942 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12)

### Bug Fixes

- fixed issue [#5338](https://github.com/tsparticles/tsparticles/issues/5338) ([1929d9a](https://github.com/tsparticles/tsparticles/commit/1929d9a3e86fff5b93178a1c11ec01bd9a52ca8b))
- fixed tests ([c88a3f4](https://github.com/tsparticles/tsparticles/commit/c88a3f4d2b7142f9f8a747a3d572affd86721024))
- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06))

### Features

- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844))
- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8))

# [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27)

### Bug Fixes
Expand Down
7 changes: 7 additions & 0 deletions bundles/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12)

### Features

- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844))
- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8))

# [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27)

### Bug Fixes
Expand Down
98 changes: 49 additions & 49 deletions bundles/all/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.3.0",
"version": "3.4.0",
"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.",
"homepage": "https://particles.js.org",
"repository": {
Expand Down Expand Up @@ -99,54 +99,54 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "^3.3.0",
"@tsparticles/effect-trail": "^3.3.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/interaction-external-particle": "^3.3.0",
"@tsparticles/interaction-external-pop": "^3.3.0",
"@tsparticles/interaction-light": "^3.3.0",
"@tsparticles/interaction-particles-repulse": "^3.3.0",
"@tsparticles/path-curl-noise": "^3.3.0",
"@tsparticles/path-curves": "^3.3.0",
"@tsparticles/path-perlin-noise": "^3.3.0",
"@tsparticles/path-polygon": "^3.3.0",
"@tsparticles/path-simplex-noise": "^3.3.0",
"@tsparticles/path-svg": "^3.3.0",
"@tsparticles/path-zig-zag": "^3.3.0",
"@tsparticles/pjs": "^3.3.0",
"@tsparticles/plugin-canvas-mask": "^3.3.0",
"@tsparticles/plugin-easing-back": "^3.3.0",
"@tsparticles/plugin-easing-circ": "^3.3.0",
"@tsparticles/plugin-easing-cubic": "^3.3.0",
"@tsparticles/plugin-easing-expo": "^3.3.0",
"@tsparticles/plugin-easing-linear": "^3.3.0",
"@tsparticles/plugin-easing-quart": "^3.3.0",
"@tsparticles/plugin-easing-quint": "^3.3.0",
"@tsparticles/plugin-easing-sine": "^3.3.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.3.0",
"@tsparticles/plugin-emitters-shape-path": "^3.3.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.3.0",
"@tsparticles/plugin-export-image": "^3.3.0",
"@tsparticles/plugin-export-json": "^3.3.0",
"@tsparticles/plugin-export-video": "^3.3.0",
"@tsparticles/plugin-hsv-color": "^3.3.0",
"@tsparticles/plugin-infection": "^3.3.0",
"@tsparticles/plugin-motion": "^3.3.0",
"@tsparticles/plugin-poisson-disc": "^3.3.0",
"@tsparticles/plugin-polygon-mask": "^3.3.0",
"@tsparticles/plugin-sounds": "^3.3.0",
"@tsparticles/shape-arrow": "^3.3.0",
"@tsparticles/shape-cards": "^3.3.0",
"@tsparticles/shape-cog": "^3.3.0",
"@tsparticles/shape-heart": "^3.3.0",
"@tsparticles/shape-infinity": "^3.3.0",
"@tsparticles/shape-path": "^3.3.0",
"@tsparticles/shape-rounded-polygon": "^3.3.0",
"@tsparticles/shape-rounded-rect": "^3.3.0",
"@tsparticles/shape-spiral": "^3.3.0",
"@tsparticles/updater-gradient": "^3.3.0",
"@tsparticles/updater-orbit": "^3.3.0",
"tsparticles": "^3.3.0"
"@tsparticles/effect-bubble": "^3.4.0",
"@tsparticles/effect-trail": "^3.4.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/interaction-external-particle": "^3.4.0",
"@tsparticles/interaction-external-pop": "^3.4.0",
"@tsparticles/interaction-light": "^3.4.0",
"@tsparticles/interaction-particles-repulse": "^3.4.0",
"@tsparticles/path-curl-noise": "^3.4.0",
"@tsparticles/path-curves": "^3.4.0",
"@tsparticles/path-perlin-noise": "^3.4.0",
"@tsparticles/path-polygon": "^3.4.0",
"@tsparticles/path-simplex-noise": "^3.4.0",
"@tsparticles/path-svg": "^3.4.0",
"@tsparticles/path-zig-zag": "^3.4.0",
"@tsparticles/pjs": "^3.4.0",
"@tsparticles/plugin-canvas-mask": "^3.4.0",
"@tsparticles/plugin-easing-back": "^3.4.0",
"@tsparticles/plugin-easing-circ": "^3.4.0",
"@tsparticles/plugin-easing-cubic": "^3.4.0",
"@tsparticles/plugin-easing-expo": "^3.4.0",
"@tsparticles/plugin-easing-linear": "^3.4.0",
"@tsparticles/plugin-easing-quart": "^3.4.0",
"@tsparticles/plugin-easing-quint": "^3.4.0",
"@tsparticles/plugin-easing-sine": "^3.4.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.4.0",
"@tsparticles/plugin-emitters-shape-path": "^3.4.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.4.0",
"@tsparticles/plugin-export-image": "^3.4.0",
"@tsparticles/plugin-export-json": "^3.4.0",
"@tsparticles/plugin-export-video": "^3.4.0",
"@tsparticles/plugin-hsv-color": "^3.4.0",
"@tsparticles/plugin-infection": "^3.4.0",
"@tsparticles/plugin-motion": "^3.4.0",
"@tsparticles/plugin-poisson-disc": "^3.4.0",
"@tsparticles/plugin-polygon-mask": "^3.4.0",
"@tsparticles/plugin-sounds": "^3.4.0",
"@tsparticles/shape-arrow": "^3.4.0",
"@tsparticles/shape-cards": "^3.4.0",
"@tsparticles/shape-cog": "^3.4.0",
"@tsparticles/shape-heart": "^3.4.0",
"@tsparticles/shape-infinity": "^3.4.0",
"@tsparticles/shape-path": "^3.4.0",
"@tsparticles/shape-rounded-polygon": "^3.4.0",
"@tsparticles/shape-rounded-rect": "^3.4.0",
"@tsparticles/shape-spiral": "^3.4.0",
"@tsparticles/updater-gradient": "^3.4.0",
"@tsparticles/updater-orbit": "^3.4.0",
"tsparticles": "^3.4.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8cf328e

Please sign in to comment.