Skip to content

Commit

Permalink
chore(release): Prepare releases (#969)
Browse files Browse the repository at this point in the history
@cerbos/core: 0.18.1
@cerbos/embedded: 0.7.3
@cerbos/files: 0.2.7
@cerbos/grpc: 0.18.1
@cerbos/http: 0.19.1
@cerbos/opentelemetry: 0.5.1
@cerbos/react: 0.1.3

Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines authored Jun 11, 2024
1 parent fb2d360 commit cdfd3d5
Show file tree
Hide file tree
Showing 22 changed files with 149 additions and 75 deletions.
7 changes: 6 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

No notable changes.

## [0.18.1] - 2024-06-11

### Changed

- Bump dependency on [uuid] to 10.0.0 ([#965](https://github.com/cerbos/cerbos-sdk-javascript/pull/965))
Expand Down Expand Up @@ -181,7 +185,8 @@

- Common types for gRPC and HTTP clients ([#73](https://github.com/cerbos/cerbos-sdk-javascript/pull/73))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.18.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.17.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.17.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
14 changes: 7 additions & 7 deletions packages/core/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
unreleased:
type: patch
releases:
- version: 0.18.1
date: 2024-06-11

bumped:
uuid:
to: 10.0.0
pull: 965
bumped:
uuid:
to: 10.0.0
pull: 965

releases:
- version: 0.18.0
date: 2024-05-15

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/core",
"version": "0.18.0",
"version": "0.18.1",
"description": "Common types used by the @cerbos/grpc, @cerbos/http, and @cerbos/embedded client libraries",
"repository": {
"type": "git",
Expand Down
9 changes: 8 additions & 1 deletion packages/embedded/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## [Unreleased]

No notable changes.

## [0.7.3] - 2024-06-11

### Changed

- Cancel unused response bodies ([#956](https://github.com/cerbos/cerbos-sdk-javascript/pull/956))

- Bump dependency on [@cerbos/core] to 0.18.1 ([#969](https://github.com/cerbos/cerbos-sdk-javascript/pull/969))

## [0.7.2] - 2024-05-15

### Changed
Expand Down Expand Up @@ -149,7 +155,8 @@

- Lite client for interacting with a WebAssembly Cerbos policy bundle ([#249](https://github.com/cerbos/cerbos-sdk-javascript/pull/249))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[0.7.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.7.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.7.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.7.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
17 changes: 11 additions & 6 deletions packages/embedded/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.7.3
date: 2024-06-11

changed:
- summary: Cancel unused response bodies
pull: 956
changed:
- summary: Cancel unused response bodies
pull: 956

bumped:
"@cerbos/core":
to: 0.18.1
pull: 969

releases:
- version: 0.7.2
date: 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions packages/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/embedded",
"version": "0.7.2",
"version": "0.7.3",
"description": "Client library for interacting with embedded Cerbos policy decision points generated by Cerbos Hub from server-side Node.js and browser-based applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"WASM"
],
"dependencies": {
"@cerbos/core": "^0.18.0"
"@cerbos/core": "^0.18.1"
},
"publishConfig": {
"access": "public",
Expand Down
9 changes: 8 additions & 1 deletion packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## [Unreleased]

No notable changes.

## [0.2.7] - 2024-06-11

### Changed

- Bump dependency on [@cerbos/core] to 0.18.1 ([#969](https://github.com/cerbos/cerbos-sdk-javascript/pull/969))

- Bump dependency on [yaml] to 2.4.5 ([#958](https://github.com/cerbos/cerbos-sdk-javascript/pull/958), [#962](https://github.com/cerbos/cerbos-sdk-javascript/pull/962))

## [0.2.6] - 2024-05-15
Expand Down Expand Up @@ -78,7 +84,8 @@

- A package to load Cerbos policies from YAML or JSON files ([#611](https://github.com/cerbos/cerbos-sdk-javascript/pull/611))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[0.2.7]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.2.6]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.2.5]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.2.4]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
18 changes: 11 additions & 7 deletions packages/files/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.2.7
date: 2024-06-11

bumped:
"@cerbos/core":
to: 0.18.1
pull: 969

bumped:
yaml:
to: 2.4.5
pulls: [958, 962]
yaml:
to: 2.4.5
pulls: [958, 962]

releases:
- version: 0.2.6
date: 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/files",
"version": "0.2.6",
"version": "0.2.7",
"description": "Load Cerbos policies from YAML or JSON files",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"YAML"
],
"dependencies": {
"@cerbos/core": "^0.18.0",
"@cerbos/core": "^0.18.1",
"yaml": "^2.4.5"
},
"publishConfig": {
Expand Down
9 changes: 8 additions & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## [Unreleased]

No notable changes.

## [0.18.1] - 2024-06-11

### Changed

- Bump dependency on [@cerbos/core] to 0.18.1 ([#969](https://github.com/cerbos/cerbos-sdk-javascript/pull/969))

- Bump dependency on [@grpc/grpc-js] to 1.10.9 ([#952](https://github.com/cerbos/cerbos-sdk-javascript/pull/952), [#961](https://github.com/cerbos/cerbos-sdk-javascript/pull/961))

## [0.18.0] - 2024-05-15
Expand Down Expand Up @@ -289,7 +295,8 @@

- Separate gRPC client for server-side Node.js applications ([#73](https://github.com/cerbos/cerbos-sdk-javascript/pull/73))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.18.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.17.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.17.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
18 changes: 11 additions & 7 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.18.1
date: 2024-06-11

bumped:
"@cerbos/core":
to: 0.18.1
pull: 969

bumped:
"@grpc/grpc-js":
to: 1.10.9
pulls: [952, 961]
"@grpc/grpc-js":
to: 1.10.9
pulls: [952, 961]

releases:
- version: 0.18.0
date: 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/grpc",
"version": "0.18.0",
"version": "0.18.1",
"description": "Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"server-side"
],
"dependencies": {
"@cerbos/core": "^0.18.0",
"@cerbos/core": "^0.18.1",
"@grpc/grpc-js": "^1.10.9",
"long": "^5.2.3",
"protobufjs": "^7.3.0"
Expand Down
9 changes: 8 additions & 1 deletion packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## [Unreleased]

No notable changes.

## [0.19.1] - 2024-06-11

### Changed

- Cancel unused response bodies ([#956](https://github.com/cerbos/cerbos-sdk-javascript/pull/956))

- Bump dependency on [@cerbos/core] to 0.18.1 ([#969](https://github.com/cerbos/cerbos-sdk-javascript/pull/969))

## [0.19.0] - 2024-05-15

### Added
Expand Down Expand Up @@ -259,7 +265,8 @@

- Separate HTTP client for browser-based applications ([#73](https://github.com/cerbos/cerbos-sdk-javascript/pull/73))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[0.19.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.19.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.18.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
17 changes: 11 additions & 6 deletions packages/http/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.19.1
date: 2024-06-11

changed:
- summary: Cancel unused response bodies
pull: 956
changed:
- summary: Cancel unused response bodies
pull: 956

bumped:
"@cerbos/core":
to: 0.18.1
pull: 969

releases:
- version: 0.19.0
date: 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/http",
"version": "0.19.0",
"version": "0.19.1",
"description": "Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"browser"
],
"dependencies": {
"@cerbos/core": "^0.18.0",
"@cerbos/core": "^0.18.1",
"qs": "^6.12.1"
},
"devDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## [Unreleased]

No notable changes.

## [0.5.1] - 2024-06-11

### Changed

- Bump dependency on [@cerbos/core] to 0.18.1 ([#969](https://github.com/cerbos/cerbos-sdk-javascript/pull/969))

- Bump dependency on [@opentelemetry/api] to 1.9.0 ([#963](https://github.com/cerbos/cerbos-sdk-javascript/pull/963))

- Bump dependency on [@opentelemetry/instrumentation] to 0.52.0 ([#963](https://github.com/cerbos/cerbos-sdk-javascript/pull/963))
Expand Down Expand Up @@ -178,7 +184,8 @@

- [OpenTelemetry](https://opentelemetry.io) instrumentation for the [@cerbos/grpc] and [@cerbos/http] client libraries ([#438](https://github.com/cerbos/cerbos-sdk-javascript/pull/438))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]
[0.5.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.5.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.4.6]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.4.5]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
30 changes: 17 additions & 13 deletions packages/opentelemetry/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
unreleased:
type: patch
releases:
- version: 0.5.1
date: 2024-06-11

bumped:
"@cerbos/core":
to: 0.18.1
pull: 969

bumped:
"@opentelemetry/api":
to: 1.9.0
pull: 963
"@opentelemetry/api":
to: 1.9.0
pull: 963

"@opentelemetry/instrumentation":
to: 0.52.0
pull: 963
"@opentelemetry/instrumentation":
to: 0.52.0
pull: 963

"@opentelemetry/semantic-conventions":
to: 1.25.0
pull: 963
"@opentelemetry/semantic-conventions":
to: 1.25.0
pull: 963

releases:
- version: 0.5.0
date: 2024-05-15

Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/opentelemetry",
"version": "0.5.0",
"version": "0.5.1",
"description": "OpenTelemetry instrumentation for the @cerbos/grpc and @cerbos/http client libraries",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"metrics"
],
"dependencies": {
"@cerbos/core": "^0.18.0",
"@cerbos/core": "^0.18.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0"
Expand Down
Loading

0 comments on commit cdfd3d5

Please sign in to comment.