Skip to content

Commit

Permalink
chore(release): Prepare releases (#1017)
Browse files Browse the repository at this point in the history
@cerbos/embedded: 0.8.0
@cerbos/files: 0.2.9
@cerbos/grpc: 0.18.3
@cerbos/opentelemetry: 0.5.3

Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines committed Sep 23, 2024
1 parent 16ee152 commit 613308b
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 41 deletions.
7 changes: 6 additions & 1 deletion packages/embedded/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

No notable changes.

## [0.8.0] - 2024-09-23

### Added

- Support for loading a precompiled `WebAssembly.Module` ([#1016](https://github.com/cerbos/cerbos-sdk-javascript/pull/1016))
Expand Down Expand Up @@ -157,7 +161,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.8.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@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]
Expand Down
12 changes: 6 additions & 6 deletions packages/embedded/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
unreleased:
type: minor
releases:
- version: 0.8.0
date: 2024-09-23

added:
- summary: Support for loading a precompiled `WebAssembly.Module`
pull: 1016
added:
- summary: Support for loading a precompiled `WebAssembly.Module`
pull: 1016

releases:
- version: 0.7.3
date: 2024-06-11

Expand Down
2 changes: 1 addition & 1 deletion packages/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/embedded",
"version": "0.7.3",
"version": "0.8.0",
"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
7 changes: 6 additions & 1 deletion packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

No notable changes.

## [0.2.9] - 2024-09-23

### Changed

- Bump dependency on [yaml] to 2.5.1 ([#1001](https://github.com/cerbos/cerbos-sdk-javascript/pull/1001))
Expand Down Expand Up @@ -92,7 +96,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.9]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.2.8]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@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]
Expand Down
14 changes: 7 additions & 7 deletions packages/files/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
unreleased:
type: patch
releases:
- version: 0.2.9
date: 2024-09-23

bumped:
yaml:
to: 2.5.1
pull: 1001
bumped:
yaml:
to: 2.5.1
pull: 1001

releases:
- version: 0.2.8
date: 2024-08-19

Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/files",
"version": "0.2.8",
"version": "0.2.9",
"description": "Load Cerbos policies from YAML or JSON files",
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

No notable changes.

## [0.18.3] - 2024-09-23

### Changed

- Bump dependency on [@bufbuild/protobuf] to 2.1.0 ([#1012](https://github.com/cerbos/cerbos-sdk-javascript/pull/1012))
Expand Down Expand Up @@ -307,7 +311,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.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.18.2]: 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
20 changes: 10 additions & 10 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.18.3
date: 2024-09-23

bumped:
"@bufbuild/protobuf":
to: 2.1.0
pull: 1012
bumped:
"@bufbuild/protobuf":
to: 2.1.0
pull: 1012

"@grpc/grpc-js":
to: 1.11.3
pulls: [1000, 1011]
"@grpc/grpc-js":
to: 1.11.3
pulls: [1000, 1011]

releases:
- version: 0.18.2
date: 2024-08-19

Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/grpc",
"version": "0.18.2",
"version": "0.18.3",
"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
7 changes: 6 additions & 1 deletion packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

No notable changes.

## [0.5.3] - 2024-09-23

### Changed

- Bump dependency on [@opentelemetry/instrumentation] to 0.53.0 ([#997](https://github.com/cerbos/cerbos-sdk-javascript/pull/997))
Expand Down Expand Up @@ -196,7 +200,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.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.5.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@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]
Expand Down
20 changes: 10 additions & 10 deletions packages/opentelemetry/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.5.3
date: 2024-09-23

bumped:
"@opentelemetry/instrumentation":
to: 0.53.0
pull: 997
bumped:
"@opentelemetry/instrumentation":
to: 0.53.0
pull: 997

"@opentelemetry/semantic-conventions":
to: 1.27.0
pulls: [994, 997]
"@opentelemetry/semantic-conventions":
to: 1.27.0
pulls: [994, 997]

releases:
- version: 0.5.2
date: 2024-08-19

Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/opentelemetry",
"version": "0.5.2",
"version": "0.5.3",
"description": "OpenTelemetry instrumentation for the @cerbos/grpc and @cerbos/http client libraries",
"repository": {
"type": "git",
Expand Down

0 comments on commit 613308b

Please sign in to comment.