Skip to content

Commit 95117a0

Browse files
committed
chore(release): published new version
1 parent f97f17c commit 95117a0

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.10.0 (2023-06-17)
7+
8+
9+
### Features
10+
11+
* 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))

apps/astro/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.10.0 (2023-06-17)
7+
8+
9+
### Features
10+
11+
* 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))

apps/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-particles-demo",
33
"type": "module",
4-
"version": "2.9.3",
4+
"version": "2.10.0",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

components/astro/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.10.0 (2023-06-17)
7+
8+
9+
### Features
10+
11+
* 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))

components/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-particles",
3-
"version": "2.9.3",
3+
"version": "2.10.0",
44
"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.",
55
"scripts": {
66
"build": "echo build",

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"packages": ["apps/*", "components/*"],
4-
"version": "2.9.3",
3+
"packages": [
4+
"apps/*",
5+
"components/*"
6+
],
7+
"version": "2.10.0",
58
"npmClient": "pnpm",
69
"conventionalCommits": true,
710
"command": {

0 commit comments

Comments
 (0)