From 0ce642169ad228af79b243b75161b6e04fd211dd Mon Sep 17 00:00:00 2001 From: easyops-eve Date: Wed, 30 Oct 2024 10:21:10 +0000 Subject: [PATCH] chore(release): publish - @next-bricks/vs@1.14.0 --- bricks/vs/CHANGELOG.md | 19 +++++++++++++++++++ bricks/vs/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/bricks/vs/CHANGELOG.md b/bricks/vs/CHANGELOG.md index 9ac208eb0..17b7ff779 100644 --- a/bricks/vs/CHANGELOG.md +++ b/bricks/vs/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.14.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/vs@1.13.16...@next-bricks/vs@1.14.0) (2024-10-30) + + +### Bug Fixes + +* do not load entire storyboard schema at runtime ([46ccc15](https://github.com/easyops-cn/next-bricks/commit/46ccc15dbeb563e8e8942f7a0a4f4075774ed087)) +* refine cel language ([cad82e7](https://github.com/easyops-cn/next-bricks/commit/cad82e7b5b14859b0bea00e8208be84def9f16e7)) + + +### Features + +* support CEL completions ([bf76dc2](https://github.com/easyops-cn/next-bricks/commit/bf76dc245753ea8b0ecacee8befa81a758a4392f)) +* support language cel ([e490380](https://github.com/easyops-cn/next-bricks/commit/e490380ead3ac2214d74f9d4cb6319d2830108a9)) +* support language cel_yaml and cel_srt ([a32248f](https://github.com/easyops-cn/next-bricks/commit/a32248fc25f110da4b8e36664f1339141bd0110c)) + + + + + ## [1.13.16](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/vs@1.13.15...@next-bricks/vs@1.13.16) (2024-10-28) diff --git a/bricks/vs/package.json b/bricks/vs/package.json index 5b0dbacd4..801e52b9e 100644 --- a/bricks/vs/package.json +++ b/bricks/vs/package.json @@ -1,6 +1,6 @@ { "name": "@next-bricks/vs", - "version": "1.13.16", + "version": "1.14.0", "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/vs", "repository": { "type": "git",