Skip to content

Commit 8d902bd

Browse files
committed
chore(release): published new version
1 parent 34b691d commit 8d902bd

File tree

9 files changed

+58
-114
lines changed

9 files changed

+58
-114
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
7+
8+
9+
### Features
10+
11+
* migrated to v3, used new init structure ([bee139b](https://github.com/tsparticles/svelte/commit/bee139bd3466725681212a5d662060cd2f1b3dc2))
12+
* updated to v3, needs new initialization function to replace particlesInit ([404d847](https://github.com/tsparticles/svelte/commit/404d847673d7d6d830b8ecf9433e4bd468a475fd))
13+
14+
15+
16+
17+
618
# [2.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
719

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

apps/svelte-kit/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
7+
8+
9+
### Features
10+
11+
* migrated to v3, used new init structure ([bee139b](https://github.com/tsparticles/svelte/commit/bee139bd3466725681212a5d662060cd2f1b3dc2))
12+
* updated to v3, needs new initialization function to replace particlesInit ([404d847](https://github.com/tsparticles/svelte/commit/404d847673d7d6d830b8ecf9433e4bd468a475fd))
13+
14+
15+
16+
17+
618
# [2.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
719

820
**Note:** Version bump only for package svelte-kit-demo

apps/svelte-kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-kit-demo",
3-
"version": "2.12.0",
3+
"version": "3.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",
@@ -16,6 +16,8 @@
1616
"@sveltejs/adapter-auto": "^3.0.1",
1717
"@sveltejs/kit": "^2.0.6",
1818
"@sveltejs/vite-plugin-svelte": "^3.0.1",
19+
"@tsparticles/engine": "^3.0.2",
20+
"@tsparticles/svelte": "workspace:^",
1921
"@types/cookie": "^0.6.0",
2022
"@typescript-eslint/eslint-plugin": "^6.15.0",
2123
"@typescript-eslint/parser": "^6.15.0",
@@ -26,11 +28,9 @@
2628
"prettier-plugin-svelte": "^3.1.2",
2729
"svelte": "^4.2.8",
2830
"svelte-check": "^3.6.2",
29-
"@tsparticles/svelte": "workspace:^",
3031
"svelte-preprocess": "^5.1.3",
3132
"tslib": "^2.6.2",
3233
"tsparticles": "^3.0.2",
33-
"@tsparticles/engine": "^3.0.2",
3434
"typescript": "^5.3.3",
3535
"vite": "^5.0.10"
3636
},

apps/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
7+
8+
9+
### Features
10+
11+
* migrated to v3, used new init structure ([bee139b](https://github.com/tsparticles/svelte/commit/bee139bd3466725681212a5d662060cd2f1b3dc2))
12+
* updated to v3, needs new initialization function to replace particlesInit ([404d847](https://github.com/tsparticles/svelte/commit/404d847673d7d6d830b8ecf9433e4bd468a475fd))
13+
14+
15+
16+
17+
618
# [2.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
719

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

apps/svelte/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-demo",
3-
"version": "2.12.0",
3+
"version": "3.0.0",
44
"private": true,
55
"scripts": {
66
"build": "rollup -c",
@@ -27,10 +27,10 @@
2727
"typescript": "~5.3.3"
2828
},
2929
"dependencies": {
30-
"sirv-cli": "^2.0.2",
31-
"@tsparticles/svelte": "workspace:^",
30+
"@tsparticles/configs": "^3.0.2",
3231
"@tsparticles/engine": "^3.0.2",
33-
"tsparticles": "^3.0.2",
34-
"@tsparticles/configs": "^3.0.2"
32+
"@tsparticles/svelte": "workspace:^",
33+
"sirv-cli": "^2.0.2",
34+
"tsparticles": "^3.0.2"
3535
}
3636
}

components/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
7+
8+
9+
### Features
10+
11+
* migrated to v3, used new init structure ([bee139b](https://github.com/tsparticles/svelte/commit/bee139bd3466725681212a5d662060cd2f1b3dc2))
12+
* updated to v3, needs new initialization function to replace particlesInit ([404d847](https://github.com/tsparticles/svelte/commit/404d847673d7d6d830b8ecf9433e4bd468a475fd))

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": "@tsparticles/svelte",
3-
"version": "2.12.0",
3+
"version": "3.0.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
"repository": {
66
"type": "git",

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.12.0",
7+
"version": "3.0.0",
88
"npmClient": "pnpm",
99
"conventionalCommits": true,
1010
"command": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)