Skip to content

Commit 30fa9ac

Browse files
committed
chore(release): published new version
1 parent fe7674b commit 30fa9ac

Some content is hidden

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

49 files changed

+9711
-5689
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24)
7+
8+
**Note:** Version bump only for package @tsparticles/presets-workspace
9+
610
# [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03)
711

812
### Bug Fixes

apps/demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24)
7+
8+
**Note:** Version bump only for package @tsparticles/presets-demo
9+
610
# [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03)
711

812
### Bug Fixes

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsparticles/presets-demo",
33
"private": true,
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"description": "> TODO: description",
66
"author": "Matteo Bruni <[email protected]>",
77
"homepage": "https://particles.js.org",

apps/vite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24)
7+
8+
**Note:** Version bump only for package @tsparticles/vite-demo
9+
610
# [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03)
711

812
### Features

apps/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsparticles/vite-demo",
33
"private": true,
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["apps/*", "presets/*"],
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"npmClient": "pnpm",
66
"conventionalCommits": true,
77
"command": {

0 commit comments

Comments
 (0)