Skip to content

Commit

Permalink
chore(release): Prepare releases (#763)
Browse files Browse the repository at this point in the history
@cerbos/embedded: 0.6.0
@cerbos/files: 0.2.1
@cerbos/grpc: 0.14.1
@cerbos/opentelemetry: 0.4.1

Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines authored Dec 8, 2023
1 parent 490aa85 commit 5e10d2a
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 26 deletions.
16 changes: 8 additions & 8 deletions 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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cerbos/core",
"version": "0.14.0",
"description": "Common types used by the @cerbos/grpc and @cerbos/http client libraries",
"description": "Common types used by the @cerbos/grpc, @cerbos/http, and @cerbos/embedded client libraries",
"repository": {
"type": "git",
"url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git",
Expand Down
7 changes: 6 additions & 1 deletion packages/embedded/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

No notable changes.

## [0.6.0] - 2023-12-08

### Changed

- Renamed package from `@cerbos/lite` to `@cerbos/embedded`, and client class from `Lite` to `Embedded` ([#755](https://github.com/cerbos/cerbos-sdk-javascript/pull/755))
Expand Down Expand Up @@ -71,7 +75,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.6.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.5.0-beta]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.4.1-beta]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.4.0-beta]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions packages/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cerbos/embedded",
"version": "0.5.0-beta",
"description": "Client library for interacting with WebAssembly Cerbos policy bundles from server-side Node.js and browser-based applications",
"version": "0.6.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",
"url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git",
Expand Down
7 changes: 6 additions & 1 deletion packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

No notable changes.

## [0.2.1] - 2023-12-08

### Changed

- Bump dependency on [yaml](https://github.com/eemeli/yaml) to 2.3.4 ([#714](https://github.com/cerbos/cerbos-sdk-javascript/pull/714), [#738](https://github.com/cerbos/cerbos-sdk-javascript/pull/738))
Expand All @@ -26,7 +30,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.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.2.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.1.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.1.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/ffc411436a2c64e97cd2f5f8789490eb800c3b3d...@cerbos/[email protected]
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.0",
"version": "0.2.1",
"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
@@ -1,5 +1,9 @@
## [Unreleased]

No notable changes.

## [0.14.1] - 2023-12-08

### Changed

- Bump dependency on [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.9.12 ([#702](https://github.com/cerbos/cerbos-sdk-javascript/pull/702), [#719](https://github.com/cerbos/cerbos-sdk-javascript/pull/719), [#733](https://github.com/cerbos/cerbos-sdk-javascript/pull/733), [#749](https://github.com/cerbos/cerbos-sdk-javascript/pull/749))
Expand Down Expand Up @@ -172,7 +176,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.14.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.14.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.13.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.12.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/@cerbos/grpc?style=flat-square)](https://www.npmjs.com/package/@cerbos/grpc)

Client library for interacting with the Cerbos policy decision point over gRPC from server-side Node.js applications.
Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications.

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cerbos/grpc",
"version": "0.14.0",
"description": "Client library for interacting with the Cerbos policy decision point over gRPC from server-side Node.js applications",
"version": "0.14.1",
"description": "Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications",
"repository": {
"type": "git",
"url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/@cerbos/http?style=flat-square)](https://www.npmjs.com/package/@cerbos/http)

Client library for interacting with the Cerbos policy decision point over HTTP.
Client library for interacting with the Cerbos policy decision point service over HTTP.

This is primarily intended for use in browsers, and requires `fetch` to be available globally.
If you're targeting [old browsers](https://caniuse.com/fetch), you'll need to apply [a polyfill](https://www.npmjs.com/package/whatwg-fetch).
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cerbos/http",
"version": "0.15.0",
"description": "Client library for interacting with the Cerbos policy decision point over HTTP from browser-based applications",
"description": "Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications",
"repository": {
"type": "git",
"url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git",
Expand Down
7 changes: 6 additions & 1 deletion packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

No notable changes.

## [0.4.1] - 2023-12-08

### Changed

- Bump dependencies on [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js/tree/main/api) to 1.7.0, [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation) to 0.45.1, and [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions) to 1.18.1 ([#710](https://github.com/cerbos/cerbos-sdk-javascript/pull/710), [#740](https://github.com/cerbos/cerbos-sdk-javascript/pull/740))
Expand Down Expand Up @@ -66,7 +70,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.4.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.4.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.3.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
[0.2.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/[email protected]...@cerbos/[email protected]
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.4.0",
"version": "0.4.1",
"description": "OpenTelemetry instrumentation for the @cerbos/grpc and @cerbos/http client libraries",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"devDependencies": {
"@cerbos/core": "0.14.0",
"@cerbos/embedded": "0.5.0-beta",
"@cerbos/files": "0.2.0",
"@cerbos/grpc": "0.14.0",
"@cerbos/embedded": "0.6.0",
"@cerbos/files": "0.2.1",
"@cerbos/grpc": "0.14.1",
"@cerbos/http": "0.15.0",
"@cerbos/opentelemetry": "0.4.0",
"@cerbos/opentelemetry": "0.4.1",
"@grpc/grpc-js": "1.9.12",
"@jest/globals": "29.7.0",
"@opentelemetry/api": "1.7.0",
Expand Down

0 comments on commit 5e10d2a

Please sign in to comment.