Skip to content

Commit

Permalink
chore(release): v13.3.2 (#1125)
Browse files Browse the repository at this point in the history
Co-authored-by: azu <azu@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and azu committed Mar 25, 2023
1 parent 634d4c1 commit 69bfa65
Show file tree
Hide file tree
Showing 40 changed files with 245 additions and 233 deletions.
4 changes: 2 additions & 2 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-cli",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"textlint": "textlint --rule no-todo '*.md'"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-no-todo": "^2.0.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/config-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-config-file",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"textlint": "textlint -f pretty-error README.md"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-no-todo": "^2.0.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/config-in-package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-config-in-package-json",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"textlint": "textlint -f pretty-error README.md"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-no-todo": "^2.0.1"
},
"textlint": {
Expand Down
4 changes: 2 additions & 2 deletions examples/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-filter",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "filter rule example",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"textlint": "textlint -f pretty-error README.md"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-no-todo": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/fix-dry-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-fix-dry-run",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"textlint-fix": "textlint --fix --dry-run README.md"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-prh": "^5.2.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/fix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-fix",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"textlint-fix": "textlint --fix README.md"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-prh": "^5.2.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-html-plugin",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"license": "MIT",
"author": "azu",
Expand All @@ -10,7 +10,7 @@
"textlint": "textlint -f pretty-error index.html"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-plugin-html": "^0.2.0",
"textlint-rule-sentence-length": "^2.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-perf-test",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"license": "MIT",
"author": "azu",
Expand All @@ -9,7 +9,7 @@
},
"devDependencies": {
"shelljs": "^0.8.5",
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-plugin-jtf-style": "^1.0.1",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-no-mix-dearu-desumasu": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/plugin-extensions-option/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-plugin-extensions-option",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"license": "MIT",
"author": "azu",
Expand All @@ -11,7 +11,7 @@
},
"devDependencies": {
"expected-exit-status": "^1.0.2",
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-no-todo": "^2.0.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-preset",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"textlint": "textlint -f pretty-error README.md"
},
"devDependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-preset-jtf-style": "^2.3.12"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/rulesdir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-rulesdir",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"textlint": "textlint --rulesdir ./rules README.md"
},
"devDependencies": {
"textlint": "^13.3.1"
"textlint": "^13.3.2"
},
"files": [
"bin/",
Expand Down
4 changes: 2 additions & 2 deletions examples/use-as-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-use-as-module",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"license": "MIT",
"author": "azu",
Expand All @@ -10,7 +10,7 @@
"test:ci": "npm test"
},
"dependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-no-todo": "^2.0.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions examples/use-as-ts-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-example-use-as-ts-module",
"version": "13.3.1",
"version": "13.3.2",
"private": true,
"license": "MIT",
"author": "0x6b",
Expand All @@ -14,7 +14,7 @@
"test:ci": "npm test"
},
"dependencies": {
"textlint": "^13.3.1",
"textlint": "^13.3.2",
"textlint-rule-no-exclamation-question-mark": "^1.0.2",
"textlint-rule-no-todo": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "13.3.1",
"version": "13.3.2",
"npmClient": "npm",
"useWorkspaces": true,
"packages": [
Expand Down

0 comments on commit 69bfa65

Please sign in to comment.