Release/0.2.0 #33
@@ -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",
|
"name": "docs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "LUNA-Charts",
|
"name": "LUNA-Charts",
|
||||||
"version": "1.0.0",
|
"version": "0.2.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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",
|
"name": "luna-charts",
|
||||||
"version": "0.1.0",
|
"version": "0.2.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",
|
||||||
|
|||||||
Reference in New Issue
Block a user