From 08e9655ed88edd7f68d84309ab70e1d9e4e8f798 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:18:00 -0400 Subject: [PATCH] chore(main): release openfeature 0.0.12 (#93) :robot: I have created a release *beep* *boop* --- ## [0.0.12](https://github.com/open-feature/playground/compare/openfeature-v0.0.11...openfeature-v0.0.12) (2022-10-11) ### Bug Fixes * bump ci step versions ([#92](https://github.com/open-feature/playground/issues/92)) ([23aaddf](https://github.com/open-feature/playground/commit/23aaddff89a4bf173844dd7b5e92f5dc33c0cd49)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ docker-compose.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97bd1871..fb06ce7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.11" + ".": "0.0.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a416483..9338d887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/open-feature/playground/compare/openfeature-v0.0.11...openfeature-v0.0.12) (2022-10-11) + + +### Bug Fixes + +* bump ci step versions ([#92](https://github.com/open-feature/playground/issues/92)) ([23aaddf](https://github.com/open-feature/playground/commit/23aaddff89a4bf173844dd7b5e92f5dc33c0cd49)) + ## [0.0.11](https://github.com/open-feature/playground/compare/openfeature-v0.0.10...openfeature-v0.0.11) (2022-10-11) diff --git a/docker-compose.yaml b/docker-compose.yaml index dd5b9a8a..44fd4943 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: '3.8' services: demo: - # image: ghcr.io/open-feature/playground:app-v0.0.11 # x-release-please-version + # image: ghcr.io/open-feature/playground:app-v0.0.12 # x-release-please-version build: dockerfile: ./packages/app/Dockerfile ports: @@ -35,7 +35,7 @@ services: - CLOUDBEES_APP_KEY fib-service: - # image: ghcr.io/open-feature/playground:fib-service-v0.0.11 # x-release-please-version + # image: ghcr.io/open-feature/playground:fib-service-v0.0.12 # x-release-please-version build: dockerfile: ./packages/fibonacci-service/Dockerfile expose: diff --git a/package-lock.json b/package-lock.json index 420afbd0..852246f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfeature", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openfeature", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.4", diff --git a/package.json b/package.json index ea81d784..beeb2149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openfeature", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "scripts": { "ui": "nx run ui:serve",