Skip to content

Commit 90f63c8

Browse files
chore(main): release nestjs-sdk 0.2.3
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent eec21dd commit 90f63c8

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/nest": "0.2.2",
2+
"packages/nest": "0.2.3",
33
"packages/react": "0.4.11",
44
"packages/angular": "0.0.1-experimental",
55
"packages/web": "1.4.1",

packages/nest/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.2...nestjs-sdk-v0.2.3) (2025-02-27)
4+
5+
6+
### 🧹 Chore
7+
8+
* update sdk peer ([#1142](https://github.com/open-feature/js-sdk/issues/1142)) ([8bb6206](https://github.com/open-feature/js-sdk/commit/8bb620601e2b8dc7b62d717169b585bd1c886996))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @openfeature/core bumped from * to 1.8.0
16+
* @openfeature/server-sdk bumped from * to 1.18.0
17+
318
## [0.2.2](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.1-experimental...nestjs-sdk-v0.2.2) (2024-10-29)
419

520

packages/nest/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.2">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.2&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.3">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.3&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/nest/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/nestjs-sdk",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "OpenFeature Nest.js SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -56,8 +56,8 @@
5656
"@nestjs/core": "^10.3.6",
5757
"@nestjs/platform-express": "^10.3.6",
5858
"@nestjs/testing": "^10.3.6",
59-
"@openfeature/core": "*",
60-
"@openfeature/server-sdk": "*",
59+
"@openfeature/core": "1.8.0",
60+
"@openfeature/server-sdk": "1.18.0",
6161
"@types/supertest": "^6.0.0",
6262
"supertest": "^7.0.0"
6363
}

0 commit comments

Comments
 (0)