Skip to content

Commit 800ff5c

Browse files
committed
build: updated to v2.8.0
1 parent 9d5a5cf commit 800ff5c

File tree

8 files changed

+198
-697
lines changed

8 files changed

+198
-697
lines changed

apps/nuxt2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"*.**": "prettier --check --ignore-unknown"
1818
},
1919
"dependencies": {
20-
"@tsparticles/vue2": "^2.7.1",
20+
"@tsparticles/vue2": "^2.8.0",
2121
"core-js": "^3.27.0",
2222
"nuxt": "^2.15.8",
23-
"tsparticles": "^2.7.1",
23+
"tsparticles": "^2.8.0",
2424
"vue": "^2.7.14",
2525
"vue-server-renderer": "^2.7.14",
2626
"vue-template-compiler": "^2.7.14"

apps/vue2/CHANGELOG.md

Lines changed: 0 additions & 499 deletions
This file was deleted.

apps/vue2/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsparticles/vue2-demo",
33
"private": true,
4-
"version": "2.7.1",
4+
"version": "2.8.0",
55
"description": "VueJS Demo",
66
"author": "Matteo Bruni <[email protected]>",
77
"homepage": "https://particles.js.org",
@@ -21,10 +21,10 @@
2121
"url": "https://github.com/matteobruni/tsparticles/issues"
2222
},
2323
"dependencies": {
24-
"@tsparticles/vue2": "^2.7.1",
25-
"tsparticles": "^2.7.1",
26-
"tsparticles-demo-configs": "^2.7.1",
27-
"tsparticles-engine": "^2.7.1",
24+
"@tsparticles/vue2": "^2.8.0",
25+
"tsparticles": "^2.8.0",
26+
"tsparticles-demo-configs": "^2.8.0",
27+
"tsparticles-engine": "^2.8.0",
2828
"vue": "^2.7.14",
2929
"vue-class-component": "^7.2.6",
3030
"vue-property-decorator": "^9.1.2"

components-legacy/vue2-alt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "particles.vue",
3-
"version": "3.7.1",
3+
"version": "3.8.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/*",
@@ -98,7 +98,7 @@
9898
"vue": "<3"
9999
},
100100
"dependencies": {
101-
"tsparticles-engine": "^2.7.1",
101+
"tsparticles-engine": "^2.8.0",
102102
"vue-class-component": "^7.2.6",
103103
"vue-property-decorator": "^9.1.2"
104104
},

components-legacy/vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2-particles",
3-
"version": "2.7.1",
3+
"version": "2.8.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/*",
@@ -98,7 +98,7 @@
9898
"vue": "<3"
9999
},
100100
"dependencies": {
101-
"tsparticles-engine": "^2.7.1",
101+
"tsparticles-engine": "^2.8.0",
102102
"vue-class-component": "^7.2.6",
103103
"vue-property-decorator": "^9.1.2"
104104
},

components/vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/vue2",
3-
"version": "2.7.1",
3+
"version": "2.8.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/*",
@@ -98,7 +98,7 @@
9898
"vue": "<3"
9999
},
100100
"dependencies": {
101-
"tsparticles-engine": "^2.7.1",
101+
"tsparticles-engine": "^2.8.0",
102102
"vue-class-component": "^7.2.6",
103103
"vue-property-decorator": "^9.1.2"
104104
},

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.7.1",
9+
"version": "2.8.0",
1010
"npmClient": "pnpm",
1111
"conventionalCommits": true,
1212
"command": {

0 commit comments

Comments
 (0)