Skip to content

Commit 36425f9

Browse files
chore(main): release 0.13.1 (#257)
πŸ€– I have created a release *beep* *boop* --- ## [0.13.1](v0.13.0...v0.13.1) (2023-11-30) ### πŸ› Bug Fixes * remove workspace yaml in docker container ([#256](#256)) ([76610a6](76610a6)) ### 🧹 Chore * **deps:** update dependency typescript to v5.3.2 ([55a7625](55a7625)) * **deps:** update eslint ([266ea33](266ea33)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 266ea33 commit 36425f9

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.0"
2+
".": "0.13.1"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.13.1](https://github.com/open-feature/playground/compare/v0.13.0...v0.13.1) (2023-11-30)
4+
5+
6+
### πŸ› Bug Fixes
7+
8+
* remove workspace yaml in docker container ([#256](https://github.com/open-feature/playground/issues/256)) ([76610a6](https://github.com/open-feature/playground/commit/76610a60a2c563b5dc5aa4607544a13bac0578ea))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update dependency typescript to v5.3.2 ([55a7625](https://github.com/open-feature/playground/commit/55a762506a1b07d5f048f6cc102bd9ee9b03e925))
14+
* **deps:** update eslint ([266ea33](https://github.com/open-feature/playground/commit/266ea3316eba47c9aeedb4811b11898dcbbf985f))
15+
316
## [0.13.0](https://github.com/open-feature/playground/compare/v0.12.1...v0.13.0) (2023-11-30)
417

518

β€Žconfig/k8s/end-to-end.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
spec:
8989
containers:
9090
- name: open-feature-demo
91-
image: ghcr.io/open-feature/playground-app:v0.13.0 # x-release-please-version
91+
image: ghcr.io/open-feature/playground-app:v0.13.1 # x-release-please-version
9292
args:
9393
- flagd
9494
ports:

β€Ždocker-compose.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
demo:
4-
image: ghcr.io/open-feature/playground-app:v0.13.0 # x-release-please-version
4+
image: ghcr.io/open-feature/playground-app:v0.13.1 # x-release-please-version
55
# build:
66
# dockerfile: ./packages/app/Dockerfile
77
# context: .
@@ -46,7 +46,7 @@ services:
4646
- FLAGD_TLS_WEB
4747

4848
fib-service:
49-
image: ghcr.io/open-feature/playground-fib-service:v0.13.0 # x-release-please-version
49+
image: ghcr.io/open-feature/playground-fib-service:v0.13.1 # x-release-please-version
5050
# build:
5151
# dockerfile: ./packages/fibonacci-service/Dockerfile
5252
# context: .

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openfeature",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"license": "Apache-2.0",
55
"scripts": {
66
"ui": "nx run ui:serve",

0 commit comments

Comments
Β (0)