Skip to content

Commit 61523e5

Browse files
openfeaturebotvalidate-and-sync-schema-job
and
validate-and-sync-schema-job
authored
chore: release main (#164)
🤖 I have created a release *beep* *boop* --- <details><summary>json/json-schema: 0.2.6</summary> ## [0.2.6](json/json-schema-v0.2.5...json/json-schema-v0.2.6) (2024-05-27) ### ✨ New Features * fully version schema ([#163](#163)) ([c0692e4](c0692e4)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: validate-and-sync-schema-job <bot@openfeature.dev> Co-authored-by: validate-and-sync-schema-job <bot@openfeature.dev>
1 parent c0692e4 commit 61523e5

7 files changed

+13
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"protobuf": "0.6.0",
3-
"json": "0.2.5"
3+
"json": "0.2.6"
44
}

json/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ✨ New Features
7+
8+
* fully version schema ([#163](https://github.com/open-feature/flagd-schemas/issues/163)) ([c0692e4](https://github.com/open-feature/flagd-schemas/commit/c0692e484cfa969ad19077f10b153752ce017676))
9+
310
## [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)
411

512

json/flags.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://flagd.dev/schema/v0.2.5/flags.json",
2+
"$id": "https://flagd.dev/schema/v0.2.6/flags.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"title": "flagd Flag Configuration",
55
"description": "Defines flags for use in flagd, including typed variants and rules",

json/flags.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: "https://flagd.dev/schema/v0.2.5/flags.json" # x-release-please-version
1+
$id: "https://flagd.dev/schema/v0.2.6/flags.json" # x-release-please-version
22
$schema: http://json-schema.org/draft-07/schema#
33
title: flagd Flag Configuration
44
description: Defines flags for use in flagd, including typed variants and rules

json/targeting.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://flagd.dev/schema/v0.2.5/targeting.json",
2+
"$id": "https://flagd.dev/schema/v0.2.6/targeting.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"title": "flagd Targeting",
55
"description": "Defines targeting logic for flagd; a extension of JSONLogic, including purpose-built feature-flagging operations.",

json/targeting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: "https://flagd.dev/schema/v0.2.5/targeting.json" # x-release-please-version
1+
$id: "https://flagd.dev/schema/v0.2.6/targeting.json" # x-release-please-version
22
$schema: http://json-schema.org/draft-07/schema#
33
title: flagd Targeting
44
description: Defines targeting logic for flagd; a extension of JSONLogic, including

json/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.5
1+
0.2.6

0 commit comments

Comments
 (0)