From 95117a0963380ff23ee094fd821af0a61c537337 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Sat, 17 Jun 2023 18:21:06 +0200 Subject: [PATCH] chore(release): published new version --- CHANGELOG.md | 11 +++++++++++ apps/astro/CHANGELOG.md | 11 +++++++++++ apps/astro/package.json | 2 +- components/astro/CHANGELOG.md | 11 +++++++++++ components/astro/package.json | 2 +- lerna.json | 7 +++++-- 6 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 apps/astro/CHANGELOG.md create mode 100644 components/astro/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..60f08f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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-17) + + +### Features + +* added init and loaded properties, this will fix issues [#2](https://github.com/tsparticles/astro/issues/2) and [#5](https://github.com/tsparticles/astro/issues/5) ([f97f17c](https://github.com/tsparticles/astro/commit/f97f17cbce588fc0efee0c7026a43264dd2b1de6)) diff --git a/apps/astro/CHANGELOG.md b/apps/astro/CHANGELOG.md new file mode 100644 index 0000000..60f08f1 --- /dev/null +++ b/apps/astro/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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-17) + + +### Features + +* added init and loaded properties, this will fix issues [#2](https://github.com/tsparticles/astro/issues/2) and [#5](https://github.com/tsparticles/astro/issues/5) ([f97f17c](https://github.com/tsparticles/astro/commit/f97f17cbce588fc0efee0c7026a43264dd2b1de6)) diff --git a/apps/astro/package.json b/apps/astro/package.json index c513f00..f258d37 100644 --- a/apps/astro/package.json +++ b/apps/astro/package.json @@ -1,7 +1,7 @@ { "name": "astro-particles-demo", "type": "module", - "version": "2.9.3", + "version": "2.10.0", "private": true, "scripts": { "dev": "astro dev", diff --git a/components/astro/CHANGELOG.md b/components/astro/CHANGELOG.md new file mode 100644 index 0000000..60f08f1 --- /dev/null +++ b/components/astro/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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-17) + + +### Features + +* added init and loaded properties, this will fix issues [#2](https://github.com/tsparticles/astro/issues/2) and [#5](https://github.com/tsparticles/astro/issues/5) ([f97f17c](https://github.com/tsparticles/astro/commit/f97f17cbce588fc0efee0c7026a43264dd2b1de6)) diff --git a/components/astro/package.json b/components/astro/package.json index 9e54a15..0ebc34b 100644 --- a/components/astro/package.json +++ b/components/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro-particles", - "version": "2.9.3", + "version": "2.10.0", "description": "Official tsParticles Astro 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, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, React.js, Riot.js, Solid.js, Inferno.", "scripts": { "build": "echo build", diff --git a/lerna.json b/lerna.json index 4f44aab..538feb3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,10 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "packages": ["apps/*", "components/*"], - "version": "2.9.3", + "packages": [ + "apps/*", + "components/*" + ], + "version": "2.10.0", "npmClient": "pnpm", "conventionalCommits": true, "command": {