@octaviaflow/themes 1.1.3 → 2.0.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.
- package/CHANGELOG.md +8 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to `@octaviaflow/themes` 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
|
+
## [2.0.0] - 2026-02-07
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Major version bump to 2.0.0 for unified OctaviaFlow Design System release
|
|
13
|
+
- Updated all internal dependency references to ^2.0.0
|
|
14
|
+
- Replaced workspace protocol references with explicit version ranges
|
|
15
|
+
|
|
8
16
|
## [1.1.3] - 2026-02-07
|
|
9
17
|
|
|
10
18
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octaviaflow/themes",
|
|
3
3
|
"description": "Themes for applying color in the OctaviaFlow Design System",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"test": "bun test ."
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@octaviaflow/colors": "^
|
|
31
|
-
"@octaviaflow/grid": "^
|
|
32
|
-
"@octaviaflow/layout": "^
|
|
33
|
-
"@octaviaflow/type": "^
|
|
30
|
+
"@octaviaflow/colors": "^2.0.0",
|
|
31
|
+
"@octaviaflow/grid": "^2.0.0",
|
|
32
|
+
"@octaviaflow/layout": "^2.0.0",
|
|
33
|
+
"@octaviaflow/type": "^2.0.0",
|
|
34
34
|
"chalk": "4.1.2",
|
|
35
35
|
"color": "^4.0.0",
|
|
36
36
|
"ora": "5.4.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@octaviaflow/cli": "^2.0.0",
|
|
40
|
-
"@octaviaflow/scss-generator": "^
|
|
41
|
-
"@octaviaflow/test-utils": "^
|
|
40
|
+
"@octaviaflow/scss-generator": "^2.0.0",
|
|
41
|
+
"@octaviaflow/test-utils": "^2.0.0",
|
|
42
42
|
"change-case": "^4.1.1",
|
|
43
43
|
"core-js": "^3.16.0",
|
|
44
44
|
"js-yaml": "^3.13.0",
|