Skip to content

Commit

Permalink
chore(package): Bump versions to 7.0.0 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Apr 20, 2022
1 parent 8168960 commit abec4c2
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 218 deletions.
401 changes: 196 additions & 205 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/parse5-html-rewriting-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse5-html-rewriting-stream",
"type": "module",
"description": "Streaming HTML rewriter.",
"version": "6.0.1",
"version": "7.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -23,8 +23,8 @@
"exports": "./dist/index.js",
"dependencies": {
"entities": "^4.3.0",
"parse5": "^6.0.1",
"parse5-sax-parser": "^6.0.1"
"parse5": "^7.0.0",
"parse5-sax-parser": "^7.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-htmlparser2-tree-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse5-htmlparser2-tree-adapter",
"type": "module",
"description": "htmlparser2 tree adapter for parse5.",
"version": "6.0.1",
"version": "7.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"domhandler": "^5.0.2",
"parse5": "^6.0.1"
"parse5": "^7.0.0"
},
"scripts": {
"build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-parser-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse5-parser-stream",
"type": "module",
"description": "Streaming HTML parser with scripting support.",
"version": "6.0.1",
"version": "7.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -19,7 +19,7 @@
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"dependencies": {
"parse5": "^6.0.1"
"parse5": "^7.0.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/parse5-plain-text-conversion-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse5-plain-text-conversion-stream",
"type": "module",
"description": "Stream that converts plain text files into HTML document.",
"version": "6.0.1",
"version": "7.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -22,8 +22,8 @@
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"dependencies": {
"parse5": "^6.0.1",
"parse5-parser-stream": "^6.0.1"
"parse5": "^7.0.0",
"parse5-parser-stream": "^7.0.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/parse5-sax-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse5-sax-parser",
"type": "module",
"description": "Streaming SAX-style HTML parser.",
"version": "6.0.1",
"version": "7.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand All @@ -20,7 +20,7 @@
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"dependencies": {
"parse5": "^6.0.1"
"parse5": "^7.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/parse5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse5",
"type": "module",
"description": "HTML parser and serializer.",
"version": "6.0.1",
"version": "7.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
Expand Down

0 comments on commit abec4c2

Please sign in to comment.