Skip to content

Commit 5a799f4

Browse files
committed
chore(release): published new version
1 parent 4ea00d8 commit 5a799f4

File tree

6 files changed

+40
-7
lines changed

6 files changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/preact/compare/v2.12.1...v3.0.0) (2023-12-30)
7+
8+
9+
### Features
10+
11+
* migrated to v3 ([4ea00d8](https://github.com/tsparticles/preact/commit/4ea00d85fae4df8c1ae124071f017c8b455a8c98))
12+
13+
14+
15+
16+
617
## [2.12.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)
718

819

apps/preact/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/preact/compare/v2.12.1...v3.0.0) (2023-12-30)
7+
8+
9+
### Features
10+
11+
* migrated to v3 ([4ea00d8](https://github.com/tsparticles/preact/commit/4ea00d85fae4df8c1ae124071f017c8b455a8c98))
12+
13+
14+
15+
16+
617
## [2.12.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)
718

819

apps/preact/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsparticles/preact-demo",
33
"private": true,
4-
"version": "2.12.1",
4+
"version": "3.0.0",
55
"type": "module",
66
"description": "> TODO: description",
77
"author": "Matteo Bruni <[email protected]>",
@@ -44,12 +44,12 @@
4444
"typescript": "^5.3.3"
4545
},
4646
"dependencies": {
47-
"preact": "^10.19.3",
47+
"@tsparticles/configs": "^3.0.3",
48+
"@tsparticles/engine": "^3.0.3",
4849
"@tsparticles/preact": "workspace:^",
50+
"preact": "^10.19.3",
4951
"preact-render-to-string": "^6.3.1",
5052
"preact-router": "^4.1.2",
51-
"tsparticles": "^3.0.3",
52-
"@tsparticles/configs": "^3.0.3",
53-
"@tsparticles/engine": "^3.0.3"
53+
"tsparticles": "^3.0.3"
5454
}
5555
}

components/preact/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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/preact/compare/v2.12.1...v3.0.0) (2023-12-30)
7+
8+
9+
### Features
10+
11+
* migrated to v3 ([4ea00d8](https://github.com/tsparticles/preact/commit/4ea00d85fae4df8c1ae124071f017c8b455a8c98))
12+
13+
14+
15+
16+
617
## [2.12.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)
718

819

components/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/preact",
3-
"version": "2.12.1",
3+
"version": "3.0.0",
44
"description": "Official tsParticles Preact 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, Svelte, jQuery, Riot.js, Solid.js, Inferno.",
55
"main": "index.js",
66
"unpkg": "umd/particles.js",

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

0 commit comments

Comments
 (0)