Skip to content

Commit

Permalink
0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Dec 12, 2024
1 parent c24a2b2 commit fba0382
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@nkzw/fbtee-internal",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"publish": "pnpm clean && build:all && pnpm test && pnpm publish -r --access public",
"build:all": "pnpm -r build && pnpm -r build:types && pnpm install && pnpm copy-files && cd example && pnpm build:fbtee",
"copy-files": "find packages/* -type d -maxdepth 0 -exec cp README.md LICENSE {} \\;",
"clean": "rm -rf packages/*/lib; cd example pnpm clean",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion packages/fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbtee",
"version": "0.0.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down

0 comments on commit fba0382

Please sign in to comment.