Prepared release v0.2.0 and merge dev into Main #34

Merged
Ninosaurier merged 26 commits from dev into main 2026-09-01 16:38:08 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b8ba06f846 - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "docs", "name": "docs",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.1.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "luna-charts", "name": "luna-charts",
"version": "0.0.1", "version": "0.1.0",
"description": "Stencil Component Starter", "description": "Stencil Component Starter",
"main": "dist/index.cjs.js", "main": "dist/index.cjs.js",
"module": "dist/index.js", "module": "dist/index.js",