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 Jul 14, 2023
1 parent ae3b8a8 commit 06f417e
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)

**Note:** Version bump only for package vue3-particles-workspace





## 2.10.1 (2023-06-04)


Expand Down
8 changes: 8 additions & 0 deletions apps/nuxt3/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.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)

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





## 2.10.1 (2023-06-04)


Expand Down
2 changes: 1 addition & 1 deletion apps/nuxt3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt3-particles-demo",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
8 changes: 8 additions & 0 deletions apps/vue3/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.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)

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





## 2.10.1 (2023-06-04)


Expand Down
2 changes: 1 addition & 1 deletion apps/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-demo",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions components/vue3-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.

# [2.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)

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





## 2.10.1 (2023-06-04)


Expand Down
2 changes: 1 addition & 1 deletion components/vue3-alt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "particles.vue3",
"version": "2.10.1",
"version": "2.11.0",
"description": "Official tsParticles Vue.js 3.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 2.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"keywords": [
"front-end",
Expand Down
8 changes: 8 additions & 0 deletions components/vue3/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.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)

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





## 2.10.1 (2023-06-04)


Expand Down
2 changes: 1 addition & 1 deletion components/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-particles",
"version": "2.10.1",
"version": "2.11.0",
"description": "Official tsParticles Vue.js 3.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 2.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
"keywords": [
"front-end",
Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["apps/*", "components/*", "components-legacy/*"],
"version": "2.10.1",
"packages": [
"apps/*",
"components/*",
"components-legacy/*"
],
"version": "2.11.0",
"npmClient": "pnpm",
"conventionalCommits": true,
"command": {
Expand Down

0 comments on commit 06f417e

Please sign in to comment.