Skip to content

Commit 46c99da

Browse files
committed
chore(release): release v2.1.0
1 parent 2cd0f51 commit 46c99da

File tree

8 files changed

+33
-34
lines changed

8 files changed

+33
-34
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.0](https://github.com/SAP/code-snippet/compare/v2.0.5...v2.1.0) (2026-02-11)
7+
8+
### Features
9+
10+
- update lodash version to 4.17.23 ([#298](https://github.com/SAP/code-snippet/issues/298)) ([2cd0f51](https://github.com/SAP/code-snippet/commit/2cd0f5111fcc6563ef91cb2831d0770c1be67c77))
11+
612
## [2.0.5](https://github.com/SAP/code-snippet/compare/v2.0.4...v2.0.5) (2025-12-10)
713

814
**Note:** Version bump only for package root

examples/vscode-snippet-contrib/CHANGELOG.md

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,44 @@
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.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
7-
8-
9-
### Bug Fixes
6+
# [2.1.0](https://github.com/SAP/code-snippet/compare/v2.0.5...v2.1.0) (2026-02-11)
107

11-
* backward compatibility for using the oss extension ID ([#295](https://github.com/SAP/code-snippet/issues/295)) ([19f89a3](https://github.com/SAP/code-snippet/commit/19f89a3d0a31198c72fec94e507f524f5ba064d3))
8+
### Features
129

10+
- update lodash version to 4.17.23 ([#298](https://github.com/SAP/code-snippet/issues/298)) ([2cd0f51](https://github.com/SAP/code-snippet/commit/2cd0f5111fcc6563ef91cb2831d0770c1be67c77))
1311

12+
## [2.0.3](https://github.com/SAP/code-snippet/compare/v2.0.2...v2.0.3) (2025-10-15)
1413

14+
### Bug Fixes
1515

16+
- backward compatibility for using the oss extension ID ([#295](https://github.com/SAP/code-snippet/issues/295)) ([19f89a3](https://github.com/SAP/code-snippet/commit/19f89a3d0a31198c72fec94e507f524f5ba064d3))
1617

1718
# [2.0.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
1819

19-
2020
### Features
2121

22-
* package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
23-
22+
- package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
2423

2524
### BREAKING CHANGES
2625

27-
* VS Code Marketplace Publishing Support
28-
29-
30-
31-
26+
- VS Code Marketplace Publishing Support
3227

3328
## [1.3.1](https://github.com/SAP/code-snippet/compare/v1.3.0...v1.3.1) (2024-02-01)
3429

35-
3630
### Bug Fixes
3731

38-
* evaluateMethod fix + css fixes after vue3 ([#282](https://github.com/SAP/code-snippet/issues/282)) ([fa470e7](https://github.com/SAP/code-snippet/commit/fa470e77b29e9de44b9ead0d4c189b2d5178d38f))
39-
40-
41-
42-
32+
- evaluateMethod fix + css fixes after vue3 ([#282](https://github.com/SAP/code-snippet/issues/282)) ([fa470e7](https://github.com/SAP/code-snippet/commit/fa470e77b29e9de44b9ead0d4c189b2d5178d38f))
4333

4434
# [1.3.0](https://github.com/SAP/code-snippet/compare/v1.2.5...v1.3.0) (2024-01-30)
4535

46-
4736
### Features
4837

49-
* migrating to Vue3 ([#280](https://github.com/SAP/code-snippet/issues/280)) ([67670a6](https://github.com/SAP/code-snippet/commit/67670a623895be6d963316f02f9876d1ee66ac15))
50-
51-
52-
53-
38+
- migrating to Vue3 ([#280](https://github.com/SAP/code-snippet/issues/280)) ([67670a6](https://github.com/SAP/code-snippet/commit/67670a623895be6d963316f02f9876d1ee66ac15))
5439

5540
## [1.2.1](https://github.com/SAP/code-snippet/compare/v1.2.0...v1.2.1) (2023-03-29)
5641

5742
**Note:** Version bump only for package vscode-snippet-contrib
5843

59-
60-
61-
62-
6344
# [1.2.0](https://github.com/SAP/code-snippet/compare/v1.1.5...v1.2.0) (2023-03-29)
6445

6546
### Bug Fixes

examples/vscode-snippet-contrib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-snippet-contrib",
33
"displayName": "vscode-snippet-contrib",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"private": true,
66
"description": "",
77
"categories": [

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"allowBranch": "master"
1111
}
1212
},
13-
"version": "2.0.5"
13+
"version": "2.1.0"
1414
}

packages/backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.0](https://github.com/SAP/code-snippet/compare/v2.0.5...v2.1.0) (2026-02-11)
7+
8+
### Features
9+
10+
- update lodash version to 4.17.23 ([#298](https://github.com/SAP/code-snippet/issues/298)) ([2cd0f51](https://github.com/SAP/code-snippet/commit/2cd0f5111fcc6563ef91cb2831d0770c1be67c77))
11+
612
## [2.0.5](https://github.com/SAP/code-snippet/compare/v2.0.4...v2.0.5) (2025-12-10)
713

814
**Note:** Version bump only for package code-snippet-tool

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.5",
4+
"version": "2.1.0",
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.5",
113+
"code-snippet-frontend": "^2.1.0",
114114
"fs-extra": "9.1.0",
115115
"jsdom": "23.2.0",
116116
"lodash": "4.17.23",

packages/frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.0](https://github.com/SAP/code-snippet/compare/v2.0.5...v2.1.0) (2026-02-11)
7+
8+
### Features
9+
10+
- update lodash version to 4.17.23 ([#298](https://github.com/SAP/code-snippet/issues/298)) ([2cd0f51](https://github.com/SAP/code-snippet/commit/2cd0f5111fcc6563ef91cb2831d0770c1be67c77))
11+
612
## [2.0.5](https://github.com/SAP/code-snippet/compare/v2.0.4...v2.0.5) (2025-12-10)
713

814
**Note:** Version bump only for package code-snippet-frontend

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.5",
4+
"version": "2.1.0",
55
"private": true,
66
"description": "Frontend for the Code Snippet framework",
77
"license": "Apache 2.0",

0 commit comments

Comments
 (0)