gt 2.20.1 → 2.20.2-auto-jsx.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.20.2-auto-jsx.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 2155725: Verify the isolated experimental release pipeline using the current stable implementation, before automatic JSX insertion changes are introduced.
8
+
3
9
  ## 2.20.1
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "2.20.1";
1
+ export declare const PACKAGE_VERSION = "2.20.2-auto-jsx.0";
@@ -1,5 +1,5 @@
1
1
  //#region src/generated/version.ts
2
- const PACKAGE_VERSION = "2.20.1";
2
+ const PACKAGE_VERSION = "2.20.2-auto-jsx.0";
3
3
  //#endregion
4
4
  export { PACKAGE_VERSION };
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","names":[],"sources":["../../src/generated/version.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\nexport const PACKAGE_VERSION = '2.20.1';\n"],"mappings":";AACA,MAAa,kBAAkB"}
1
+ {"version":3,"file":"version.js","names":[],"sources":["../../src/generated/version.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\nexport const PACKAGE_VERSION = '2.20.2-auto-jsx.0';\n"],"mappings":";AACA,MAAa,kBAAkB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt",
3
- "version": "2.20.1",
3
+ "version": "2.20.2-auto-jsx.0",
4
4
  "main": "dist/index.js",
5
5
  "bin": "bin/main.js",
6
6
  "files": [
@@ -115,8 +115,8 @@
115
115
  "unified": "^11.0.5",
116
116
  "unist-util-visit": "^5.0.0",
117
117
  "yaml": "^2.8.0",
118
- "@generaltranslation/icu": "0.1.2",
119
118
  "@generaltranslation/format": "0.1.8",
119
+ "@generaltranslation/icu": "0.1.2",
120
120
  "@generaltranslation/python-extractor": "0.2.47",
121
121
  "@generaltranslation/supported-locales": "2.1.27",
122
122
  "@generaltranslation/vue-extractor": "0.1.7",