@auto-engineer/generate-react-client 1.13.0 → 1.14.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @auto-engineer/generate-react-client
2
2
 
3
+ ## 1.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e510647`](https://github.com/BeOnAuto/auto-engineer/commit/e5106475bdaf045a7b68ed2c0a48557a235ef87c) Thanks [@osamanar](https://github.com/osamanar)! - - Added app implementer to the typical example's auto configuration
8
+
9
+ - [`54c4ebf`](https://github.com/BeOnAuto/auto-engineer/commit/54c4ebfa0c6866cee6ea4d2315859b8f4a368f3a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **examples/typical**: trigger job graph when storybook starts
10
+ - **examples/typical**: trigger job graph when storybook starts
11
+ - **examples/typical**: plugin job processor
12
+ - **global**: version packages
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`e510647`](https://github.com/BeOnAuto/auto-engineer/commit/e5106475bdaf045a7b68ed2c0a48557a235ef87c), [`54c4ebf`](https://github.com/BeOnAuto/auto-engineer/commit/54c4ebfa0c6866cee6ea4d2315859b8f4a368f3a)]:
17
+ - @auto-engineer/message-bus@1.14.0
18
+
3
19
  ## 1.13.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -19,12 +19,12 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "debug": "^4.4.1",
22
- "@auto-engineer/message-bus": "1.13.0"
22
+ "@auto-engineer/message-bus": "1.14.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/debug": "^4.1.12"
26
26
  },
27
- "version": "1.13.0",
27
+ "version": "1.14.0",
28
28
  "scripts": {
29
29
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp -r starter dist/",
30
30
  "test-cli": "tsx test-cli.ts",