From 61a0fddfae007624aef66bc0ef8344c406bb5178 Mon Sep 17 00:00:00 2001 From: nbilyk Date: Fri, 5 Dec 2025 13:03:50 -0800 Subject: [PATCH] docs: remove changelogs for private packages --- .github/workflows/release.yml | 2 +- packages/example/CHANGELOG.md | 125 ---------------------------------- packages/example/package.json | 4 +- 3 files changed, 3 insertions(+), 128 deletions(-) delete mode 100644 packages/example/CHANGELOG.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3eddabd..06d7c2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: npm ci - name: Create versions & changelogs - run: npx lerna version --create-release github --yes + run: npx lerna version --no-private --create-release github --yes env: GH_TOKEN: ${{ secrets.GH_PAT }} diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md deleted file mode 100644 index b006c09..0000000 --- a/packages/example/CHANGELOG.md +++ /dev/null @@ -1,125 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [0.11.0](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.10.1...@polyforest/three-particles-example@0.11.0) (2025-12-05) - -### Features - -- adjust diamond padding ([b11778e](https://github.com/polyforest/three-particles/commit/b11778e2c34e2a953b44857e10dea4de1974cef3)) - -## [0.10.1](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.10.0...@polyforest/three-particles-example@0.10.1) (2025-12-04) - -**Note:** Version bump only for package @polyforest/three-particles-example - -# [0.10.0](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.9.1...@polyforest/three-particles-example@0.10.0) (2025-12-04) - -### Features - -- add z rotation support for emitter points ([4605702](https://github.com/polyforest/three-particles/commit/4605702f077fa5d567c1dbfc98c209b0adb1a713)) - -## [0.9.1](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.9.0...@polyforest/three-particles-example@0.9.1) (2025-12-01) - -**Note:** Version bump only for package @polyforest/three-particles-example - -# [0.9.0](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.8.0...@polyforest/three-particles-example@0.9.0) (2025-11-09) - -### Features - -- add support for bundled materials and geometries [wip] ([59b655f](https://github.com/polyforest/three-particles/commit/59b655f4a9394280ba1b932d513d1024c8982c07)) -- instanced mesh wip ([2dd7052](https://github.com/polyforest/three-particles/commit/2dd705292532b1346cc023ba0d6ae4cd24873be3)) - -# [0.8.0](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.7.4...@polyforest/three-particles-example@0.8.0) (2025-11-08) - -### Features - -- mesh material example ([2c1f5a1](https://github.com/polyforest/three-particles/commit/2c1f5a13be64d3b5ddd69085e852a78faa746e00)) - -## [0.7.4](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.7.3...@polyforest/three-particles-example@0.7.4) (2025-09-30) - -**Note:** Version bump only for package @polyforest/three-particles-example - -## [0.7.3](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.7.2...@polyforest/three-particles-example@0.7.3) (2025-09-29) - -**Note:** Version bump only for package @polyforest/three-particles-example - -## [0.7.2](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.7.1...@polyforest/three-particles-example@0.7.2) (2025-09-28) - -**Note:** Version bump only for package @polyforest/three-particles-example - -## [0.7.1](https://github.com/polyforest/three-particles/compare/@polyforest/three-particles-example@0.7.0...@polyforest/three-particles-example@0.7.1) (2025-09-24) - -**Note:** Version bump only for package @polyforest/three-particles-example - -# 0.7.0 (2025-09-21) - -# 0.6.0 (2025-09-20) - -### Features - -- add routing for effects ([ffbce04](https://github.com/polyforest/three-particles/commit/ffbce0445918d4e445c9d628397d2463d2bff19a)) -- scale particle state by tickTime ([9c13174](https://github.com/polyforest/three-particles/commit/9c131744321d498d6412c6e61e3fe21b23ca1b07)) - -# 0.5.0 (2025-08-30) - -### Bug Fixes - -- fix example base path ([2a86d41](https://github.com/polyforest/three-particles/commit/2a86d4119dd29a4eede939d9b074472e73f3fad5)) - -### Features - -- \*Json types for sanitize model functions ([fc3521a](https://github.com/polyforest/three-particles/commit/fc3521aeb4d4da1da221870629764379ab83d4e2)) - -## 0.4.2 (2025-07-30) - -## 0.4.1 (2025-04-05) - -# 0.4.0 (2025-03-31) - -### Features - -- material loader ([9a8134d](https://github.com/polyforest/three-particles/commit/9a8134db43421c9ea6cc40d05ef33bbe875db5ce)) -- **ParticleEffectLoader:** add loadParticleEffect utility ([2ae7f56](https://github.com/polyforest/three-particles/commit/2ae7f56dac326575cdfd765c144043c9b2698a52)) - -## 0.3.2 (2025-03-26) - -# [0.6.0](https://github.com/polyforest/three-particles/compare/v0.5.0...v0.6.0) (2025-09-20) - -### Features - -- add routing for effects ([ffbce04](https://github.com/polyforest/three-particles/commit/ffbce0445918d4e445c9d628397d2463d2bff19a)) -- scale particle state by tickTime ([9c13174](https://github.com/polyforest/three-particles/commit/9c131744321d498d6412c6e61e3fe21b23ca1b07)) - -# [0.5.0](https://github.com/polyforest/three-particles/compare/v0.4.2...v0.5.0) (2025-08-30) - -### Bug Fixes - -- fix example base path ([2a86d41](https://github.com/polyforest/three-particles/commit/2a86d4119dd29a4eede939d9b074472e73f3fad5)) - -### Features - -- \*Json types for sanitize model functions ([fc3521a](https://github.com/polyforest/three-particles/commit/fc3521aeb4d4da1da221870629764379ab83d4e2)) - -## [0.4.2](https://github.com/polyforest/three-particles/compare/v0.4.1...v0.4.2) (2025-07-30) - -**Note:** Version bump only for package @polyforest/three-particles-example - -## [0.4.1](https://github.com/polyforest/three-particles/compare/v0.4.0...v0.4.1) (2025-04-05) - -**Note:** Version bump only for package @polyforest/three-particles-example - -# [0.4.0](https://github.com/polyforest/three-particles/compare/v0.3.2...v0.4.0) (2025-03-31) - -### Features - -- material loader ([9a8134d](https://github.com/polyforest/three-particles/commit/9a8134db43421c9ea6cc40d05ef33bbe875db5ce)) -- **ParticleEffectLoader:** add loadParticleEffect utility ([2ae7f56](https://github.com/polyforest/three-particles/commit/2ae7f56dac326575cdfd765c144043c9b2698a52)) - -## [0.3.2](https://github.com/polyforest/three-particles/compare/v0.1.13...v0.3.2) (2025-03-26) - -**Note:** Version bump only for package @polyforest/three-particles-example - -## [0.3.1](https://github.com/polyforest/three-particles/compare/v0.1.13...v0.3.1) (2025-03-26) - -**Note:** Version bump only for package @polyforest/three-particles-example diff --git a/packages/example/package.json b/packages/example/package.json index 7a08ebb..3242f15 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "@polyforest/three-particles-example", - "version": "0.11.0", + "version": "0.0.0", "private": true, "scripts": { "clean": "rimraf dist", @@ -15,7 +15,7 @@ "license": "ISC", "description": "", "dependencies": { - "three-particles": "^0.15.0" + "three-particles": "*" }, "devDependencies": { "@types/fs-extra": "^11.0.4",