Skip to content

Commit

Permalink
7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 27, 2024
1 parent 79383ba commit 1c1f8d0
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 42 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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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-minify-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-minify-whitespace",
"version": "1.0.0",
"version": "1.0.1",
"description": "hast utility to get the plain-text value of a node",
"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": "3.0.0",
"version": "3.0.1",
"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-enumerated-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-enumerated-attributes",
"version": "1.1.0",
"version": "1.1.1",
"description": "Map of info on enumerated attributes in HTML",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"description": "List of whitespace sensitive HTML tag names",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to concatenate CSS `<style>` elements together",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to concatenate JS `<script>` elements together",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to move CSS `<link>` to `<head>`",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to move JavaScript `<script>` to `<body>`",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to minify whitespace in attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to minify `style` elements",
"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": "5.0.0",
"version": "5.0.1",
"description": "rehype plugin to minify enumerated attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to Mminify event handler attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.0",
"version": "5.0.1",
"description": "rehype plugin to minify `script` elements with a JS body",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.0",
"version": "5.0.1",
"description": "rehype plugin to minify JavaScript URLs",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to minify `script` elements with a JSON body",
"license": "MIT",
"keywords": [
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": "3.0.0",
"version": "3.0.1",
"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": "4.0.0",
"version": "4.0.1",
"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": "4.0.0",
"version": "4.0.1",
"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": "4.0.0",
"version": "4.0.1",
"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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to minify style attributes",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.0",
"version": "5.0.1",
"description": "rehype plugin to minify URLs",
"license": "MIT",
"keywords": [
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": "6.0.1",
"version": "6.0.2",
"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": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to normalize casing of attribute values",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-preset-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-preset-minify",
"version": "7.0.0",
"version": "7.0.1",
"description": "rehype preset to minify and mangle HTML",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-prevent-favicon-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-prevent-favicon-request",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to prevent a `favicon.ico` requests",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-remove-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-comments",
"version": "6.1.0",
"version": "6.1.1",
"description": "rehype plugin to remove comments (except conditional comments)",
"license": "MIT",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-duplicate-attribute-values",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to remove duplicates in attribute values with unique tokens",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-remove-empty-attribute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-empty-attribute",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to remove empty attributes",
"license": "MIT",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-external-script-content",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to remove content of external JavaScript `script` elements",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-remove-meta-http-equiv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-meta-http-equiv",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to remove `http-equiv` `meta` elements for shorter output",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-remove-script-type-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-script-type-javascript",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to remove `type` and `language` on JavaScript scripts",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-remove-style-type-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-remove-style-type-css",
"version": "4.0.0",
"version": "4.0.1",
"description": "rehype plugin to remove `type` on CSS `style` and `link`s",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-sort-attribute-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-sort-attribute-values",
"version": "5.0.0",
"version": "5.0.1",
"description": "rehype plugin to sort attribute values",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-sort-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-sort-attributes",
"version": "5.0.0",
"version": "5.0.1",
"description": "rehype plugin to reorder attributes based on how often they occur",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1c1f8d0

Please sign in to comment.