Skip to content

Commit 4d1cce8

Browse files
chore: release package(s) (#104)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b151c64 commit 4d1cce8

File tree

9 files changed

+28
-12
lines changed

9 files changed

+28
-12
lines changed

.changeset/odd-actors-decide.md

-8
This file was deleted.

packages/htm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-htm
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
39
## 0.5.2
410

511
### Patch Changes

packages/htm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-htm",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"type": "module",
55
"description": "An incredible ESLint plugin for HTML based on HTMLHint",
66
"repository": "git+https://github.com/un-ts/eslint.git",

packages/markup/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-markup
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
39
## 0.10.2
410

511
### Patch Changes

packages/markup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-markup",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"type": "module",
55
"description": "An incredible ESLint plugin for all markup languages based on markuplint",
66
"repository": "git+https://github.com/un-ts/eslint.git",

packages/react-enhanced/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-react-enhanced
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
39
## 0.0.1
410

511
### Patch Changes

packages/react-enhanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-enhanced",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "An incredible ESLint plugin for @react-enhanced",
66
"repository": "git+https://github.com/un-ts/eslint.git",

packages/text/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-text
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
39
## 0.1.3
410

511
### Patch Changes

packages/text/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-text",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "An incredible ESLint plugin for retext or textlint",
66
"repository": "git+https://github.com/un-ts/eslint.git",

0 commit comments

Comments
 (0)