Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 13, 2023
1 parent 22cfbfd commit b32d016
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.13.1"
"version": "0.13.2"
}
2 changes: 1 addition & 1 deletion packages/@textlint/script-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/script-compiler",
"version": "0.13.1",
"version": "0.13.2",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
Expand Down
6 changes: 3 additions & 3 deletions packages/@textlint/website-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/website-generator",
"version": "0.13.1",
"version": "0.13.2",
"description": "Website generator using @textlint/script-compiler",
"keywords": [
"textlint"
Expand Down Expand Up @@ -46,10 +46,10 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/script-compiler": "^0.13.1",
"@textlint/script-compiler": "^0.13.2",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "^0.13.1"
"textchecker-element": "^0.13.2"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/textchecker-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textchecker-element",
"version": "0.13.1",
"version": "0.13.2",
"description": "Overlay text checker web compoentns.",
"keywords": [
"webcomponent",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@textlint/script-compiler": "^0.13.1",
"@textlint/script-compiler": "^0.13.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/rimraf": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webextension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@textlint/webextension",
"version": "0.13.1",
"version": "0.13.2",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"textchecker-element": "^0.13.1",
"textchecker-element": "^0.13.2",
"webextension-polyfill-ts": "^0.25.0"
}
}

0 comments on commit b32d016

Please sign in to comment.