@pie-lib/icons 3.1.1-next.1 → 3.2.0-next.2

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,50 +3,38 @@
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
- # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@3.1.0-next.1...@pie-lib/icons@3.1.0-next.3) (2026-01-27)
7
-
8
- **Note:** Version bump only for package @pie-lib/icons
6
+ # [3.2.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@3.2.0-next.1...@pie-lib/icons@3.2.0-next.2) (2026-02-25)
9
7
 
8
+ ### Bug Fixes
10
9
 
10
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
11
11
 
12
+ # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@3.1.0-next.1...@pie-lib/icons@3.1.0-next.3) (2026-01-27)
12
13
 
14
+ **Note:** Version bump only for package @pie-lib/icons
13
15
 
14
16
  # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.24.1...@pie-lib/icons@3.1.0-next.1) (2026-01-26)
15
17
 
16
-
17
18
  ### Bug Fixes
18
19
 
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))
20
- * **icons:** add necessary props to correct icon ([638ebf9](https://github.com/pie-framework/pie-lib/commit/638ebf9cfd4375f67233ad055cb269da6cf99454))
21
- * icon rendering ([d20951d](https://github.com/pie-framework/pie-lib/commit/d20951da114ef6a3939a12d0ea5f195ebe372240))
22
-
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
+ - **icons:** add necessary props to correct icon ([638ebf9](https://github.com/pie-framework/pie-lib/commit/638ebf9cfd4375f67233ad055cb269da6cf99454))
22
+ - icon rendering ([d20951d](https://github.com/pie-framework/pie-lib/commit/d20951da114ef6a3939a12d0ea5f195ebe372240))
23
23
 
24
24
  ### Features
25
25
 
26
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
27
- * packages/math-toolbar & packages/icons mui update PD-5268 ([8a18bc1](https://github.com/pie-framework/pie-lib/commit/8a18bc1a79cd3ca3baa7ff7a94b050ec20371649))
28
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
29
-
30
-
31
-
32
-
26
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
27
+ - packages/math-toolbar & packages/icons mui update PD-5268 ([8a18bc1](https://github.com/pie-framework/pie-lib/commit/8a18bc1a79cd3ca3baa7ff7a94b050ec20371649))
28
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
33
29
 
34
30
  # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.24.2-next.0...@pie-lib/icons@3.0.0-next.0) (2026-01-19)
35
31
 
36
32
  **Note:** Version bump only for package @pie-lib/icons
37
33
 
38
-
39
-
40
-
41
-
42
34
  ## [2.24.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.38.0-mui-update.0...@pie-lib/icons@2.24.2-next.0) (2026-01-19)
43
35
 
44
36
  **Note:** Version bump only for package @pie-lib/icons
45
37
 
46
-
47
-
48
-
49
-
50
38
  ## [2.24.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.20.0...@pie-lib/icons@2.24.1) (2025-10-22)
51
39
 
52
40
  **Note:** Version bump only for package @pie-lib/icons
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@pie-lib/icons",
3
- "version": "3.1.1-next.1",
3
+ "version": "3.2.0-next.2",
4
4
  "description": "Some simple icons",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
- "repository": "pie-framework/pie-lib",
8
7
  "keywords": [
9
8
  "pie",
10
9
  "react",
@@ -13,6 +12,7 @@
13
12
  "scripts": {},
14
13
  "author": "",
15
14
  "license": "ISC",
15
+ "repository": "pie-framework/pie-lib",
16
16
  "dependencies": {
17
17
  "@emotion/react": "^11.14.0",
18
18
  "@emotion/style": "^0.8.0",
@@ -25,10 +25,10 @@
25
25
  "react": "^18.2.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@pie-lib/test-utils": "^1.1.1-next.1"
28
+ "@pie-lib/test-utils": "^1.2.0-next.1"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "87d7d9ee63abeb5eff95f888cc2b80683c81ea13"
33
+ "gitHead": "01fa85c5f94bfdef2cd95f49bd465ec0b702fe6d"
34
34
  }
@@ -1 +0,0 @@
1
- []