From 19d7eaf76327592ab3b8eaba3d25700047b8ca61 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Tue, 1 Sep 2026 18:16:49 +0200 Subject: [PATCH] chore(release): prepare 0.2.0 release --- .changeset/ten-rules-bet.md | 5 ----- docs/CHANGELOG.md | 13 +++++++++++++ docs/package.json | 2 +- package.json | 2 +- packages/luna-charts/CHANGELOG.md | 15 +++++++++++++++ packages/luna-charts/package.json | 2 +- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 .changeset/ten-rules-bet.md create mode 100644 docs/CHANGELOG.md create mode 100644 packages/luna-charts/CHANGELOG.md diff --git a/.changeset/ten-rules-bet.md b/.changeset/ten-rules-bet.md deleted file mode 100644 index 4a752ff..0000000 --- a/.changeset/ten-rules-bet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'luna-charts': minor ---- - -Establish the initial project foundation with architecture, documentation, governance, and development tooling. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..64c4096 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,13 @@ +# docs + +## 0.2.0 + +### Minor Changes + +- This release introduces the next iteration of LUNA Charts with improvements to the component architecture, development workflow, testing infrastructure, and documentation. + + - Improved component development and project structure + - Enhanced component testing infrastructure + - Improved CI/CD test handling, including projects without test files + - Updated and extended project documentation + - Various improvements and fixes across the library diff --git a/docs/package.json b/docs/package.json index 3615392..4d062ea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/package.json b/package.json index 004761c..6401557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LUNA-Charts", - "version": "1.0.0", + "version": "0.2.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/luna-charts/CHANGELOG.md b/packages/luna-charts/CHANGELOG.md new file mode 100644 index 0000000..443dd48 --- /dev/null +++ b/packages/luna-charts/CHANGELOG.md @@ -0,0 +1,15 @@ +# luna-charts + +## 0.2.0 + +### Minor Changes + +- This release introduces the next iteration of LUNA Charts with improvements to the component architecture, development workflow, testing infrastructure, and documentation. + + - Improved component development and project structure + - Enhanced component testing infrastructure + - Improved CI/CD test handling, including projects without test files + - Updated and extended project documentation + - Various improvements and fixes across the library + +- 72c49e6: Establish the initial project foundation with architecture, documentation, governance, and development tooling. diff --git a/packages/luna-charts/package.json b/packages/luna-charts/package.json index e71bb67..a5f12f7 100644 --- a/packages/luna-charts/package.json +++ b/packages/luna-charts/package.json @@ -1,6 +1,6 @@ { "name": "luna-charts", - "version": "0.1.0", + "version": "0.2.0", "description": "Stencil Component Starter", "main": "dist/index.cjs.js", "module": "dist/index.js",