gt-next 6.16.30 → 6.16.31

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # gt-next
2
2
 
3
+ ## 6.16.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - gt-react@10.20.0
9
+
3
10
  ## 6.16.30
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-next",
3
- "version": "6.16.30",
3
+ "version": "6.16.31",
4
4
  "description": "A Next.js library for automatic internationalization.",
5
5
  "main": "dist/index.server.js",
6
6
  "peerDependencies": {
@@ -22,7 +22,7 @@
22
22
  "@generaltranslation/next-internal": "0.1.2",
23
23
  "@generaltranslation/supported-locales": "2.1.1",
24
24
  "generaltranslation": "8.2.16",
25
- "gt-react": "10.19.19",
25
+ "gt-react": "10.20.0",
26
26
  "gt-i18n": "0.9.5"
27
27
  },
28
28
  "repository": {
@@ -233,7 +233,7 @@
233
233
  "build": "pnpm run build:swc-plugin && pnpm run transpile",
234
234
  "build:clean": "rm -rf ./swc-plugin/target && sh ../../scripts/clean.sh && pnpm run build",
235
235
  "build:release": "pnpm run build:clean",
236
- "build:swc-plugin": "cargo build --release --target wasm32-wasip1 --manifest-path ./swc-plugin/Cargo.toml && node scripts/copy-wasm.js",
236
+ "build:swc-plugin": "cd swc-plugin && cargo build --release --target wasm32-wasip1 && cd .. && node scripts/copy-wasm.js",
237
237
  "build:no-swc-plugin": "pnpm run transpile",
238
238
  "release": "pnpm run build:clean && pnpm publish",
239
239
  "release:alpha": "pnpm run build:clean && pnpm publish --tag alpha",