@pie-lib/feedback 1.2.0-next.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -19
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -3,46 +3,32 @@
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/feedback@1.1.0-next.1...@pie-lib/feedback@1.1.0-next.3) (2026-01-27)
6
+ # [1.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/feedback@1.2.0-next.1...@pie-lib/feedback@1.2.0-next.3) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/feedback
9
9
 
10
+ # [1.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/feedback@1.1.0-next.1...@pie-lib/feedback@1.1.0-next.3) (2026-01-27)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @pie-lib/feedback
13
13
 
14
14
  # [1.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/feedback@0.24.1...@pie-lib/feedback@1.1.0-next.1) (2026-01-26)
15
15
 
16
-
17
16
  ### Bug Fixes
18
17
 
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
-
18
+ - 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
19
 
22
20
  ### Features
23
21
 
24
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
25
-
26
-
27
-
28
-
22
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
29
23
 
30
24
  # [1.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/feedback@0.24.2-next.0...@pie-lib/feedback@1.0.0-next.0) (2026-01-19)
31
25
 
32
26
  **Note:** Version bump only for package @pie-lib/feedback
33
27
 
34
-
35
-
36
-
37
-
38
28
  ## [0.24.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/feedback@0.38.0-mui-update.0...@pie-lib/feedback@0.24.2-next.0) (2026-01-19)
39
29
 
40
30
  **Note:** Version bump only for package @pie-lib/feedback
41
31
 
42
-
43
-
44
-
45
-
46
32
  ## [0.24.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/feedback@0.20.0...@pie-lib/feedback@0.24.1) (2025-10-22)
47
33
 
48
34
  **Note:** Version bump only for package @pie-lib/feedback
package/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "@pie-lib/feedback",
3
- "version": "1.2.0-next.0+c7578ca",
3
+ "version": "1.2.0-next.3",
4
4
  "description": "Feedback utilities",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/pie-framework/pie-lib"
13
- },
10
+ "repository": "pie-framework/pie-lib",
14
11
  "scripts": {},
15
12
  "author": "",
16
13
  "license": "ISC",
17
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d"
14
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751"
18
15
  }