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 Dec 4, 2023
1 parent a43f809 commit 0ea45de
Show file tree
Hide file tree
Showing 290 changed files with 15,884 additions and 13,919 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.5...v3.0.0) (2023-12-04)

### Bug Fixes

- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8))

### Features

- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89))
- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b))

# [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03)

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

# [3.0.0](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.5...v3.0.0) (2023-12-04)

### Features

- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b))

# [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03)

**Note:** Version bump only for package @tsparticles/all
Expand Down
90 changes: 45 additions & 45 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.0.0-beta.5",
"version": "3.0.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,50 +99,50 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "^3.0.0-beta.5",
"@tsparticles/effect-trail": "^3.0.0-beta.5",
"@tsparticles/engine": "^3.0.0-beta.5",
"@tsparticles/interaction-external-pop": "^3.0.0-beta.5",
"@tsparticles/interaction-light": "^3.0.0-beta.5",
"@tsparticles/interaction-particles-repulse": "^3.0.0-beta.5",
"@tsparticles/path-curl-noise": "^3.0.0-beta.5",
"@tsparticles/path-curves": "^3.0.0-beta.5",
"@tsparticles/path-perlin-noise": "^3.0.0-beta.5",
"@tsparticles/path-polygon": "^3.0.0-beta.5",
"@tsparticles/path-simplex-noise": "^3.0.0-beta.5",
"@tsparticles/path-svg": "^3.0.0-beta.5",
"@tsparticles/pjs": "^3.0.0-beta.5",
"@tsparticles/plugin-canvas-mask": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-back": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-circ": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-cubic": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-expo": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-linear": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-quart": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-quint": "^3.0.0-beta.5",
"@tsparticles/plugin-easing-sine": "^3.0.0-beta.5",
"@tsparticles/plugin-emitters-shape-canvas": "^3.0.0-beta.5",
"@tsparticles/plugin-emitters-shape-path": "^3.0.0-beta.5",
"@tsparticles/plugin-emitters-shape-polygon": "^3.0.0-beta.5",
"@tsparticles/plugin-export-image": "^3.0.0-beta.5",
"@tsparticles/plugin-export-json": "^3.0.0-beta.5",
"@tsparticles/plugin-export-video": "^3.0.0-beta.5",
"@tsparticles/plugin-hsv-color": "^3.0.0-beta.5",
"@tsparticles/plugin-infection": "^3.0.0-beta.5",
"@tsparticles/plugin-motion": "^3.0.0-beta.5",
"@tsparticles/plugin-polygon-mask": "^3.0.0-beta.5",
"@tsparticles/plugin-sounds": "^3.0.0-beta.5",
"@tsparticles/shape-arrow": "^3.0.0-beta.5",
"@tsparticles/shape-cards": "^3.0.0-beta.5",
"@tsparticles/shape-cog": "^3.0.0-beta.5",
"@tsparticles/shape-heart": "^3.0.0-beta.5",
"@tsparticles/shape-path": "^3.0.0-beta.5",
"@tsparticles/shape-rounded-polygon": "^3.0.0-beta.5",
"@tsparticles/shape-rounded-rect": "^3.0.0-beta.5",
"@tsparticles/shape-spiral": "^3.0.0-beta.5",
"@tsparticles/updater-gradient": "^3.0.0-beta.5",
"@tsparticles/updater-orbit": "^3.0.0-beta.5",
"tsparticles": "^3.0.0-beta.5"
"@tsparticles/effect-bubble": "^3.0.0",
"@tsparticles/effect-trail": "^3.0.0",
"@tsparticles/engine": "^3.0.0",
"@tsparticles/interaction-external-pop": "^3.0.0",
"@tsparticles/interaction-light": "^3.0.0",
"@tsparticles/interaction-particles-repulse": "^3.0.0",
"@tsparticles/path-curl-noise": "^3.0.0",
"@tsparticles/path-curves": "^3.0.0",
"@tsparticles/path-perlin-noise": "^3.0.0",
"@tsparticles/path-polygon": "^3.0.0",
"@tsparticles/path-simplex-noise": "^3.0.0",
"@tsparticles/path-svg": "^3.0.0",
"@tsparticles/pjs": "^3.0.0",
"@tsparticles/plugin-canvas-mask": "^3.0.0",
"@tsparticles/plugin-easing-back": "^3.0.0",
"@tsparticles/plugin-easing-circ": "^3.0.0",
"@tsparticles/plugin-easing-cubic": "^3.0.0",
"@tsparticles/plugin-easing-expo": "^3.0.0",
"@tsparticles/plugin-easing-linear": "^3.0.0",
"@tsparticles/plugin-easing-quart": "^3.0.0",
"@tsparticles/plugin-easing-quint": "^3.0.0",
"@tsparticles/plugin-easing-sine": "^3.0.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.0.0",
"@tsparticles/plugin-emitters-shape-path": "^3.0.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.0.0",
"@tsparticles/plugin-export-image": "^3.0.0",
"@tsparticles/plugin-export-json": "^3.0.0",
"@tsparticles/plugin-export-video": "^3.0.0",
"@tsparticles/plugin-hsv-color": "^3.0.0",
"@tsparticles/plugin-infection": "^3.0.0",
"@tsparticles/plugin-motion": "^3.0.0",
"@tsparticles/plugin-polygon-mask": "^3.0.0",
"@tsparticles/plugin-sounds": "^3.0.0",
"@tsparticles/shape-arrow": "^3.0.0",
"@tsparticles/shape-cards": "^3.0.0",
"@tsparticles/shape-cog": "^3.0.0",
"@tsparticles/shape-heart": "^3.0.0",
"@tsparticles/shape-path": "^3.0.0",
"@tsparticles/shape-rounded-polygon": "^3.0.0",
"@tsparticles/shape-rounded-rect": "^3.0.0",
"@tsparticles/shape-spiral": "^3.0.0",
"@tsparticles/updater-gradient": "^3.0.0",
"@tsparticles/updater-orbit": "^3.0.0",
"tsparticles": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0ea45de

Please sign in to comment.