Skip to content

Commit 6568460

Browse files
committed
chore(release): published new version
1 parent c9dfc5f commit 6568460

File tree

9 files changed

+40
-8
lines changed

9 files changed

+40
-8
lines changed

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.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package svelte-particles-workspace
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/svelte/compare/v2.10.1...v2.11.0) (2023-07-15)
715

816
**Note:** Version bump only for package svelte-particles-workspace

apps/svelte-kit/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.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package svelte-kit-demo
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/svelte/compare/v2.10.1...v2.11.0) (2023-07-15)
715

816
**Note:** Version bump only for package svelte-kit

apps/svelte-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-kit-demo",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",
@@ -26,7 +26,7 @@
2626
"prettier-plugin-svelte": "^3.0.3",
2727
"svelte": "^4.1.2",
2828
"svelte-check": "^3.4.6",
29-
"svelte-particles": "^2.11.0",
29+
"svelte-particles": "^2.12.0",
3030
"svelte-preprocess": "^5.0.4",
3131
"tslib": "^2.6.1",
3232
"tsparticles": "^2.12.0",

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

816
**Note:** Version bump only for package svelte-demo

apps/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-demo",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"private": true,
55
"scripts": {
66
"build": "rollup -c",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"sirv-cli": "^2.0.2",
31-
"svelte-particles": "^2.11.0",
31+
"svelte-particles": "^2.12.0",
3232
"tsparticles": "^2.12.0",
3333
"tsparticles-demo-configs": "^2.12.0"
3434
}

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

816
**Note:** Version bump only for package svelte-particles

components/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-particles",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Official tsParticles Svelte 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, React, Vue.js (2.x and 3.x), Angular, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"scripts": {
66
"build": "pnpm run prettify:src && pnpm run prettify:readme && rollup -c",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apps/*",
55
"components/*"
66
],
7-
"version": "2.11.0",
7+
"version": "2.12.0",
88
"npmClient": "pnpm",
99
"conventionalCommits": true,
1010
"command": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)