@hero-design/eslint-plugin 9.2.4-test-dispatch-downstream.0 → 9.2.4-test-auto-workflow.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -20
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,28 +1,10 @@
1
1
  # @hero-design/eslint-plugin
2
2
 
3
- ## 9.2.4-test-dispatch-downstream.0
3
+ ## 9.2.4-test-auto-workflow.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - test
8
-
9
- ## 9.2.4-test-dispatch-downstream.2
10
-
11
- ### Patch Changes
12
-
13
- - test dispatch workflow
14
-
15
- ## 9.2.4-test-dispatch-downstream.1
16
-
17
- ### Patch Changes
18
-
19
- - test
20
-
21
- ## 9.2.4-test-dispatch-downstream.0
22
-
23
- ### Patch Changes
24
-
25
- - bump test version
7
+ - bump version
26
8
 
27
9
  ## 9.2.3
28
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/eslint-plugin",
3
- "version": "9.2.4-test-dispatch-downstream.0",
3
+ "version": "9.2.4-test-auto-workflow.0",
4
4
  "description": "Hero Design's eslint plugin",
5
5
  "keywords": [
6
6
  "eslint",
@@ -28,7 +28,7 @@
28
28
  "eslint-plugin-eslint-plugin": "^5.0.0",
29
29
  "eslint-plugin-node": "^11.1.0",
30
30
  "jest": "^29.2.1",
31
- "prettier-config-hd": "8.42.5-test-dispatch-downstream.0"
31
+ "prettier-config-hd": "8.42.5-test-auto-workflow.0"
32
32
  },
33
33
  "engines": {
34
34
  "node": "^20.0.0 || ^22.0.0"