From 6ccca57fe2d030a2a2f5e4e0b95e5b71d2483bca Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Fri, 29 Dec 2023 01:55:47 +0100 Subject: [PATCH] chore(release): published new version --- CHANGELOG.md | 11 +++++++++++ apps/solid/CHANGELOG.md | 8 ++++++++ apps/solid/package.json | 8 ++++---- components/solid/CHANGELOG.md | 8 ++++++++ components/solid/package.json | 6 +++--- lerna.json | 7 +++++-- 6 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3f25713 --- /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. + +# 3.0.0 (2023-12-29) + + +### Bug Fixes + +* **deps:** update dependency lerna to v7 ([e2bc4e9](https://github.com/tsparticles/solid/commit/e2bc4e99262b43c48d6714f4892ada260de5f762)) diff --git a/apps/solid/CHANGELOG.md b/apps/solid/CHANGELOG.md index e790380..4c1efaf 100644 --- a/apps/solid/CHANGELOG.md +++ b/apps/solid/CHANGELOG.md @@ -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/solid-particles-demo@2.9.2...solid-particles-demo@2.9.3) (2023-02-12) **Note:** Version bump only for package solid-particles-demo diff --git a/apps/solid/package.json b/apps/solid/package.json index 0431907..77e4d9d 100644 --- a/apps/solid/package.json +++ b/apps/solid/package.json @@ -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": { diff --git a/components/solid/CHANGELOG.md b/components/solid/CHANGELOG.md index 6aabe6d..6217ea8 100644 --- a/components/solid/CHANGELOG.md +++ b/components/solid/CHANGELOG.md @@ -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/solid-particles@2.9.2...solid-particles@2.9.3) (2023-02-12) **Note:** Version bump only for package solid-particles diff --git a/components/solid/package.json b/components/solid/package.json index 7ac8c50..691f268 100644 --- a/components/solid/package.json +++ b/components/solid/package.json @@ -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": { @@ -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", diff --git a/lerna.json b/lerna.json index 4f44aab..079278d 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": "3.0.0", "npmClient": "pnpm", "conventionalCommits": true, "command": {