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 11, 2023
1 parent e674d8a commit 6197237
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)


### Bug Fixes

* fixed issue with component update ([e674d8a](https://github.com/tsparticles/preact/commit/e674d8abdec99dd80ad589109b9c0bc411909e46))





# 2.12.0 (2023-08-04)


Expand Down
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.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)


### Bug Fixes

* fixed issue with component update ([e674d8a](https://github.com/tsparticles/preact/commit/e674d8abdec99dd80ad589109b9c0bc411909e46))





# 2.12.0 (2023-08-04)


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.12.0",
"version": "2.12.1",
"type": "module",
"description": "> TODO: description",
"author": "Matteo Bruni <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"preact": "^10.16.0",
"preact-particles": "^2.12.0",
"preact-particles": "^2.12.1",
"preact-render-to-string": "^6.2.0",
"preact-router": "^4.1.2",
"tsparticles": "^2.12.0",
Expand Down
11 changes: 11 additions & 0 deletions components/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.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)


### Bug Fixes

* fixed issue with component update ([e674d8a](https://github.com/tsparticles/preact/commit/e674d8abdec99dd80ad589109b9c0bc411909e46))





# 2.12.0 (2023-08-04)

**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.12.0",
"version": "2.12.1",
"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.12.0",
"version": "2.12.1",
"npmClient": "pnpm",
"conventionalCommits": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 6197237

Please sign in to comment.