Skip to content

Commit 9611449

Browse files
authored
fix: Oeco stability 3 (#65)
* chore(release): publish - project: go/oeco-sdk/v2beta 0.16.0 * fix: disabling typescript projects for now --------- Co-authored-by: Dimy Jeannot <>
1 parent 90d7e5e commit 9611449

File tree

3 files changed

+16
-32
lines changed

3 files changed

+16
-32
lines changed

go/oeco-sdk/v2beta/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.16.0 (2025-07-26)
2+
3+
### 🚀 Features
4+
5+
- OECO cleanup 30 ([#62](https://github.com/openecosystems/ecosystem/pull/62))
6+
- Oeco cleanup 29 ([#61](https://github.com/openecosystems/ecosystem/pull/61))
7+
8+
### 🩹 Fixes
9+
10+
- stability and formatting ([#63](https://github.com/openecosystems/ecosystem/pull/63))
11+
12+
### ❤️ Thank You
13+
14+
- Dimy Jeannot @dimyjeannot
15+
116
## 0.15.0 (2025-07-26)
217

318
### 🚀 Features

go/oeco-sdk/v2beta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go/oeco-sdk/v2beta",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "SDK version v2beta",
55
"private": true,
66
"license": "Apache-2.0"

nx.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -156,37 +156,6 @@
156156
},
157157
"release": {
158158
"groups": {
159-
"sdks-typescript": {
160-
"projectsRelationship": "independent",
161-
"projects": [
162-
"tag:type:sdk",
163-
"tag:cycle:public",
164-
"tag:language:typescript",
165-
"!tag:language:golang",
166-
"!tag:language:rust",
167-
"!tag:cycle:private",
168-
"!tag:cycle:poc",
169-
"!tag:cycle:partner"
170-
],
171-
"git": {
172-
"commit": true,
173-
"tag": true,
174-
"commitMessage": "chore: updated version [no ci]"
175-
},
176-
"version": {
177-
"conventionalCommits": true,
178-
"generatorOptions": {
179-
"fallbackCurrentVersionResolver": "disk"
180-
}
181-
},
182-
"changelog": {
183-
"projectChangelogs": {
184-
"file": true,
185-
"createRelease": "github"
186-
}
187-
},
188-
"releaseTagPattern": "{projectName}/{version}"
189-
},
190159
"sdks-public": {
191160
"projectsRelationship": "independent",
192161
"projects": ["tag:type:sdk", "!tag:cycle:private", "!tag:cycle:poc", "!tag:cycle:partner"],

0 commit comments

Comments
 (0)