@auto-engineer/generate-theme 1.79.0 → 1.81.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 +36 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @auto-engineer/generate-theme
2
2
 
3
+ ## 1.81.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`9e5108b`](https://github.com/BeOnAuto/auto-engineer/commit/9e5108b25fc9b9ede6a4b51e450ac9c85e3e40c4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-checks**: extract runLintCheck core logic
8
+ - **server-checks**: extract runTypeCheck core logic
9
+ - **server-checks**: extract findProjectRoot into shared module
10
+ - format files with biome
11
+ - **app-implementer**: replace Message[] with ChatTurn in RefinementHistory
12
+
13
+ ### Patch Changes
14
+
15
+ - [`f225ede`](https://github.com/BeOnAuto/auto-engineer/commit/f225edec208bb5bce29869c676e7cca35f5b0958) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added Hot Module Replacement (HMR) configuration to the generated React client's Vite server settings
16
+
17
+ - Updated dependencies [[`9e5108b`](https://github.com/BeOnAuto/auto-engineer/commit/9e5108b25fc9b9ede6a4b51e450ac9c85e3e40c4), [`f225ede`](https://github.com/BeOnAuto/auto-engineer/commit/f225edec208bb5bce29869c676e7cca35f5b0958)]:
18
+ - @auto-engineer/message-bus@1.81.0
19
+
20
+ ## 1.80.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [`43082f0`](https://github.com/BeOnAuto/auto-engineer/commit/43082f08820c36d3f380b0e47b98263bc0287cf2) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-checks**: extract runLintCheck core logic
25
+ - **server-checks**: extract runTypeCheck core logic
26
+ - **server-checks**: extract findProjectRoot into shared module
27
+ - **app-implementer**: replace Message[] with ChatTurn in RefinementHistory
28
+ - **react-component-implementer**: replace Message[] with ChatTurn in RefinementHistory
29
+
30
+ ### Patch Changes
31
+
32
+ - [`4bdde8b`](https://github.com/BeOnAuto/auto-engineer/commit/4bdde8b4803a8e85234786e4d2e0cc227ad10859) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Temporarily disabled existing tests in app and component generator specs for upcoming refactor
33
+
34
+ - [`3e7f02d`](https://github.com/BeOnAuto/auto-engineer/commit/3e7f02d79e078374c02c76ee7d261c76c35ce3be) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - format files with biome
35
+
36
+ - Updated dependencies [[`4bdde8b`](https://github.com/BeOnAuto/auto-engineer/commit/4bdde8b4803a8e85234786e4d2e0cc227ad10859), [`43082f0`](https://github.com/BeOnAuto/auto-engineer/commit/43082f08820c36d3f380b0e47b98263bc0287cf2), [`3e7f02d`](https://github.com/BeOnAuto/auto-engineer/commit/3e7f02d79e078374c02c76ee7d261c76c35ce3be)]:
37
+ - @auto-engineer/message-bus@1.80.0
38
+
3
39
  ## 1.79.0
4
40
 
5
41
  ### Minor Changes
package/package.json CHANGED
@@ -21,12 +21,12 @@
21
21
  "@ai-sdk/openai-compatible": "^2.0.10",
22
22
  "ai": "^6.0.0",
23
23
  "debug": "^4.4.1",
24
- "@auto-engineer/message-bus": "1.79.0"
24
+ "@auto-engineer/message-bus": "1.81.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/debug": "^4.1.12"
28
28
  },
29
- "version": "1.79.0",
29
+ "version": "1.81.0",
30
30
  "scripts": {
31
31
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
32
32
  "test": "vitest run --reporter=dot",