@db-ux/agent-cli 4.7.3 → 4.8.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 +6 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # @db-ux/agent-cli
2
2
 
3
- ## 4.7.3
3
+ ## 4.8.0
4
4
 
5
5
  _version bump_
6
6
 
7
+ ## 4.7.3
8
+
9
+ _version bump_
7
10
 
8
11
  ## 4.7.2
9
12
 
@@ -124,7 +127,7 @@ _version bump_
124
127
  ### Patch Changes
125
128
 
126
129
  - chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
127
- - fix: add some missing variables
130
+ - fix: add some missing variables
128
131
 
129
132
  ## 4.0.1
130
133
 
@@ -147,4 +150,4 @@ _version bump_
147
150
  ### Patch Changes
148
151
 
149
152
  - enabled [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) for every package - [see commit 0233048](https://github.com/db-ux-design-system/core-web/commit/023304869e61f5a506dca66a22d69e5f3d70f4d0):
150
- - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
153
+ - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/agent-cli",
3
- "version": "4.7.3",
3
+ "version": "4.8.0",
4
4
  "type": "module",
5
5
  "description": "CLI for DB UX Design System generate AI agent instructions",
6
6
  "repository": {