@nextrap/style-utils 0.0.1 → 1.0.4

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 CHANGED
@@ -1,3 +1,47 @@
1
+ ## 1.0.4 (2025-07-24)
2
+
3
+ This was a version bump only for style-utils to align it with other projects, there were no code changes.
4
+
5
+ ## 1.0.3 (2025-07-24)
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated style-base to 1.1.7
10
+
11
+ ## 1.0.2 (2025-07-24)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated style-base to 1.1.6
16
+
17
+ ## 1.0.1 (2025-07-24)
18
+
19
+ This was a version bump only for style-utils to align it with other projects, there were no code changes.
20
+
21
+ # 3.0.0 (2025-07-24)
22
+
23
+ This was a version bump only for style-utils to align it with other projects, there were no code changes.
24
+
25
+ # 2.0.0 (2025-07-24)
26
+
27
+ This was a version bump only for style-utils to align it with other projects, there were no code changes.
28
+
29
+ # 1.0.0 (2025-07-24)
30
+
31
+ This was a version bump only for style-utils to align it with other projects, there were no code changes.
32
+
33
+ ## 0.0.4 (2025-07-21)
34
+
35
+ ### 🧱 Updated Dependencies
36
+
37
+ - Updated style-base to 1.0.3
38
+
39
+ ## 0.0.3 (2025-07-21)
40
+
41
+ ### 🧱 Updated Dependencies
42
+
43
+ - Updated style-base to 1.0.0
44
+
1
45
  ## 0.0.2 (2025-07-21)
2
46
 
3
47
  This was a version bump only for style-utils to align it with other projects, there were no code changes.
package/README.md CHANGED
@@ -9,3 +9,5 @@ Run `nx build style-utils` to build the library.
9
9
  ## Running unit tests
10
10
 
11
11
  Run `nx test style-utils` to execute the unit tests via [Vitest](https://vitest.dev/).
12
+
13
+ ## Typography
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@nextrap/style-utils",
3
- "version": "0.0.1",
3
+ "version": "1.0.4",
4
4
  "main": "./index.js",
5
- "dependencies": {
6
- "@nextrap/style-base": "^0.0.2"
5
+ "devDependencies": {
6
+ "@nextrap/style-base": "1.1.7"
7
7
  },
8
8
  "type": "module",
9
9
  "types": "./index.d.ts"