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 Dec 29, 2023
1 parent 24cf67a commit 6ccca57
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 9 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.

# 3.0.0 (2023-12-29)


### Bug Fixes

* **deps:** update dependency lerna to v7 ([e2bc4e9](https://github.com/tsparticles/solid/commit/e2bc4e99262b43c48d6714f4892ada260de5f762))
8 changes: 8 additions & 0 deletions apps/solid/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.0.0 (2023-12-29)

**Note:** Version bump only for package @tsparticles/solid-demo





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

**Note:** Version bump only for package solid-particles-demo
Expand Down
8 changes: 4 additions & 4 deletions apps/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@tsparticles/solid-demo",
"version": "2.9.3",
"version": "3.0.0",
"private": true,
"devDependencies": {
"@tsparticles/configs": "^3.0.3",
"@tsparticles/engine": "^3.0.3",
"@tsparticles/solid": "workspace:^",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"browserslist": "^4.22.2",
"component-register": "^0.8.3",
"solid-js": "^1.8.7",
"@tsparticles/solid": "workspace:^",
"solid-scripts": "^0.0.61",
"tsparticles": "^3.0.3",
"@tsparticles/configs": "^3.0.3",
"@tsparticles/engine": "^3.0.3",
"typescript": "^5.0.0"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions components/solid/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.0.0 (2023-12-29)

**Note:** Version bump only for package @tsparticles/solid





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

**Note:** Version bump only for package solid-particles
Expand Down
6 changes: 3 additions & 3 deletions components/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/solid",
"version": "2.9.3",
"version": "3.0.0",
"description": "Official tsParticles Solid 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 React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.js.",
"main": "dist/particles.js",
"scripts": {
Expand Down Expand Up @@ -102,9 +102,9 @@
"solid-js": ">=1.0.0"
},
"dependencies": {
"@tsparticles/engine": "^3.0.3",
"fast-deep-equal": "^3.1.3",
"solid-js": "^1.8.7",
"@tsparticles/engine": "^3.0.3"
"solid-js": "^1.8.7"
},
"devDependencies": {
"@babel/core": "^7.23.6",
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": "3.0.0",
"npmClient": "pnpm",
"conventionalCommits": true,
"command": {
Expand Down

0 comments on commit 6ccca57

Please sign in to comment.