From 34fdc599569e9632f08eb4a4fbe6056f74e4f884 Mon Sep 17 00:00:00 2001 From: yusukehirao Date: Thu, 1 Oct 2020 06:24:08 +0900 Subject: [PATCH] Publish - markuplint@1.0.0 - @markuplint/file-resolver@1.0.0 - @markuplint/html-parser@1.0.0 - @markuplint/html-spec@1.0.0 - @markuplint/i18n@1.0.0 - @markuplint/ml-ast@1.0.0 - @markuplint/ml-config@1.0.0 - @markuplint/ml-core@1.0.0 - @markuplint/pug-parser@1.0.0-alpha.11 - @markuplint/rule-textlint@0.0.1-alpha.36 - @markuplint/rules@1.0.0 - @markuplint/svelte-parser@1.0.0-alpha.3 - @markuplint/vue-parser@1.0.0-alpha.19 - @markuplint/vue-spec@1.0.0-alpha.4 - @markuplint/playground@1.0.0-alpha.2 - @markuplint/website@1.0.0 --- .../@markuplint/file-resolver/package.json | 4 ++-- packages/@markuplint/html-parser/package.json | 4 ++-- packages/@markuplint/html-spec/package.json | 2 +- packages/@markuplint/i18n/package.json | 2 +- packages/@markuplint/ml-ast/package.json | 2 +- packages/@markuplint/ml-config/package.json | 2 +- packages/@markuplint/ml-core/package.json | 8 ++++---- packages/@markuplint/pug-parser/package.json | 6 +++--- .../@markuplint/rule-textlint/package.json | 6 +++--- packages/@markuplint/rules/package.json | 12 ++++++------ .../@markuplint/svelte-parser/package.json | 6 +++--- packages/@markuplint/vue-parser/package.json | 6 +++--- packages/@markuplint/vue-spec/package.json | 2 +- packages/markuplint/package.json | 18 +++++++++--------- playground/package.json | 16 ++++++++-------- website/package.json | 16 ++++++++-------- 16 files changed, 56 insertions(+), 56 deletions(-) diff --git a/packages/@markuplint/file-resolver/package.json b/packages/@markuplint/file-resolver/package.json index 34ecffe6f..c5c2a117f 100644 --- a/packages/@markuplint/file-resolver/package.json +++ b/packages/@markuplint/file-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/file-resolver", - "version": "1.0.0-alpha.20", + "version": "1.0.0", "description": "The file resolver of markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -21,7 +21,7 @@ "@types/node": "^14.0.5" }, "dependencies": { - "@markuplint/ml-config": "^1.0.0-alpha.11", + "@markuplint/ml-config": "^1.0.0", "cosmiconfig": "^6.0.0", "glob": "^7.1.6" } diff --git a/packages/@markuplint/html-parser/package.json b/packages/@markuplint/html-parser/package.json index f17fe40aa..614695d81 100644 --- a/packages/@markuplint/html-parser/package.json +++ b/packages/@markuplint/html-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/html-parser", - "version": "1.0.0-alpha.24", + "version": "1.0.0", "description": "HTML parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -20,7 +20,7 @@ "@types/parse5": "^5.0.3" }, "dependencies": { - "@markuplint/ml-ast": "^1.0.0-alpha.14", + "@markuplint/ml-ast": "^1.0.0", "parse5": "^6.0.0" } } diff --git a/packages/@markuplint/html-spec/package.json b/packages/@markuplint/html-spec/package.json index 8bfe60ce9..63bdc791d 100644 --- a/packages/@markuplint/html-spec/package.json +++ b/packages/@markuplint/html-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/html-spec", - "version": "1.0.0-alpha.27", + "version": "1.0.0", "description": "A specification of HTML Living Standard for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/@markuplint/i18n/package.json b/packages/@markuplint/i18n/package.json index 1a94b9435..fd660649f 100644 --- a/packages/@markuplint/i18n/package.json +++ b/packages/@markuplint/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/i18n", - "version": "1.0.0-alpha.10", + "version": "1.0.0", "description": "HTML parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/@markuplint/ml-ast/package.json b/packages/@markuplint/ml-ast/package.json index aad0cfb6a..322c7d43a 100644 --- a/packages/@markuplint/ml-ast/package.json +++ b/packages/@markuplint/ml-ast/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ml-ast", - "version": "1.0.0-alpha.14", + "version": "1.0.0", "description": "The markuplint AST types.", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/@markuplint/ml-config/package.json b/packages/@markuplint/ml-config/package.json index 348cfae00..e763a3472 100644 --- a/packages/@markuplint/ml-config/package.json +++ b/packages/@markuplint/ml-config/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ml-config", - "version": "1.0.0-alpha.11", + "version": "1.0.0", "description": "JSON Schema and TypeScript types of markuplint configure JSON", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/@markuplint/ml-core/package.json b/packages/@markuplint/ml-core/package.json index 737502d1e..eb33944f8 100644 --- a/packages/@markuplint/ml-core/package.json +++ b/packages/@markuplint/ml-core/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/ml-core", - "version": "1.0.0-alpha.31", + "version": "1.0.0", "description": "The core module of markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -17,9 +17,9 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/i18n": "^1.0.0-alpha.10", - "@markuplint/ml-ast": "^1.0.0-alpha.14", - "@markuplint/ml-config": "^1.0.0-alpha.11", + "@markuplint/i18n": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", + "@markuplint/ml-config": "^1.0.0", "@markuplint/ml-spec": "^1.0.0-alpha.11", "css-selector-parser": "^1.4.1" } diff --git a/packages/@markuplint/pug-parser/package.json b/packages/@markuplint/pug-parser/package.json index af5d4f4b2..48921f3c5 100644 --- a/packages/@markuplint/pug-parser/package.json +++ b/packages/@markuplint/pug-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/pug-parser", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "Pug parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -16,8 +16,8 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "^1.0.0-alpha.24", - "@markuplint/ml-ast": "^1.0.0-alpha.14", + "@markuplint/html-parser": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", "pug-lexer": "^5.0.0", "pug-parser": "^6.0.0" } diff --git a/packages/@markuplint/rule-textlint/package.json b/packages/@markuplint/rule-textlint/package.json index 9d5188847..4f0bc872c 100644 --- a/packages/@markuplint/rule-textlint/package.json +++ b/packages/@markuplint/rule-textlint/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/rule-textlint", - "version": "0.0.1-alpha.35", + "version": "0.0.1-alpha.36", "description": "The textlint rule for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -17,11 +17,11 @@ "clean": "tsc --build --clean" }, "devDependencies": { - "markuplint": "^1.0.0-alpha.57", + "markuplint": "^1.0.0", "textlint-rule-prh": "^5.3.0" }, "dependencies": { - "@markuplint/ml-core": "^1.0.0-alpha.31", + "@markuplint/ml-core": "^1.0.0", "@textlint/kernel": "^3.2.1", "textlint-plugin-html": "^0.2.0" } diff --git a/packages/@markuplint/rules/package.json b/packages/@markuplint/rules/package.json index 7bfe59ae9..4a29e5745 100644 --- a/packages/@markuplint/rules/package.json +++ b/packages/@markuplint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/rules", - "version": "1.0.0-alpha.45", + "version": "1.0.0", "description": "Rules for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -20,10 +20,10 @@ "@markuplint/ml-spec": "^1.0.0-alpha.11" }, "devDependencies": { - "@markuplint/html-spec": "^1.0.0-alpha.27", - "@markuplint/ml-core": "^1.0.0-alpha.31", - "@markuplint/pug-parser": "^1.0.0-alpha.10", - "@markuplint/vue-parser": "^1.0.0-alpha.18", - "@markuplint/vue-spec": "^1.0.0-alpha.3" + "@markuplint/html-spec": "^1.0.0", + "@markuplint/ml-core": "^1.0.0", + "@markuplint/pug-parser": "^1.0.0-alpha.11", + "@markuplint/vue-parser": "^1.0.0-alpha.19", + "@markuplint/vue-spec": "^1.0.0-alpha.4" } } diff --git a/packages/@markuplint/svelte-parser/package.json b/packages/@markuplint/svelte-parser/package.json index ae8292917..2ed47f76a 100644 --- a/packages/@markuplint/svelte-parser/package.json +++ b/packages/@markuplint/svelte-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/svelte-parser", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Svelte parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -16,8 +16,8 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "^1.0.0-alpha.24", - "@markuplint/ml-ast": "^1.0.0-alpha.14", + "@markuplint/html-parser": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", "svelte": "^3.24.0" } } diff --git a/packages/@markuplint/vue-parser/package.json b/packages/@markuplint/vue-parser/package.json index 71e3b00e2..e277a0029 100644 --- a/packages/@markuplint/vue-parser/package.json +++ b/packages/@markuplint/vue-parser/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/vue-parser", - "version": "1.0.0-alpha.18", + "version": "1.0.0-alpha.19", "description": "Vue parser for markuplint", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", @@ -16,8 +16,8 @@ "clean": "tsc --build --clean" }, "dependencies": { - "@markuplint/html-parser": "^1.0.0-alpha.24", - "@markuplint/ml-ast": "^1.0.0-alpha.14", + "@markuplint/html-parser": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", "vue-eslint-parser": "^7.1.0" } } diff --git a/packages/@markuplint/vue-spec/package.json b/packages/@markuplint/vue-spec/package.json index 8cc56b095..e43c4e949 100644 --- a/packages/@markuplint/vue-spec/package.json +++ b/packages/@markuplint/vue-spec/package.json @@ -1,6 +1,6 @@ { "name": "@markuplint/vue-spec", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Extended specification for tags and attributes in Vue", "repository": "git@github.com:markuplint/markuplint.git", "author": "Yusuke Hirao ", diff --git a/packages/markuplint/package.json b/packages/markuplint/package.json index 33091b1e5..5f7b88461 100644 --- a/packages/markuplint/package.json +++ b/packages/markuplint/package.json @@ -1,6 +1,6 @@ { "name": "markuplint", - "version": "1.0.0-alpha.57", + "version": "1.0.0", "description": "A Linter for All Markup Languages.", "author": "Yusuke Hirao", "license": "MIT", @@ -24,15 +24,15 @@ "execa": "^4.0.3" }, "dependencies": { - "@markuplint/file-resolver": "^1.0.0-alpha.20", - "@markuplint/html-parser": "^1.0.0-alpha.24", - "@markuplint/html-spec": "^1.0.0-alpha.27", - "@markuplint/i18n": "^1.0.0-alpha.10", - "@markuplint/ml-ast": "^1.0.0-alpha.14", - "@markuplint/ml-config": "^1.0.0-alpha.11", - "@markuplint/ml-core": "^1.0.0-alpha.31", + "@markuplint/file-resolver": "^1.0.0", + "@markuplint/html-parser": "^1.0.0", + "@markuplint/html-spec": "^1.0.0", + "@markuplint/i18n": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", + "@markuplint/ml-config": "^1.0.0", + "@markuplint/ml-core": "^1.0.0", "@markuplint/ml-spec": "^1.0.0-alpha.11", - "@markuplint/rules": "^1.0.0-alpha.45", + "@markuplint/rules": "^1.0.0", "cli-color": "^2.0.0", "eastasianwidth": "^0.2.0", "get-stdin": "^8.0.0", diff --git a/playground/package.json b/playground/package.json index 2be110db4..0cb0db46f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "@markuplint/playground", "description": "https://playground.markuplint.dev", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "private": true, "scripts": { "pg:dev": "webpack-dev-server --progress --watch --colors", @@ -44,14 +44,14 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@markuplint/html-parser": "^1.0.0-alpha.24", - "@markuplint/html-spec": "^1.0.0-alpha.27", - "@markuplint/i18n": "^1.0.0-alpha.10", - "@markuplint/ml-ast": "^1.0.0-alpha.14", - "@markuplint/ml-config": "^1.0.0-alpha.11", - "@markuplint/ml-core": "^1.0.0-alpha.31", + "@markuplint/html-parser": "^1.0.0", + "@markuplint/html-spec": "^1.0.0", + "@markuplint/i18n": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", + "@markuplint/ml-config": "^1.0.0", + "@markuplint/ml-core": "^1.0.0", "@markuplint/ml-spec": "^1.0.0-alpha.11", - "@markuplint/rules": "^1.0.0-alpha.45", + "@markuplint/rules": "^1.0.0", "monaco-editor": "^0.20.0", "svelte": "^3.24.1", "tslib": "^2.0.1" diff --git a/website/package.json b/website/package.json index f556b6d0b..8c02eb0c3 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "name": "@markuplint/website", "description": "https://markuplint.dev", - "version": "1.0.0-alpha.44", + "version": "1.0.0", "private": true, "scripts": { "site:dev": "node prebuild.js && next dev", @@ -31,14 +31,14 @@ }, "dependencies": { "@mapbox/rehype-prism": "^0.5.0", - "@markuplint/html-parser": "^1.0.0-alpha.24", - "@markuplint/html-spec": "^1.0.0-alpha.27", - "@markuplint/i18n": "^1.0.0-alpha.10", - "@markuplint/ml-ast": "^1.0.0-alpha.14", - "@markuplint/ml-config": "^1.0.0-alpha.11", - "@markuplint/ml-core": "^1.0.0-alpha.31", + "@markuplint/html-parser": "^1.0.0", + "@markuplint/html-spec": "^1.0.0", + "@markuplint/i18n": "^1.0.0", + "@markuplint/ml-ast": "^1.0.0", + "@markuplint/ml-config": "^1.0.0", + "@markuplint/ml-core": "^1.0.0", "@markuplint/ml-spec": "^1.0.0-alpha.11", - "@markuplint/rules": "^1.0.0-alpha.45", + "@markuplint/rules": "^1.0.0", "monaco-editor": "^0.20.0", "next": "9.5.1", "next-mdx-enhanced": "^3.1.0",