Skip to content

Commit 735a7f1

Browse files
committed
chore(release): release v2.0.0
1 parent 628ea11 commit 735a7f1

File tree

10 files changed

+87
-7
lines changed

10 files changed

+87
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* VS Code Marketplace Publishing Support
17+
18+
19+
20+
21+
622
# [1.6.0](https://github.com/SAP/code-snippet/compare/v1.5.1...v1.6.0) (2025-05-12)
723

824

examples/vscode-snippet-contrib/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* VS Code Marketplace Publishing Support
17+
18+
19+
20+
21+
622
## [1.3.1](https://github.com/SAP/code-snippet/compare/v1.3.0...v1.3.1) (2024-02-01)
723

824

examples/vscode-snippet-contrib/package.json

Lines changed: 2 additions & 2 deletions
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": "1.3.1",
4+
"version": "2.0.0",
55
"private": true,
66
"description": "",
77
"categories": [
@@ -42,7 +42,7 @@
4242
"onCommand:extension.showCodeSnippetContrib"
4343
],
4444
"dependencies": {
45-
"@sap-devx/code-snippet-types": "^1.1.3",
45+
"@sap-devx/code-snippet-types": "^2.0.0",
4646
"comment-json": "2.1.0",
4747
"fs-extra": "7.0.1",
4848
"lodash": "4.17.21"

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": "1.6.0"
17+
"version": "2.0.0"
1818
}

packages/backend/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* VS Code Marketplace Publishing Support
17+
18+
19+
20+
21+
622
# [1.6.0](https://github.com/SAP/code-snippet/compare/v1.5.1...v1.6.0) (2025-05-12)
723

824
**Note:** Version bump only for package code-snippet

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-framework",
33
"displayName": "Code Snippet",
4-
"version": "1.6.0",
4+
"version": "2.0.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": "^1.6.0",
113+
"code-snippet-frontend": "^2.0.0",
114114
"fs-extra": "9.1.0",
115115
"jsdom": "23.2.0",
116116
"lodash": "4.17.21",

packages/frontend/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* VS Code Marketplace Publishing Support
17+
18+
19+
20+
21+
622
# [1.6.0](https://github.com/SAP/code-snippet/compare/v1.5.1...v1.6.0) (2025-05-12)
723

824

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

packages/types/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/SAP/code-snippet/compare/v1.6.0...v2.0.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* package name is changed ([#291](https://github.com/SAP/code-snippet/issues/291)) ([628ea11](https://github.com/SAP/code-snippet/commit/628ea11d0405e57446809294a207c88121841006))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* VS Code Marketplace Publishing Support
17+
18+
19+
20+
21+
622
## [1.1.3](https://github.com/SAP/code-snippet/compare/v1.1.2...v1.1.3) (2021-09-29)
723

824
**Note:** Version bump only for package @sap-devx/code-snippet-types

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-devx/code-snippet-types",
3-
"version": "1.1.3",
3+
"version": "2.0.0",
44
"description": "code-snippet types",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)