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 Jun 4, 2023
1 parent 22e91fc commit b238651
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 9 deletions.
8 changes: 8 additions & 0 deletions apps/nuxt2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions apps/nuxt2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
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.10.0 (2023-06-04)

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





## [2.9.3](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.9.3) (2023-02-12)

**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.9.3",
"version": "2.10.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.9.3"
"vue2-particles": "^2.10.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
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.10.0 (2023-06-04)

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





## [3.9.3](https://github.com/matteobruni/tsparticles/compare/[email protected]@3.9.3) (2023-02-12)

**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.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/*",
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.10.0 (2023-06-04)

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





## [2.9.3](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.9.3) (2023-02-12)

**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.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/*",
Expand Down
4 changes: 2 additions & 2 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 b238651

Please sign in to comment.