@auto-engineer/dev-server 1.0.2 → 1.1.1

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 +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @auto-engineer/dev-server
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0d9693f`](https://github.com/BeOnAuto/auto-engineer/commit/0d9693fee7c2a4105b104204b96773ffaebaecd6) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: check remote status before generating changesets
8
+ - **global**: version packages
9
+ - Updated dependencies [[`0d9693f`](https://github.com/BeOnAuto/auto-engineer/commit/0d9693fee7c2a4105b104204b96773ffaebaecd6)]:
10
+ - @auto-engineer/cli@1.1.1
11
+ - @auto-engineer/message-bus@1.1.1
12
+
13
+ ## 1.1.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [`6b4be43`](https://github.com/BeOnAuto/auto-engineer/commit/6b4be43ce12cf8562f7202ce7272bcbb0bca9a85) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **cli**: expose messageBus on ServerHandle, remove onEvent option
18
+ - **global**: version packages
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`6b4be43`](https://github.com/BeOnAuto/auto-engineer/commit/6b4be43ce12cf8562f7202ce7272bcbb0bca9a85)]:
23
+ - @auto-engineer/cli@1.1.0
24
+ - @auto-engineer/message-bus@1.1.0
25
+
3
26
  ## 1.0.2
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -18,16 +18,16 @@
18
18
  "chokidar": "^3.6.0",
19
19
  "debug": "^4.4.1",
20
20
  "execa": "^9.5.2",
21
- "@auto-engineer/cli": "1.0.2",
22
- "@auto-engineer/message-bus": "1.0.2"
21
+ "@auto-engineer/cli": "1.1.1",
22
+ "@auto-engineer/message-bus": "1.1.1"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
27
  "devDependencies": {
28
- "@auto-engineer/cli": "1.0.2"
28
+ "@auto-engineer/cli": "1.1.1"
29
29
  },
30
- "version": "1.0.2",
30
+ "version": "1.1.1",
31
31
  "scripts": {
32
32
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
33
33
  "test": "vitest run --reporter=dot",