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 Aug 4, 2023
1 parent d9f1930 commit cac75ec
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.12.0 (2023-08-04)


### Bug Fixes

* **deps:** update dependency preact-render-to-string to v6 ([50d2e5f](https://github.com/tsparticles/preact/commit/50d2e5fb2521592e12db43888a664cd65e8f5a39))
11 changes: 11 additions & 0 deletions apps/preact/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.

# 2.12.0 (2023-08-04)


### Bug Fixes

* **deps:** update dependency preact-render-to-string to v6 ([50d2e5f](https://github.com/tsparticles/preact/commit/50d2e5fb2521592e12db43888a664cd65e8f5a39))





## [2.9.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.9.2...preact-particles-demo@2.9.3) (2023-02-12)

**Note:** Version bump only for package preact-particles-demo
Expand Down
4 changes: 2 additions & 2 deletions apps/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-particles-demo",
"private": true,
"version": "2.9.3",
"version": "2.12.0",
"type": "module",
"description": "> TODO: description",
"author": "Matteo Bruni <matteo.bruni@me.com>",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"preact": "^10.16.0",
"preact-particles": "^2.9.3",
"preact-particles": "^2.12.0",
"preact-render-to-string": "^6.2.0",
"preact-router": "^4.1.2",
"tsparticles": "^2.12.0",
Expand Down
8 changes: 8 additions & 0 deletions components/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.12.0 (2023-08-04)

**Note:** Version bump only for package preact-particles





## [2.9.3](https://github.com/matteobruni/tsparticles/compare/preact-particles@2.9.2...preact-particles@2.9.3) (2023-02-12)

**Note:** Version bump only for package preact-particles
Expand Down
2 changes: 1 addition & 1 deletion components/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-particles",
"version": "2.9.3",
"version": "2.12.0",
"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.",
"main": "index.js",
"unpkg": "umd/particles.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"apps/*",
"components/*"
],
"version": "2.9.3",
"version": "2.12.0",
"npmClient": "pnpm",
"conventionalCommits": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cac75ec

Please sign in to comment.