@pie-lib/translator 3.1.1-next.1 → 3.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,48 +3,34 @@
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/translator@3.1.0-next.1...@pie-lib/translator@3.1.0-next.3) (2026-01-27)
6
+ # [3.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@3.2.0-next.1...@pie-lib/translator@3.2.0-next.3) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/translator
9
9
 
10
+ # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@3.1.0-next.1...@pie-lib/translator@3.1.0-next.3) (2026-01-27)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @pie-lib/translator
13
13
 
14
14
  # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.23.1...@pie-lib/translator@3.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
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
25
- * PD-5258 wip Material-UI migration ([25e60f3](https://github.com/pie-framework/pie-lib/commit/25e60f32602bfd7bfc8b4f9d2dcc3a3cd664e72b))
26
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
27
-
28
-
29
-
30
-
22
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
23
+ - PD-5258 wip Material-UI migration ([25e60f3](https://github.com/pie-framework/pie-lib/commit/25e60f32602bfd7bfc8b4f9d2dcc3a3cd664e72b))
24
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
31
25
 
32
26
  # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.23.2-next.0...@pie-lib/translator@3.0.0-next.0) (2026-01-19)
33
27
 
34
28
  **Note:** Version bump only for package @pie-lib/translator
35
29
 
36
-
37
-
38
-
39
-
40
30
  ## [2.23.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.38.0-mui-update.0...@pie-lib/translator@2.23.2-next.0) (2026-01-19)
41
31
 
42
32
  **Note:** Version bump only for package @pie-lib/translator
43
33
 
44
-
45
-
46
-
47
-
48
34
  ## [2.23.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.19.0...@pie-lib/translator@2.23.1) (2025-10-22)
49
35
 
50
36
  **Note:** Version bump only for package @pie-lib/translator
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@pie-lib/translator",
3
- "version": "3.1.1-next.1",
3
+ "version": "3.2.0-next.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "main": "lib/index.js",
8
8
  "module": "src/index.js",
9
+ "repository": "pie-framework/pie-lib",
9
10
  "dependencies": {
10
11
  "debug": "^4.1.1",
11
12
  "i18next": "^25.7.0",
@@ -18,5 +19,5 @@
18
19
  "react": "18.2.0",
19
20
  "react-dom": "18.2.0"
20
21
  },
21
- "gitHead": "87d7d9ee63abeb5eff95f888cc2b80683c81ea13"
22
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751"
22
23
  }
@@ -1 +0,0 @@
1
- []