Skip to content

Commit

Permalink
chore: release main (#72)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: fix java manifest

* chore: try to fix maven snapshot updating stuff

* chore: fix build.gradle

---------

Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
  • Loading branch information
flipt-release-bot[bot] and markphelps committed Jan 16, 2024
1 parent 709ef35 commit 97638e2
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 11 deletions.
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://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 97638e2

Please sign in to comment.