Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jun 19, 2024
1 parent 61f34cf commit ecd3f8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0"
}
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esgettext/runtime",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "A gettext-like translation runtime for JavaScript aka EcmaScript",
"main": "dist/esgettext.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esgettext/tools",
"version": "1.0.0",
"version": "1.1.0",
"description": "Gettext-like po creation and manipulation",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ecd3f8b

Please sign in to comment.