bernova 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,41 @@ All notable changes to Bernova will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.2] - 2025-10-28
9
+
10
+ ### 🔧 Changed
11
+
12
+ - **License update**: Changed project license from ISC to Apache-2.0 for better open source compliance
13
+ - **Package management**: Improved gitignore configuration to exclude package-lock.json for better npm/yarn compatibility
14
+
15
+ ### 🗑️ Removed
16
+
17
+ - Removed package-lock.json file from version control to avoid package manager conflicts
18
+
19
+ ## [0.1.1] - 2025-10-22
20
+
21
+ ### 🐛 Fixed
22
+
23
+ - **Build system**: Resolved NPM versioning and authentication issues
24
+ - **Package metadata**: Improved package.json with complete metadata for open source distribution
25
+ - **Workflow automation**: Fixed auto-publish workflow build validation and authentication verification
26
+
27
+ ### 🔧 Changed
28
+
29
+ - **Node.js compatibility**: Updated minimum Node.js version requirements
30
+ - **Build optimization**: Enhanced build process for better distribution
31
+
32
+ ## [0.1.0] - 2025-10-21
33
+
34
+ All notable changes to Bernova will be documented in this file.
35
+
36
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
37
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
38
+
39
+ ## [0.1.2] - 2025-10-28
40
+
41
+ ## [0.1.1] - 2025-10-21
42
+
8
43
  ## [0.1.0] - 2025-10-21
9
44
 
10
45
  ### 🎉 Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bernova",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "The best way to write CSS with Javascript syntax",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -69,7 +69,7 @@
69
69
  "url": "https://github.com/kubit-ui"
70
70
  }
71
71
  ],
72
- "license": "ISC",
72
+ "license": "Apache-2.0",
73
73
  "homepage": "https://github.com/kubit-ui/bernova#readme",
74
74
  "repository": {
75
75
  "type": "git",