Skip to content

Commit b23843a

Browse files
committed
chore(release): release v2.0.4
1 parent 0d752d6 commit b23843a

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

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+
## [2.0.4](https://github.com/SAP/code-snippet/compare/v2.0.3...v2.0.4) (2025-10-19)
7+
8+
9+
### Bug Fixes
10+
11+
* input width not using available space ([#296](https://github.com/SAP/code-snippet/issues/296)) ([0d752d6](https://github.com/SAP/code-snippet/commit/0d752d661df7718e8d1e576dc89accb03a93f916))
12+
13+
14+
15+
16+
617
## [2.0.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"allowBranch": "master"
1515
}
1616
},
17-
"version": "2.0.3"
17+
"version": "2.0.4"
1818
}

packages/backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.0.4](https://github.com/SAP/code-snippet/compare/v2.0.3...v2.0.4) (2025-10-19)
7+
8+
**Note:** Version bump only for package code-snippet-tool
9+
10+
11+
12+
13+
614
## [2.0.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
715

816

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippet-tool",
33
"displayName": "Code Snippet Tool",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"private": true,
66
"description": "A VSCode extension that provides a simple way to add code snippets.",
77
"categories": [
@@ -110,7 +110,7 @@
110110
"@sap-devx/webview-rpc": "0.3.1",
111111
"@sap/swa-for-sapbas-vsx": "2.0.4",
112112
"@vscode-logging/logger": "1.2.3",
113-
"code-snippet-frontend": "^2.0.0",
113+
"code-snippet-frontend": "^2.0.4",
114114
"fs-extra": "9.1.0",
115115
"jsdom": "23.2.0",
116116
"lodash": "4.17.21",

packages/frontend/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+
## [2.0.4](https://github.com/SAP/code-snippet/compare/v2.0.3...v2.0.4) (2025-10-19)
7+
8+
9+
### Bug Fixes
10+
11+
* input width not using available space ([#296](https://github.com/SAP/code-snippet/issues/296)) ([0d752d6](https://github.com/SAP/code-snippet/commit/0d752d661df7718e8d1e576dc89accb03a93f916))
12+
13+
14+
15+
16+
617
# [2.0.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
718

819

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-snippet-frontend",
33
"displayName": "Code Snippet Frontend",
4-
"version": "2.0.0",
4+
"version": "2.0.4",
55
"private": true,
66
"description": "Frontend for the Code Snippet framework",
77
"license": "Apache 2.0",

0 commit comments

Comments
 (0)