Skip to content

Commit

Permalink
chore: release main (#164)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
openfeaturebot and validate-and-sync-schema-job authored May 27, 2024
1 parent c0692e4 commit 61523e5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"protobuf": "0.6.0",
"json": "0.2.5"
"json": "0.2.6"
}
7 changes: 7 additions & 0 deletions json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion json/flags.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion json/flags.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion json/targeting.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion json/targeting.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion json/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6

0 comments on commit 61523e5

Please sign in to comment.