@generaltranslation/react-core 11.1.24-auto-jsx.0 → 11.2.0

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 +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,20 @@
1
1
  # @generaltranslation/react-core
2
2
 
3
- ## 11.1.24-auto-jsx.0
3
+ ## 11.2.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 2155725: Verify the isolated experimental release pipeline using the current stable implementation, before automatic JSX insertion changes are introduced.
7
+ - Updated dependencies []:
8
+ - generaltranslation@9.3.1
9
+ - gt-i18n@1.0.26
10
+
11
+ ## 11.1.24
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`8e59be2`](https://github.com/generaltranslation/gt/commit/8e59be28c129b4b9509ce8897156de3282b2a295)]:
16
+ - generaltranslation@9.3.0
17
+ - gt-i18n@1.0.25
8
18
 
9
19
  ## 11.1.23
10
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@generaltranslation/react-core",
3
- "version": "11.1.24-auto-jsx.0",
3
+ "version": "11.2.0",
4
4
  "description": "A pure React library for internationalization",
5
5
  "files": [
6
6
  "dist",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@generaltranslation/format": "0.1.8",
15
- "gt-i18n": "1.0.24",
16
- "generaltranslation": "9.2.0"
15
+ "generaltranslation": "9.3.1",
16
+ "gt-i18n": "1.0.26"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",