@pie-lib/style-utils 1.1.1-next.1 → 1.2.0-next.3

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
@@ -3,47 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [1.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@1.1.0-next.1...@pie-lib/style-utils@1.1.0-next.3) (2026-01-27)
6
+ # [1.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@1.2.0-next.1...@pie-lib/style-utils@1.2.0-next.3) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/style-utils
9
9
 
10
+ # [1.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@1.1.0-next.1...@pie-lib/style-utils@1.1.0-next.3) (2026-01-27)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @pie-lib/style-utils
13
13
 
14
14
  # [1.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@0.21.1...@pie-lib/style-utils@1.1.0-next.1) (2026-01-26)
15
15
 
16
-
17
16
  ### Bug Fixes
18
17
 
19
- * refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
20
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
21
-
18
+ - refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
19
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
22
20
 
23
21
  ### Features
24
22
 
25
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
26
-
27
-
28
-
29
-
23
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
30
24
 
31
25
  # [1.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@0.21.2-next.0...@pie-lib/style-utils@1.0.0-next.0) (2026-01-19)
32
26
 
33
27
  **Note:** Version bump only for package @pie-lib/style-utils
34
28
 
35
-
36
-
37
-
38
-
39
29
  ## [0.21.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@0.35.0-mui-update.0...@pie-lib/style-utils@0.21.2-next.0) (2026-01-19)
40
30
 
41
31
  **Note:** Version bump only for package @pie-lib/style-utils
42
32
 
43
-
44
-
45
-
46
-
47
33
  ## [0.21.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/style-utils@0.17.0...@pie-lib/style-utils@0.21.1) (2025-10-22)
48
34
 
49
35
  **Note:** Version bump only for package @pie-lib/style-utils
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@pie-lib/style-utils",
3
- "version": "1.1.1-next.1",
3
+ "version": "1.2.0-next.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
+ "repository": "pie-framework/pie-lib",
10
11
  "scripts": {},
11
12
  "author": "",
12
13
  "license": "ISC",
13
- "gitHead": "87d7d9ee63abeb5eff95f888cc2b80683c81ea13"
14
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751"
14
15
  }
@@ -1 +0,0 @@
1
- []