Skip to content

Commit

Permalink
chore: release package(s) (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 9, 2023
1 parent b151c64 commit 4d1cce8
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/odd-actors-decide.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/htm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-htm

## 0.6.0

### Minor Changes

- [#103](https://github.com/un-ts/eslint/pull/103) [`b151c64`](https://github.com/un-ts/eslint/commit/b151c6461fff0c9d40f14e3d66beaadd341acc09) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to markuplint v3, use `type: module`

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/htm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-htm",
"version": "0.5.2",
"version": "0.6.0",
"type": "module",
"description": "An incredible ESLint plugin for HTML based on HTMLHint",
"repository": "git+https://github.com/un-ts/eslint.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/markup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-markup

## 0.11.0

### Minor Changes

- [#103](https://github.com/un-ts/eslint/pull/103) [`b151c64`](https://github.com/un-ts/eslint/commit/b151c6461fff0c9d40f14e3d66beaadd341acc09) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to markuplint v3, use `type: module`

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-markup",
"version": "0.10.2",
"version": "0.11.0",
"type": "module",
"description": "An incredible ESLint plugin for all markup languages based on markuplint",
"repository": "git+https://github.com/un-ts/eslint.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-react-enhanced

## 0.1.0

### Minor Changes

- [#103](https://github.com/un-ts/eslint/pull/103) [`b151c64`](https://github.com/un-ts/eslint/commit/b151c6461fff0c9d40f14e3d66beaadd341acc09) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to markuplint v3, use `type: module`

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-enhanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-enhanced",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"description": "An incredible ESLint plugin for @react-enhanced",
"repository": "git+https://github.com/un-ts/eslint.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-text

## 0.2.0

### Minor Changes

- [#103](https://github.com/un-ts/eslint/pull/103) [`b151c64`](https://github.com/un-ts/eslint/commit/b151c6461fff0c9d40f14e3d66beaadd341acc09) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to markuplint v3, use `type: module`

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-text",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"description": "An incredible ESLint plugin for retext or textlint",
"repository": "git+https://github.com/un-ts/eslint.git",
Expand Down

0 comments on commit 4d1cce8

Please sign in to comment.