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): Prepare releases #1017

Merged
merged 1 commit into from
Sep 23, 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
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/embedded@0.7.3...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.8.0...HEAD
[0.8.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.7.3...@cerbos/embedded@0.8.0
[0.7.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.7.2...@cerbos/embedded@0.7.3
[0.7.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.7.1...@cerbos/embedded@0.7.2
[0.7.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.7.0...@cerbos/embedded@0.7.1
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/files@0.2.8...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.9...HEAD
[0.2.9]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.8...@cerbos/files@0.2.9
[0.2.8]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.7...@cerbos/files@0.2.8
[0.2.7]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.6...@cerbos/files@0.2.7
[0.2.6]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.5...@cerbos/files@0.2.6
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/grpc@0.18.2...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.3...HEAD
[0.18.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.2...@cerbos/grpc@0.18.3
[0.18.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.1...@cerbos/grpc@0.18.2
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.0...@cerbos/grpc@0.18.1
[0.18.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.17.1...@cerbos/grpc@0.18.0
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/opentelemetry@0.5.2...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.3...HEAD
[0.5.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.2...@cerbos/opentelemetry@0.5.3
[0.5.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.1...@cerbos/opentelemetry@0.5.2
[0.5.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.0...@cerbos/opentelemetry@0.5.1
[0.5.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.6...@cerbos/opentelemetry@0.5.0
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