Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/nest": "0.2.5",
"packages/nest": "0.2.6",
"packages/react": "1.2.1",
"packages/web": "1.7.3",
"packages/server": "1.20.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.6](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.5...nestjs-sdk-v0.2.6) (2026-04-10)


### ✨ New Features

* add "sideEffects": false to package.json files for all packages ([#1343](https://github.com/open-feature/js-sdk/issues/1343)) ([d8e968e](https://github.com/open-feature/js-sdk/commit/d8e968ed2513fe986a6500895f3399303a2f0b96))
* support type-safe flag keys via module augmentation ([#1349](https://github.com/open-feature/js-sdk/issues/1349)) ([fb2ed4a](https://github.com/open-feature/js-sdk/commit/fb2ed4a7d64d9b8437975a0ef6cb4fe6a12dd671))
* support type-safe variant values for InMemoryProvider ([#1356](https://github.com/open-feature/js-sdk/issues/1356)) ([431f899](https://github.com/open-feature/js-sdk/commit/431f899191a2f7693fea9fab40f7cfb1f22f61f8))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from * to 1.10.0
* @openfeature/server-sdk bumped from 1.18.0 to 1.21.0

## [0.2.5](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.4...nestjs-sdk-v0.2.5) (2025-05-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/nest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.5">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.5&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.6">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.6&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down
6 changes: 3 additions & 3 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/nestjs-sdk",
"version": "0.2.5",
"version": "0.2.6",
"description": "OpenFeature Nest.js SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -56,8 +56,8 @@
"@nestjs/core": "^11.0.20",
"@nestjs/platform-express": "^11.0.20",
"@nestjs/testing": "^11.0.20",
"@openfeature/core": "*",
"@openfeature/server-sdk": "1.18.0",
"@openfeature/core": "1.10.0",
"@openfeature/server-sdk": "1.21.0",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
},
Expand Down
Loading