Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 1, 2021
1 parent 8f5e24a commit c415551
Show file tree
Hide file tree
Showing 41 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion packages/hast-util-from-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-from-string",
"version": "1.0.4",
"version": "2.0.0",
"description": "hast utility to set the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-body-ok-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-body-ok-link",
"version": "1.0.4",
"version": "2.0.0",
"description": "hast utility to check if a link element is “Body OK”",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-conditional-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-conditional-comment",
"version": "1.0.4",
"version": "2.0.0",
"description": "hast utility to check if a node is a conditional comment",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-css-link",
"version": "1.0.5",
"version": "2.0.0",
"description": "hast utility to check if an element is a css link",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-css-style",
"version": "1.0.5",
"version": "2.0.0",
"description": "hast utility to check if an element is a css style",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-event-handler",
"version": "1.0.4",
"version": "2.0.0",
"description": "hast utility to check if a property is an event handler",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-javascript",
"version": "1.0.5",
"version": "2.0.0",
"description": "hast utility to check if an element is a JavaScript script",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-to-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-to-string",
"version": "1.0.4",
"version": "2.0.0",
"description": "hast utility to get the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-url-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-url-attributes",
"version": "1.0.3",
"version": "2.0.0",
"description": "Map of URL attributes in HTML",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-whitespace-sensitive-tag-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-whitespace-sensitive-tag-names",
"version": "1.0.3",
"version": "2.0.0",
"description": "List of whitespace sensitive HTML tag names",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-concat-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-concat-css-style",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to concatenate CSS `<style>` elements together",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-is-css-style": "^1.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-to-string": "^1.0.0",
"hast-util-is-css-style": "^2.0.0",
"hast-util-from-string": "^2.0.0",
"hast-util-to-string": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-concat-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-concat-javascript",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to concatenate JS `<script>` elements together",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,10 +36,10 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-from-string": "^2.0.0",
"hast-util-has-property": "^2.0.0",
"hast-util-is-javascript": "^1.0.0",
"hast-util-to-string": "^1.0.0",
"hast-util-is-javascript": "^2.0.0",
"hast-util-to-string": "^2.0.0",
"unist-util-visit": "^4.0.0",
"unified": "^10.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-css-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-css-to-top",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to move CSS `<link>` to `<head>`",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-is-css-link": "^1.0.0",
"hast-util-is-css-link": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-javascript-to-bottom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-javascript-to-bottom",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to move JavaScript `<script>` to `<body>`",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-is-javascript": "^1.0.0",
"hast-util-is-javascript": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-minify-attribute-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-attribute-whitespace",
"version": "2.0.3",
"version": "3.0.0",
"description": "rehype plugin to minify whitespace in attributes",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/hast": "^2.0.0",
"hast-util-has-property": "^2.0.0",
"hast-util-is-element": "^2.0.0",
"hast-util-is-event-handler": "^1.0.0",
"hast-util-is-event-handler": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-minify-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-css-style",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify `style` elements",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"dependencies": {
"@types/hast": "^2.0.0",
"clean-css": "^5.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-is-css-style": "^1.0.0",
"hast-util-to-string": "^1.0.0",
"hast-util-from-string": "^2.0.0",
"hast-util-is-css-style": "^2.0.0",
"hast-util-to-string": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-doctype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-doctype",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify the HTML doctype",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-enumerated-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-enumerated-attribute",
"version": "3.1.0",
"version": "4.0.0",
"description": "rehype plugin to minify enumerated attributes",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-minify-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-event-handler",
"version": "2.0.3",
"version": "3.0.0",
"description": "rehype plugin to Mminify event handler attributes",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-is-event-handler": "^1.0.0",
"hast-util-is-event-handler": "^2.0.0",
"hast-util-has-property": "^2.0.0",
"uglify-js": "^3.0.18",
"unified": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-minify-javascript-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-javascript-script",
"version": "3.0.2",
"version": "4.0.0",
"description": "rehype plugin to minify `script` elements with a JS body",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,10 +34,10 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-from-string": "^2.0.0",
"hast-util-has-property": "^2.0.0",
"hast-util-is-javascript": "^1.0.0",
"hast-util-to-string": "^1.0.0",
"hast-util-is-javascript": "^2.0.0",
"hast-util-to-string": "^2.0.0",
"uglify-js": "^3.0.18",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-minify-javascript-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-javascript-url",
"version": "3.0.3",
"version": "4.0.0",
"description": "rehype plugin to minify JavaScript URLs",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/hast": "^2.0.0",
"hast-util-has-property": "^2.0.0",
"hast-util-is-element": "^2.0.0",
"html-url-attributes": "^1.0.0",
"html-url-attributes": "^2.0.0",
"uglify-js": "^3.0.18",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/rehype-minify-json-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-json-script",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify `script` elements with a JSON body",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,9 +34,9 @@
],
"dependencies": {
"@types/hast": "^2.0.0",
"hast-util-from-string": "^1.0.0",
"hast-util-from-string": "^2.0.0",
"hast-util-is-element": "^2.0.0",
"hast-util-to-string": "^1.0.0",
"hast-util-to-string": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-language",
"version": "1.0.0",
"version": "2.0.0",
"description": "rehype plugin to minify language attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-media-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-media-attribute",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify media attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-meta-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-meta-color",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify `theme-color` and `msapplication-TileColor` meta elements",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-meta-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-meta-content",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify `content` on `meta` elements",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-style-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-style-attribute",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to minify style attributes",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rehype-minify-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-url",
"version": "3.0.2",
"version": "4.0.0",
"description": "rehype plugin to minify URLs",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/relateurl": "^0.2.0",
"hast-util-has-property": "^2.0.0",
"hast-util-is-element": "^2.0.0",
"html-url-attributes": "^1.0.0",
"html-url-attributes": "^2.0.0",
"relateurl": "^0.2.7",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-minify-whitespace",
"version": "4.0.5",
"version": "5.0.0",
"description": "rehype plugin to collapse whitespace",
"license": "MIT",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-normalize-attribute-value-case",
"version": "2.0.2",
"version": "3.0.0",
"description": "rehype plugin to normalize casing of attribute values",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit c415551

Please sign in to comment.