Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fakundo committed Feb 15, 2021
1 parent a046cce commit ab9cf0a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/preact-localized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-localized",
"version": "1.0.3",
"version": "1.0.4",
"description": "Internationalization for Preact components",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -33,6 +33,6 @@
"preact": "^10.0.0"
},
"dependencies": {
"react-localized-core": "^1.0.1"
"react-localized-core": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/react-localized-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-localized-core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Core of react-localized",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-localized-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-localized-extractor",
"version": "1.0.3",
"version": "1.0.4",
"description": "CLI tool for react-localized for extracting messages from source files",
"bin": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-localized-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-localized-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "Webpack loader for react-localized",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-localized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-localized",
"version": "3.0.3",
"version": "3.0.4",
"description": "Internationalization for React components",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -35,6 +35,6 @@
"react-dom": "^16.8.0 || ^17.0.0"
},
"dependencies": {
"react-localized-core": "^1.0.1"
"react-localized-core": "^1.0.2"
}
}

0 comments on commit ab9cf0a

Please sign in to comment.