Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gulp-textlint@5.0.0
 - markdown-to-ast@6.0.0
 - textlint-ast-test@2.0.0
 - textlint-fixer-formatter@2.0.0
 - textlint-formatter@2.0.0
 - textlint-plugin-markdown@4.0.0
 - textlint-plugin-text@3.0.0
 - textlint-tester@4.0.0
 - textlint@10.0.0
 - txt-ast-traverse@2.0.0
 - txt-to-ast@3.0.0
 - textlint-example-cli@2.0.0
 - textlint-example-config-file@2.0.0
 - textlint-example-filter@2.0.0
 - textlint-example-fix-dry-run@2.0.0
 - textlint-example-fix@2.0.0
 - textlint-example-html-plugin@2.0.0
 - textlint-perf-test@2.0.0
 - textlint-example-preset@2.0.0
 - textlint-example-rulesdir@2.0.0
 - textlint-example-use-as-module@2.0.0
 - @textlint/ast-node-types@3.0.0
 - @textlint/feature-flag@3.0.0
 - @textlint/kernel@2.0.0
 - integration-test@2.0.0
  • Loading branch information
azu committed Dec 18, 2017
1 parent 1581a4e commit 680002f
Show file tree
Hide file tree
Showing 50 changed files with 263 additions and 63 deletions.
8 changes: 8 additions & 0 deletions examples/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-cli@2.0.0-next.2...textlint-example-cli@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-cli

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-cli@2.0.0-next.1...textlint-example-cli@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "textlint-example-cli",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-rule-no-todo": "^1.0.3"
}
}
8 changes: 8 additions & 0 deletions examples/config-file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-config-file@2.0.0-next.2...textlint-example-config-file@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-config-file

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-config-file@2.0.0-next.1...textlint-example-config-file@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/config-file/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "textlint-example-config-file",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-rule-no-todo": "^2.0.0"
}
}
8 changes: 8 additions & 0 deletions examples/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-filter@2.0.0-next.2...textlint-example-filter@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-filter

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-filter@2.0.0-next.1...textlint-example-filter@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "textlint-example-filter",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "filter rule example",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-filter-rule-comments": "^1.2.0",
"textlint-rule-no-todo": "^2.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/fix-dry-run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-fix-dry-run@2.0.0-next.2...textlint-example-fix-dry-run@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-fix-dry-run

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-fix-dry-run@2.0.0-next.1...textlint-example-fix-dry-run@2.0.0-next.2) (2017-12-18)

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,7 +1,7 @@
{
"private": true,
"name": "textlint-example-fix-dry-run",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-rule-prh": "^2.4.0"
}
}
8 changes: 8 additions & 0 deletions examples/fix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-fix@2.0.0-next.2...textlint-example-fix@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-fix

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-fix@2.0.0-next.1...textlint-example-fix@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/fix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "textlint-example-fix",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-rule-prh": "^2.4.0"
}
}
8 changes: 8 additions & 0 deletions examples/html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-html-plugin@2.0.0-next.2...textlint-example-html-plugin@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-html-plugin

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-html-plugin@2.0.0-next.1...textlint-example-html-plugin@2.0.0-next.2) (2017-12-18)

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 @@
{
"private": true,
"version": "2.0.0-next.2",
"version": "2.0.0",
"name": "textlint-example-html-plugin",
"scripts": {
"test:ci": "npm test",
Expand All @@ -10,7 +10,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-plugin-html": "^0.1.2",
"textlint-rule-sentence-length": "^1.0.4"
}
Expand Down
8 changes: 8 additions & 0 deletions examples/perf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-perf-test@2.0.0-next.2...textlint-perf-test@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-perf-test

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-perf-test@2.0.0-next.1...textlint-perf-test@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"test": "npm run perf"
},
"private": true,
"version": "2.0.0-next.2",
"version": "2.0.0",
"name": "textlint-perf-test",
"author": "azu",
"license": "MIT",
"dependencies": {
"shelljs": "^0.5.3",
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-plugin-jtf-style": "^0.8.5",
"textlint-rule-max-ten": "^1.1.0",
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-preset@2.0.0-next.2...textlint-example-preset@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-preset

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-preset@2.0.0-next.1...textlint-example-preset@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "textlint-example-preset",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-rule-preset-jtf-style": "^2.3.0"
}
}
8 changes: 8 additions & 0 deletions examples/rulesdir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-rulesdir@2.0.0-next.2...textlint-example-rulesdir@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-rulesdir

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-rulesdir@2.0.0-next.1...textlint-example-rulesdir@2.0.0-next.2) (2017-12-18)

Expand Down
4 changes: 2 additions & 2 deletions examples/rulesdir/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "textlint-example-rulesdir",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"author": "azu",
"license": "MIT",
"devDependencies": {
"textlint": "^10.0.0-next.2"
"textlint": "^10.0.0"
}
}
8 changes: 8 additions & 0 deletions examples/use-as-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/textlint-example-use-as-module@2.0.0-next.2...textlint-example-use-as-module@2.0.0) (2017-12-18)




**Note:** Version bump only for package textlint-example-use-as-module

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/textlint-example-use-as-module@2.0.0-next.1...textlint-example-use-as-module@2.0.0-next.2) (2017-12-18)

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 @@
{
"private": true,
"version": "2.0.0-next.2",
"version": "2.0.0",
"name": "textlint-example-use-as-module",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "azu",
"license": "MIT",
"dependencies": {
"textlint": "^10.0.0-next.2",
"textlint": "^10.0.0",
"textlint-rule-no-todo": "^1.0.3"
}
}
8 changes: 8 additions & 0 deletions packages/@textlint/ast-node-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/textlint/textlint/compare/@textlint/ast-node-types@3.0.0-next.0...@textlint/ast-node-types@3.0.0) (2017-12-18)




**Note:** Version bump only for package @textlint/ast-node-types

<a name="3.0.0-next.0"></a>
# [3.0.0-next.0](https://github.com/textlint/textlint/compare/@textlint/ast-node-types@2.0.0...@textlint/ast-node-types@3.0.0-next.0) (2017-12-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/ast-node-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/ast-node-types",
"version": "3.0.0-next.0",
"version": "3.0.0",
"description": "textlint AST node type definition.",
"main": "./lib/TextLintASTNodeTypes.js",
"types": "./lib/TextLintASTNodeTypes.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/textlint/textlint/compare/@textlint/feature-flag@3.0.0-next.0...@textlint/feature-flag@3.0.0) (2017-12-18)




**Note:** Version bump only for package @textlint/feature-flag

<a name="3.0.0-next.0"></a>
# [3.0.0-next.0](https://github.com/textlint/textlint/compare/@textlint/feature-flag@2.0.0...@textlint/feature-flag@3.0.0-next.0) (2017-12-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"src/"
],
"name": "@textlint/feature-flag",
"version": "3.0.0-next.0",
"version": "3.0.0",
"description": "textlint internal feature flag manager.",
"main": "lib/textlint-feature-flag.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/textlint/textlint/compare/@textlint/kernel@2.0.0-next.2...@textlint/kernel@2.0.0) (2017-12-18)




**Note:** Version bump only for package @textlint/kernel

<a name="2.0.0-next.2"></a>
# [2.0.0-next.2](https://github.com/textlint/textlint/compare/@textlint/kernel@2.0.0-next.1...@textlint/kernel@2.0.0-next.2) (2017-12-18)

Expand Down
Loading

0 comments on commit 680002f

Please sign in to comment.