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 4, 2023
1 parent 5e04e6e commit df4ace9
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 13 deletions.
8 changes: 8 additions & 0 deletions apps/nuxt2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.2.0](https://github.com/tsparticles/vue2/compare/[email protected]@1.2.0) (2023-08-04)

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





# 1.1.0 (2023-07-14)

**Note:** Version bump only for package nuxt2-demo
4 changes: 2 additions & 2 deletions apps/nuxt2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt2-demo",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -20,7 +20,7 @@
"vue": "^2.7.14",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"vue2-particles": "^2.11.0"
"vue2-particles": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down
8 changes: 8 additions & 0 deletions apps/vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.12.0) (2023-08-04)

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





# [2.11.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.11.0) (2023-07-14)

**Note:** Version bump only for package vue2-particles-demo
Expand Down
4 changes: 2 additions & 2 deletions apps/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue2-particles-demo",
"private": true,
"version": "2.11.0",
"version": "2.12.0",
"description": "VueJS Demo",
"author": "Matteo Bruni <[email protected]>",
"homepage": "https://particles.js.org",
Expand All @@ -27,7 +27,7 @@
"vue": "^2.7.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue2-particles": "^2.11.0"
"vue2-particles": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down
8 changes: 8 additions & 0 deletions components/vue2-alt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/tsparticles/vue2/compare/[email protected]@3.12.0) (2023-08-04)

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





# [3.11.0](https://github.com/tsparticles/vue2/compare/[email protected]@3.11.0) (2023-07-14)

**Note:** Version bump only for package particles.vue
Expand Down
2 changes: 1 addition & 1 deletion components/vue2-alt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "particles.vue",
"version": "3.11.0",
"version": "3.12.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/*",
Expand Down
8 changes: 8 additions & 0 deletions components/vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.12.0) (2023-08-04)

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





# [2.11.0](https://github.com/tsparticles/vue2/compare/[email protected]@2.11.0) (2023-07-14)

**Note:** Version bump only for package vue2-particles
Expand Down
2 changes: 1 addition & 1 deletion components/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-particles",
"version": "2.11.0",
"version": "2.12.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/*",
Expand Down
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit df4ace9

Please sign in to comment.