Skip to content

Commit

Permalink
Release packages using ^ for dependencies, 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Dec 12, 2024
1 parent b1f9247 commit 89db6aa
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 87 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"fbtee:translate-single": "fbtee translate --jenkins --stdin < translation_input.json > src/translatedFbts.json"
},
"dependencies": {
"@nkzw/babel-fbtee": "workspace:*",
"@nkzw/babel-fbtee": "workspace:^",
"classnames": "^2.5.1",
"fbtee": "workspace:*",
"fbtee": "workspace:^",
"invariant": "^2.2.4",
"normalize.css": "8.0.1",
"react": "^19.0.0",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/fbtee-internal",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -36,8 +36,7 @@
"@types/invariant": "^2.2.37",
"@types/jest": "^29.5.14",
"@types/json-diff": "^1.0.3",
"@types/node": "^22.10.1",
"@types/prettier": "^3.0.0",
"@types/node": "^22.10.2",
"@types/prettier-2": "npm:@types/prettier@^2.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-fbtee",
"version": "0.0.4",
"version": "0.0.5",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down Expand Up @@ -29,8 +29,8 @@
"build:types": "dts-bundle-generator -o lib/index.d.ts src/index.tsx"
},
"dependencies": {
"@nkzw/babel-plugin-fbtee": "workspace:*",
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:*",
"@nkzw/babel-plugin-fbtee-runtime": "workspace:*"
"@nkzw/babel-plugin-fbtee": "workspace:^",
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:^",
"@nkzw/babel-plugin-fbtee-runtime": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-fbtee-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-plugin-fbtee-auto-import",
"version": "0.0.4",
"version": "0.0.5",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand All @@ -26,6 +26,6 @@
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/types": "^7.26.3",
"@nkzw/babel-plugin-fbtee": "workspace:*"
"@nkzw/babel-plugin-fbtee": "workspace:^"
}
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-fbtee-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-plugin-fbtee-runtime",
"version": "0.0.4",
"version": "0.0.5",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down Expand Up @@ -31,9 +31,9 @@
"invariant": "^2.2.4"
},
"devDependencies": {
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:*"
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:^"
},
"peerDependencies": {
"@nkzw/babel-plugin-fbtee": "workspace:*"
"@nkzw/babel-plugin-fbtee": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-plugin-fbtee",
"version": "0.0.4",
"version": "0.0.5",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/preset-typescript": "^7.26.0",
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3",
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:*",
"@nkzw/babel-plugin-fbtee-auto-import": "workspace:^",
"glob": "^11.0.0",
"invariant": "^2.2.4",
"jest-docblock": "^30.0.0-alpha.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbtee",
"version": "0.0.4",
"version": "0.0.5",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {},
"peerDependencies": {
"@nkzw/babel-plugin-fbtee": "workspace:*",
"@nkzw/babel-plugin-fbtee-runtime": "workspace:*",
"@nkzw/babel-plugin-fbtee": "workspace:^",
"@nkzw/babel-plugin-fbtee-runtime": "workspace:^",
"react": "^19.0.0"
}
}
Loading

0 comments on commit 89db6aa

Please sign in to comment.