Skip to content

Commit 9edff98

Browse files
committed
chore(release): published new version
1 parent f68b2ce commit 9edff98

File tree

10 files changed

+78
-5
lines changed

10 files changed

+78
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** bump @babel/core from 7.20.5 to 7.20.7 ([a362fb7](https://github.com/tsparticles/vue3/commit/a362fb740242cf23528b78d24e2ba82139ab1fe1))
12+
* **deps:** bump actions/cache from 3.0.11 to 3.2.0 ([2fab42b](https://github.com/tsparticles/vue3/commit/2fab42becaa5548f0c3b785497b1c6f7f78e2ec8))
13+
* **deps:** bump actions/cache from 3.0.2 to 3.0.11 ([7e7ae88](https://github.com/tsparticles/vue3/commit/7e7ae8899a4c2cb020877e18cab2b4602b51dc70))
14+
* **deps:** bump actions/cache from 3.2.0 to 3.2.1 ([2f04b1d](https://github.com/tsparticles/vue3/commit/2f04b1d4f8b471193f260c4208bc9aaef4aa815a))
15+
* **deps:** bump actions/cache from 3.2.1 to 3.2.2 ([4b380bb](https://github.com/tsparticles/vue3/commit/4b380bbba7f08f0d62e7f91a3799b1445ab92eb8))
16+
* **deps:** bump actions/setup-node from 3.2.0 to 3.5.1 ([fece798](https://github.com/tsparticles/vue3/commit/fece79840f9c772f41958ff302dd16fa9dcbc2c8))
17+
* **deps:** bump eslint from 8.29.0 to 8.30.0 ([6d9d085](https://github.com/tsparticles/vue3/commit/6d9d0856c62b643b8d6e159d9b09ba06053c9867))
18+
* **deps:** bump prettier from 2.8.0 to 2.8.1 ([1dccbc0](https://github.com/tsparticles/vue3/commit/1dccbc099d87abe3d282dccd8282ca62e25f0bcd))
19+
* **deps:** update dependency @nuxtjs/eslint-module to v4 ([23aec60](https://github.com/tsparticles/vue3/commit/23aec600eab35cedabb171e574b913d511977fed))
20+
21+
22+
### Features
23+
24+
* adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))

apps/nuxt3/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @nuxtjs/eslint-module to v4 ([23aec60](https://github.com/tsparticles/vue3/commit/23aec600eab35cedabb171e574b913d511977fed))
12+
13+
14+
### Features
15+
16+
* adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))

apps/nuxt3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt3-particles-demo",
3-
"version": "1.0.0",
3+
"version": "2.10.1",
44
"private": true,
55
"scripts": {
66
"build": "nuxt build",

apps/vue3/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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Features
10+
11+
* adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))
12+
13+
14+
15+
16+
617
## [0.9.3](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.9.2...vue3-demo@0.9.3) (2023-02-12)
718

819
**Note:** Version bump only for package vue3-demo

apps/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-demo",
3-
"version": "0.9.3",
3+
"version": "2.10.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

components/vue3-alt/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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Features
10+
11+
* adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))
12+
13+
14+
15+
16+
617
## [2.9.3](https://github.com/matteobruni/tsparticles/compare/particles.vue3@2.9.2...particles.vue3@2.9.3) (2023-02-12)
718

819
**Note:** Version bump only for package particles.vue3

components/vue3-alt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "particles.vue3",
3-
"version": "2.9.3",
3+
"version": "2.10.1",
44
"description": "Official tsParticles Vue.js 3.x 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, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"keywords": [
66
"front-end",

components/vue3/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+
## 2.10.1 (2023-06-04)
7+
8+
9+
### Features
10+
11+
* adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))
12+
13+
14+
15+
16+
617
## [2.9.3](https://github.com/matteobruni/tsparticles/compare/vue3-particles@2.9.2...vue3-particles@2.9.3) (2023-02-12)
718

819
**Note:** Version bump only for package vue3-particles

components/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-particles",
3-
"version": "2.9.3",
3+
"version": "2.10.1",
44
"description": "Official tsParticles Vue.js 3.x 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, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"keywords": [
66
"front-end",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"components-legacy/*"
77
],
88
"useWorkspaces": true,
9-
"version": "2.9.3",
9+
"version": "2.10.1",
1010
"npmClient": "pnpm",
1111
"conventionalCommits": true,
1212
"command": {

0 commit comments

Comments
 (0)