From 348d9ae4d3bcf433120d29f0c7e85136693c79b4 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Mon, 27 May 2024 15:26:02 -0400 Subject: [PATCH] chore: release main Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- json/CHANGELOG.md | 7 +++++++ json/flags.yaml | 2 +- json/targeting.yaml | 2 +- json/version.txt | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73addfc..2cb439b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "protobuf": "0.6.0", - "json": "0.2.5" + "json": "0.2.6" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md index 1d2ab9f..e62ec9b 100644 --- a/json/CHANGELOG.md +++ b/json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.6](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.5...json/json-schema-v0.2.6) (2024-05-27) + + +### 🐛 Bug Fixes + +* fully version schema ([#150](https://github.com/open-feature/flagd-schemas/issues/150)) ([9d4ec21](https://github.com/open-feature/flagd-schemas/commit/9d4ec21e2d32e4578c9686cbb5b4be31ab707b66)) + ## [0.2.5](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.4...json/json-schema-v0.2.5) (2024-05-23) diff --git a/json/flags.yaml b/json/flags.yaml index ded63c4..51bc816 100644 --- a/json/flags.yaml +++ b/json/flags.yaml @@ -1,4 +1,4 @@ -$id: "https://flagd.dev/schema/v0.2.5/flags.json" # x-release-please-version +$id: "https://flagd.dev/schema/v0.2.6/flags.json" # x-release-please-version $schema: http://json-schema.org/draft-07/schema# title: flagd Flag Configuration description: Defines flags for use in flagd, including typed variants and rules diff --git a/json/targeting.yaml b/json/targeting.yaml index c237bef..3f3cd06 100644 --- a/json/targeting.yaml +++ b/json/targeting.yaml @@ -1,4 +1,4 @@ -$id: "https://flagd.dev/schema/v0.2.5/targeting.json" # x-release-please-version +$id: "https://flagd.dev/schema/v0.2.6/targeting.json" # x-release-please-version $schema: http://json-schema.org/draft-07/schema# title: flagd Targeting description: Defines targeting logic for flagd; a extension of JSONLogic, including diff --git a/json/version.txt b/json/version.txt index 28af839..53a75d6 100644 --- a/json/version.txt +++ b/json/version.txt @@ -1 +1 @@ -0.2.5 \ No newline at end of file +0.2.6