Skip to content

Commit df4ace9

Browse files
committed
chore(release): published new version
- [email protected] - [email protected] - [email protected] - [email protected]
1 parent 5e04e6e commit df4ace9

File tree

9 files changed

+46
-13
lines changed

9 files changed

+46
-13
lines changed

apps/nuxt2/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.2.0](https://github.com/tsparticles/vue2/compare/[email protected]@1.2.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package nuxt2-demo
9+
10+
11+
12+
13+
614
# 1.1.0 (2023-07-14)
715

816
**Note:** Version bump only for package nuxt2-demo

apps/nuxt2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt2-demo",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",
@@ -20,7 +20,7 @@
2020
"vue": "^2.7.14",
2121
"vue-server-renderer": "^2.7.14",
2222
"vue-template-compiler": "^2.7.14",
23-
"vue2-particles": "^2.11.0"
23+
"vue2-particles": "^2.12.0"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.22.9",

apps/vue2/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.12.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package vue2-particles-demo
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package vue2-particles-demo

apps/vue2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue2-particles-demo",
33
"private": true,
4-
"version": "2.11.0",
4+
"version": "2.12.0",
55
"description": "VueJS Demo",
66
"author": "Matteo Bruni <[email protected]>",
77
"homepage": "https://particles.js.org",
@@ -27,7 +27,7 @@
2727
"vue": "^2.7.14",
2828
"vue-class-component": "^7.2.6",
2929
"vue-property-decorator": "^9.1.2",
30-
"vue2-particles": "^2.11.0"
30+
"vue2-particles": "^2.12.0"
3131
},
3232
"devDependencies": {
3333
"@babel/core": "^7.22.9",

components/vue2-alt/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.12.0](https://github.com/tsparticles/vue2/compare/[email protected]@3.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package particles.vue
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/tsparticles/vue2/compare/[email protected]@3.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package particles.vue

components/vue2-alt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "particles.vue",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Official tsParticles Vue.js 2.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 3.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"scripts": {
66
"clean": "rm -rf dist/*",

components/vue2/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.12.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.12.0) (2023-08-04)
7+
8+
**Note:** Version bump only for package vue2-particles
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.11.0) (2023-07-14)
715

816
**Note:** Version bump only for package vue2-particles

components/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-particles",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Official tsParticles Vue.js 2.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 3.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"scripts": {
66
"clean": "rm -rf dist/*",

pnpm-lock.yaml

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)