Prepared release v0.2.0 and merge dev into Main #34
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'luna-charts': minor
|
||||
---
|
||||
|
||||
Establish the initial project foundation with architecture, documentation, governance, and development tooling.
|
||||
@@ -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
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "LUNA-Charts",
|
||||
"version": "1.0.0",
|
||||
"version": "0.2.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user