gt-next 6.6.4-alpha.1 → 6.6.4

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,16 @@
1
1
  # gt-next
2
2
 
3
+ ## 6.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#698](https://github.com/generaltranslation/gt/pull/698) [`9eefc14`](https://github.com/generaltranslation/gt/commit/9eefc14577013fcfa699344c4a950c12d3b3350b) Thanks [@brian-lou](https://github.com/brian-lou)! - Switch monorepo package manager to pnpm (no new features or bugs fixed). Please report issues to https://github.com/generaltranslation/gt
8
+
9
+ - Updated dependencies [[`9eefc14`](https://github.com/generaltranslation/gt/commit/9eefc14577013fcfa699344c4a950c12d3b3350b)]:
10
+ - @generaltranslation/supported-locales@2.0.14
11
+ - gt-react@10.6.3
12
+ - generaltranslation@7.6.4
13
+
3
14
  ## 6.6.3
4
15
 
5
16
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-next",
3
- "version": "6.6.4-alpha.1",
3
+ "version": "6.6.4",
4
4
  "description": "A Next.js library for automatic internationalization.",
5
5
  "main": "dist/index.server.js",
6
6
  "peerDependencies": {
@@ -13,9 +13,9 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "gt-react": "10.6.3-alpha.1",
17
- "@generaltranslation/supported-locales": "2.0.13",
18
- "generaltranslation": "7.6.4-alpha.2"
16
+ "@generaltranslation/supported-locales": "2.0.14",
17
+ "generaltranslation": "7.6.4",
18
+ "gt-react": "10.6.3"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
@@ -168,7 +168,7 @@
168
168
  "patch": "pnpm version patch",
169
169
  "transpile": "tsc",
170
170
  "build": "pnpm run build:swc-plugin && pnpm run transpile",
171
- "build:clean": "rm -rf ./swc-plugin/target && rm -rf dist && rm tsconfig.tsbuildinfo && pnpm run build",
171
+ "build:clean": "rm -rf ./swc-plugin/target && sh ../../scripts/clean.sh && pnpm run build",
172
172
  "build:release": "pnpm run build:clean",
173
173
  "build:swc-plugin": "cargo build --release --target wasm32-wasip1 --manifest-path ./swc-plugin/Cargo.toml && node scripts/copy-wasm.js",
174
174
  "build:no-swc-plugin": "pnpm run transpile",