Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #153

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)


### 🐛 Bug Fixes

* fully version schema ([#152](https://github.com/open-feature/flagd-schemas/issues/152)) ([2c25b1d](https://github.com/open-feature/flagd-schemas/commit/2c25b1df24c22a61cc998d2470dea7f8fce8bfdb))

## [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.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.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