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 17, 2023
1 parent f97f17c commit 95117a0
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
11 changes: 11 additions & 0 deletions apps/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion apps/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-particles-demo",
"type": "module",
"version": "2.9.3",
"version": "2.10.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
11 changes: 11 additions & 0 deletions components/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion components/astro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 95117a0

Please sign in to comment.