Skip to content

Commit ed0a022

Browse files
committed
bump to v3.0.1 cli and v5.0.6 tools
changelog entry as well
1 parent e22986f commit ed0a022

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v0.3.1 langium-ai, v5.0.6 langium-ai-tools (TBD)
4+
5+
Some general patch work
6+
7+
- Bump dependencies
8+
- Removes chalk in favor of native `styleText` instead.
9+
310
## v5.0.5 langium-ai-tools (2026-07-13)
411

512
Patch bump for trusted publishing with provenance

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langium-ai",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "AI application development tooling for Langium-based DSL projects",
55
"repository": {
66
"type": "git",

packages/langium-ai-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langium-ai-tools",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Tooling for building AI Applications that leverage Langium DSLs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)