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..f226eda 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) + + +### ✨ New Features + +* fully version schema ([#163](https://github.com/open-feature/flagd-schemas/issues/163)) ([c0692e4](https://github.com/open-feature/flagd-schemas/commit/c0692e484cfa969ad19077f10b153752ce017676)) + ## [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.json b/json/flags.json index a6de9d8..e0a71d2 100644 --- a/json/flags.json +++ b/json/flags.json @@ -1,5 +1,5 @@ { - "$id": "https://flagd.dev/schema/v0.2.5/flags.json", + "$id": "https://flagd.dev/schema/v0.2.6/flags.json", "$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/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.json b/json/targeting.json index e405f46..d7ef645 100644 --- a/json/targeting.json +++ b/json/targeting.json @@ -1,5 +1,5 @@ { - "$id": "https://flagd.dev/schema/v0.2.5/targeting.json", + "$id": "https://flagd.dev/schema/v0.2.6/targeting.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "flagd Targeting", "description": "Defines targeting logic for flagd; a extension of JSONLogic, including purpose-built feature-flagging operations.", 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