From b238651c828c6adb7bf4762c46fa3b487e74e3de Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Sun, 4 Jun 2023 23:53:12 +0200 Subject: [PATCH] chore(release): published new version - nuxt2-particles-demo@2.10.0 - vue2-particles-demo@2.10.0 - particles.vue@3.10.0 - vue2-particles@2.10.0 --- apps/nuxt2/CHANGELOG.md | 8 ++++++++ apps/nuxt2/package.json | 6 +++--- apps/vue2/CHANGELOG.md | 8 ++++++++ apps/vue2/package.json | 4 ++-- components/vue2-alt/CHANGELOG.md | 8 ++++++++ components/vue2-alt/package.json | 2 +- components/vue2/CHANGELOG.md | 8 ++++++++ components/vue2/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 9 files changed, 41 insertions(+), 9 deletions(-) create mode 100644 apps/nuxt2/CHANGELOG.md diff --git a/apps/nuxt2/CHANGELOG.md b/apps/nuxt2/CHANGELOG.md new file mode 100644 index 0000000..385fe58 --- /dev/null +++ b/apps/nuxt2/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 2.10.0 (2023-06-04) + +**Note:** Version bump only for package nuxt2-particles-demo diff --git a/apps/nuxt2/package.json b/apps/nuxt2/package.json index 2a8d84c..1a8ff70 100644 --- a/apps/nuxt2/package.json +++ b/apps/nuxt2/package.json @@ -1,6 +1,6 @@ { "name": "nuxt2-particles-demo", - "version": "2.9.3", + "version": "2.10.0", "private": true, "scripts": { "dev": "env NODE_OPTIONS=--openssl-legacy-provider nuxt", @@ -17,13 +17,13 @@ "*.**": "prettier --check --ignore-unknown" }, "dependencies": { - "vue2-particles": "^2.9.3", "core-js": "^3.30.2", "nuxt": "^2.16.3", "tsparticles": "^2.10.1", "vue": "^2.7.14", "vue-server-renderer": "^2.7.14", - "vue-template-compiler": "^2.7.14" + "vue-template-compiler": "^2.7.14", + "vue2-particles": "^2.10.0" }, "devDependencies": { "@babel/core": "^7.22.1", diff --git a/apps/vue2/CHANGELOG.md b/apps/vue2/CHANGELOG.md index 7fe722c..3bd4d10 100644 --- a/apps/vue2/CHANGELOG.md +++ b/apps/vue2/CHANGELOG.md @@ -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.10.0 (2023-06-04) + +**Note:** Version bump only for package vue2-particles-demo + + + + + ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.9.2...vue2-particles-demo@2.9.3) (2023-02-12) **Note:** Version bump only for package vue2-particles-demo diff --git a/apps/vue2/package.json b/apps/vue2/package.json index 8a43c06..aa0366f 100644 --- a/apps/vue2/package.json +++ b/apps/vue2/package.json @@ -1,7 +1,7 @@ { "name": "vue2-particles-demo", "private": true, - "version": "2.9.3", + "version": "2.10.0", "description": "VueJS Demo", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", @@ -27,7 +27,7 @@ "vue": "^2.7.14", "vue-class-component": "^7.2.6", "vue-property-decorator": "^9.1.2", - "vue2-particles": "^2.9.3" + "vue2-particles": "^2.10.0" }, "devDependencies": { "@babel/core": "^7.22.1", diff --git a/components/vue2-alt/CHANGELOG.md b/components/vue2-alt/CHANGELOG.md index acae736..1bff4d4 100644 --- a/components/vue2-alt/CHANGELOG.md +++ b/components/vue2-alt/CHANGELOG.md @@ -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. +# 3.10.0 (2023-06-04) + +**Note:** Version bump only for package particles.vue + + + + + ## [3.9.3](https://github.com/matteobruni/tsparticles/compare/particles.vue@3.9.2...particles.vue@3.9.3) (2023-02-12) **Note:** Version bump only for package particles.vue diff --git a/components/vue2-alt/package.json b/components/vue2-alt/package.json index 6f5ece0..789c153 100644 --- a/components/vue2-alt/package.json +++ b/components/vue2-alt/package.json @@ -1,6 +1,6 @@ { "name": "particles.vue", - "version": "3.9.3", + "version": "3.10.0", "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.", "scripts": { "clean": "rm -rf dist/*", diff --git a/components/vue2/CHANGELOG.md b/components/vue2/CHANGELOG.md index 280d100..d5cb6f4 100644 --- a/components/vue2/CHANGELOG.md +++ b/components/vue2/CHANGELOG.md @@ -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.10.0 (2023-06-04) + +**Note:** Version bump only for package vue2-particles + + + + + ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles@2.9.2...vue2-particles@2.9.3) (2023-02-12) **Note:** Version bump only for package vue2-particles diff --git a/components/vue2/package.json b/components/vue2/package.json index 7de0d00..578230e 100644 --- a/components/vue2/package.json +++ b/components/vue2/package.json @@ -1,6 +1,6 @@ { "name": "vue2-particles", - "version": "2.9.3", + "version": "2.10.0", "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.", "scripts": { "clean": "rm -rf dist/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index edf0f03..383d745 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,7 +42,7 @@ importers: specifier: ^2.7.14 version: 2.7.14 vue2-particles: - specifier: ^2.9.3 + specifier: ^2.10.0 version: link:../../components/vue2 devDependencies: '@babel/core': @@ -130,7 +130,7 @@ importers: specifier: ^9.1.2 version: 9.1.2(vue-class-component@7.2.6)(vue@2.7.14) vue2-particles: - specifier: ^2.9.3 + specifier: ^2.10.0 version: link:../../components/vue2 devDependencies: '@babel/core':