Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 22, 2023
1 parent f7f6606 commit 68a6bee
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.14.0"
"version": "0.15.0"
}
2 changes: 1 addition & 1 deletion packages/@textlint/config-inliner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/config-inliner",
"version": "0.14.0",
"version": "0.15.0",
"description": "Inlining config for supporting browser.",
"keywords": [
"textlint"
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/config-partial-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/config-partial-parser",
"version": "0.14.0",
"version": "0.15.0",
"description": "A partial parser for textlintrc",
"keywords": [
"textlint",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/runtime-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/runtime-helper",
"version": "0.14.0",
"version": "0.15.0",
"description": "A runtime helper",
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/runtime-helper/",
"bugs": {
Expand Down
10 changes: 5 additions & 5 deletions 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.14.0",
"version": "0.15.0",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@textlint/config-inliner": "^0.14.0",
"@textlint/config-inliner": "^0.15.0",
"@textlint/config-loader": "^13.3.0",
"@textlint/config-partial-parser": "^0.14.0",
"@textlint/config-partial-parser": "^0.15.0",
"@textlint/kernel": "^13.3.0",
"@textlint/runtime-helper": "^0.14.0",
"@textlint/script-parser": "^0.14.0",
"@textlint/runtime-helper": "^0.15.0",
"@textlint/script-parser": "^0.15.0",
"@textlint/textlint-plugin-markdown": "^13.3.0",
"@textlint/textlint-plugin-text": "^13.3.0",
"@textlint/types": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/script-parser",
"version": "0.14.0",
"version": "0.15.0",
"description": "A parser for textlint script",
"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.14.0",
"version": "0.15.0",
"description": "Website generator using @textlint/script-compiler",
"keywords": [
"textlint"
Expand Down Expand Up @@ -46,10 +46,10 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/script-compiler": "^0.14.0",
"@textlint/script-compiler": "^0.15.0",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "^0.14.0"
"textchecker-element": "^0.15.0"
},
"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.14.0",
"version": "0.15.0",
"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.14.0",
"@textlint/script-compiler": "^0.15.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/rimraf": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 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.14.0",
"version": "0.15.0",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@react-stately/data": "^3.1.2",
"@spectrum-icons/workflow": "^3.2.0",
"@textlint/config-loader": "^13.3.0",
"@textlint/script-parser": "^0.14.0",
"@textlint/script-parser": "^0.15.0",
"@textlint/types": "^13.3.0",
"codemirror": "^5.59.2",
"comlink": "^4.3.0",
Expand All @@ -40,7 +40,7 @@
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"textchecker-element": "^0.14.0",
"textchecker-element": "^0.15.0",
"webextension-polyfill-ts": "^0.25.0"
}
}

0 comments on commit 68a6bee

Please sign in to comment.