styleframe 1.0.5 → 2.0.1

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 +28 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # styleframe
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#52](https://github.com/styleframe-dev/styleframe/pull/52) [`d3039fc`](https://github.com/styleframe-dev/styleframe/commit/d3039fc548972d01a5db6bd1b65ff7495047b5ae) Thanks [@alexgrozav](https://github.com/alexgrozav)! - fix(cli): update install version
8
+
9
+ - Updated dependencies [[`d3039fc`](https://github.com/styleframe-dev/styleframe/commit/d3039fc548972d01a5db6bd1b65ff7495047b5ae)]:
10
+ - @styleframe/cli@2.0.1
11
+ - @styleframe/core@2.0.1
12
+ - @styleframe/loader@2.0.1
13
+ - @styleframe/transpiler@2.0.1
14
+ - @styleframe/plugin@2.0.1
15
+
16
+ ## 2.0.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#50](https://github.com/styleframe-dev/styleframe/pull/50) [`0593c52`](https://github.com/styleframe-dev/styleframe/commit/0593c52798b8846d3c49762621baeb66354e0356) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add license check integration
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`0593c52`](https://github.com/styleframe-dev/styleframe/commit/0593c52798b8846d3c49762621baeb66354e0356)]:
25
+ - @styleframe/transpiler@1.1.0
26
+ - @styleframe/plugin@1.1.0
27
+ - @styleframe/loader@1.1.0
28
+ - @styleframe/core@1.1.0
29
+ - @styleframe/cli@1.1.0
30
+
3
31
  ## 1.0.5
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "styleframe",
3
- "version": "1.0.5",
3
+ "version": "2.0.1",
4
4
  "bin": {
5
5
  "styleframe": "./dist/cli.cjs"
6
6
  },
@@ -84,11 +84,11 @@
84
84
  "access": "public"
85
85
  },
86
86
  "peerDependencies": {
87
- "@styleframe/cli": "^1.0.5",
88
- "@styleframe/plugin": "^1.0.1",
89
- "@styleframe/loader": "^1.0.3",
90
- "@styleframe/core": "^1.0.3",
91
- "@styleframe/transpiler": "^1.0.3"
87
+ "@styleframe/cli": "^2.0.1",
88
+ "@styleframe/core": "^2.0.1",
89
+ "@styleframe/plugin": "^2.0.1",
90
+ "@styleframe/loader": "^2.0.1",
91
+ "@styleframe/transpiler": "^2.0.1"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@types/node": "^22.15.17",
@@ -97,12 +97,12 @@
97
97
  "tsdown": "^0.11.9",
98
98
  "typescript": "^5.8.3",
99
99
  "vitest": "^3.1.3",
100
- "@styleframe/core": "^1.0.3",
101
- "@styleframe/config-typescript": "^1.0.1",
102
- "@styleframe/plugin": "^1.0.1",
103
- "@styleframe/cli": "^1.0.5",
104
- "@styleframe/loader": "^1.0.3",
105
- "@styleframe/transpiler": "^1.0.3"
100
+ "@styleframe/config-typescript": "^2.0.1",
101
+ "@styleframe/plugin": "^2.0.1",
102
+ "@styleframe/transpiler": "^2.0.1",
103
+ "@styleframe/loader": "^2.0.1",
104
+ "@styleframe/cli": "^2.0.1",
105
+ "@styleframe/core": "^2.0.1"
106
106
  },
107
107
  "homepage": "https://github.com/styleframe-dev/styleframe#readme",
108
108
  "bugs": {