@auto-engineer/submit-bug-report 1.61.0 → 1.63.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.
- package/CHANGELOG.md +29 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @auto-engineer/submit-bug-report
|
|
2
2
|
|
|
3
|
+
## 1.63.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2718453`](https://github.com/BeOnAuto/auto-engineer/commit/2718453da86dca4e2f67367f5e291c3df91e3ebf) Thanks [@osamanar](https://github.com/osamanar)! - - Updated auto configuration in the typical example
|
|
8
|
+
|
|
9
|
+
- [`6ad93c2`](https://github.com/BeOnAuto/auto-engineer/commit/6ad93c2a234636067c979fe6b832684ffecd1620) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed an issue where Storybook could not be found during React component implementation
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`204a5e6`](https://github.com/BeOnAuto/auto-engineer/commit/204a5e62d18cc94057997f3090c0790e7f7dd7a1) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: prevent duplicate PipelineRunStarted events
|
|
14
|
+
- **global**: version packages
|
|
15
|
+
- Updated dependencies [[`204a5e6`](https://github.com/BeOnAuto/auto-engineer/commit/204a5e62d18cc94057997f3090c0790e7f7dd7a1), [`2718453`](https://github.com/BeOnAuto/auto-engineer/commit/2718453da86dca4e2f67367f5e291c3df91e3ebf), [`6ad93c2`](https://github.com/BeOnAuto/auto-engineer/commit/6ad93c2a234636067c979fe6b832684ffecd1620)]:
|
|
16
|
+
- @auto-engineer/message-bus@1.63.0
|
|
17
|
+
|
|
18
|
+
## 1.62.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`462c004`](https://github.com/BeOnAuto/auto-engineer/commit/462c00482143056b05f8d8a80b6018173b20a615) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: enhance dark mode support and loading state styles
|
|
23
|
+
- **global**: version packages
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [`b003d6f`](https://github.com/BeOnAuto/auto-engineer/commit/b003d6fe1dfca04dd7b148d23023fc7e3fb55f2b) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: prevent duplicate PipelineRunStarted events
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [[`462c004`](https://github.com/BeOnAuto/auto-engineer/commit/462c00482143056b05f8d8a80b6018173b20a615), [`b003d6f`](https://github.com/BeOnAuto/auto-engineer/commit/b003d6fe1dfca04dd7b148d23023fc7e3fb55f2b)]:
|
|
30
|
+
- @auto-engineer/message-bus@1.62.0
|
|
31
|
+
|
|
3
32
|
## 1.61.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"debug": "^4.4.1",
|
|
19
|
-
"@auto-engineer/message-bus": "1.
|
|
19
|
+
"@auto-engineer/message-bus": "1.63.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"version": "1.
|
|
24
|
+
"version": "1.63.0",
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
27
27
|
"test": "vitest run --reporter=dot",
|