Skip to content

Commit 67e62db

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-shared/[email protected]
1 parent 4e96727 commit 67e62db

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

bricks/vs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-03-31)
7+
8+
9+
### Features
10+
11+
* monaco editor copilot ([d4bc041](https://github.com/easyops-cn/next-advanced-bricks/commit/d4bc04159bfd25badbb490132d61e84f7a0ad133))
12+
13+
14+
15+
16+
617
## [1.15.5](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-03-27)
718

819
**Note:** Version bump only for package @next-bricks/vs

bricks/vs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/vs",
3-
"version": "1.15.5",
3+
"version": "1.16.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/vs",
55
"repository": {
66
"type": "git",
@@ -68,7 +68,7 @@
6868
"@next-core/theme": "^1.5.4",
6969
"@next-core/utils": "^1.7.32",
7070
"@next-shared/form": "^0.7.10",
71-
"@next-shared/monaco-copilot": "^0.0.0",
71+
"@next-shared/monaco-copilot": "^0.1.0",
7272
"@next-shared/spell-check": "^0.1.1",
7373
"comlink": "^4.4.2",
7474
"monaco-editor": "^0.50.0",

shared/monaco-copilot/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2025-03-31)
7+
8+
9+
### Features
10+
11+
* monaco editor copilot ([d4bc041](https://github.com/easyops-cn/next-advanced-bricks/commit/d4bc04159bfd25badbb490132d61e84f7a0ad133))

shared/monaco-copilot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-shared/monaco-copilot",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/shared/monaco-copilot",
55
"repository": {
66
"type": "git",
@@ -37,9 +37,9 @@
3737
"test:ci": "cross-env NODE_ENV='test' CI=true test-next"
3838
},
3939
"devDependencies": {
40-
"monaco-editor": "^0.50.0",
4140
"@next-core/build-next-libs": "^1.0.24",
42-
"@next-core/test-next": "^1.1.9"
41+
"@next-core/test-next": "^1.1.9",
42+
"monaco-editor": "^0.50.0"
4343
},
4444
"dependencies": {
4545
"diff": "^7.0.0"

0 commit comments

Comments
 (0)