Skip to content

Commit

Permalink
chore(release): Prepare releases (#938)
Browse files Browse the repository at this point in the history
@cerbos/core: 0.17.1
@cerbos/embedded: 0.7.1
@cerbos/files: 0.2.5
@cerbos/grpc: 0.17.1
@cerbos/http: 0.18.1
@cerbos/opentelemetry: 0.4.6
@cerbos/react: 0.1.1

Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines committed Apr 23, 2024
1 parent 532fdaa commit c9294c8
Show file tree
Hide file tree
Showing 22 changed files with 152 additions and 72 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.17.1] - 2024-04-23

### Changed

- Support legacy Node.js module resolution and place `default` export last ([#937](https://github.com/cerbos/cerbos-sdk-javascript/pull/937))
Expand Down Expand Up @@ -162,7 +166,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/core@0.17.0...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.17.1...HEAD
[0.17.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.17.0...@cerbos/core@0.17.1
[0.17.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.16.0...@cerbos/core@0.17.0
[0.16.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.15.0...@cerbos/core@0.16.0
[0.15.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.14.0...@cerbos/core@0.15.0
Expand Down
12 changes: 6 additions & 6 deletions packages/core/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
unreleased:
type: patch
releases:
- version: 0.17.1
date: 2024-04-23

changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937
changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937

releases:
- version: 0.17.0
date: 2024-04-12

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.17.0",
"version": "0.17.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.1] - 2024-04-23

### Changed

- Support legacy Node.js module resolution and place `default` export last ([#937](https://github.com/cerbos/cerbos-sdk-javascript/pull/937))

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

## [0.7.0] - 2024-04-12

### Added
Expand Down Expand Up @@ -135,7 +141,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.0...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.7.1...HEAD
[0.7.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.7.0...@cerbos/embedded@0.7.1
[0.7.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.6.3...@cerbos/embedded@0.7.0
[0.6.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.6.2...@cerbos/embedded@0.6.3
[0.6.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.6.1...@cerbos/embedded@0.6.2
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.1
date: 2024-04-23

changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937
changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937

bumped:
"@cerbos/core":
to: 0.17.1
pull: 938

releases:
- version: 0.7.0
date: 2024-04-12

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.0",
"version": "0.7.1",
"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.17.0"
"@cerbos/core": "^0.17.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,10 +2,16 @@

## [Unreleased]

No notable changes.

## [0.2.5] - 2024-04-23

### Changed

- Support legacy Node.js module resolution and place `default` export last ([#937](https://github.com/cerbos/cerbos-sdk-javascript/pull/937))

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

## [0.2.4] - 2024-04-12

### Changed
Expand Down Expand Up @@ -62,7 +68,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.4...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.5...HEAD
[0.2.5]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.4...@cerbos/files@0.2.5
[0.2.4]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.3...@cerbos/files@0.2.4
[0.2.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.2...@cerbos/files@0.2.3
[0.2.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.1...@cerbos/files@0.2.2
Expand Down
17 changes: 11 additions & 6 deletions packages/files/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.2.5
date: 2024-04-23

changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937
changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937

bumped:
"@cerbos/core":
to: 0.17.1
pull: 938

releases:
- version: 0.2.4
date: 2024-04-12

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.4",
"version": "0.2.5",
"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.17.0",
"@cerbos/core": "^0.17.1",
"yaml": "^2.4.1"
},
"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,10 +2,16 @@

## [Unreleased]

No notable changes.

## [0.17.1] - 2024-04-23

### Changed

- Support legacy Node.js module resolution and place `default` export last ([#937](https://github.com/cerbos/cerbos-sdk-javascript/pull/937))

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

## [0.17.0] - 2024-04-12

### Added
Expand Down Expand Up @@ -260,7 +266,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.17.0...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.17.1...HEAD
[0.17.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.17.0...@cerbos/grpc@0.17.1
[0.17.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.16.0...@cerbos/grpc@0.17.0
[0.16.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.15.0...@cerbos/grpc@0.16.0
[0.15.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.14.1...@cerbos/grpc@0.15.0
Expand Down
17 changes: 11 additions & 6 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.17.1
date: 2024-04-23

changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937
changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937

bumped:
"@cerbos/core":
to: 0.17.1
pull: 938

releases:
- version: 0.17.0
date: 2024-04-12

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.17.0",
"version": "0.17.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.17.0",
"@cerbos/core": "^0.17.1",
"@grpc/grpc-js": "^1.10.6",
"long": "^5.2.3",
"protobufjs": "^7.2.6"
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.18.1] - 2024-04-23

### Changed

- Support legacy Node.js module resolution and place `default` export last ([#937](https://github.com/cerbos/cerbos-sdk-javascript/pull/937))

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

- Bump dependency on [qs] to 6.12.1 ([#933](https://github.com/cerbos/cerbos-sdk-javascript/pull/933))

## [0.18.0] - 2024-04-12
Expand Down Expand Up @@ -234,7 +240,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/http@0.18.0...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.18.1...HEAD
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.18.0...@cerbos/http@0.18.1
[0.18.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.17.0...@cerbos/http@0.18.0
[0.17.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.16.0...@cerbos/http@0.17.0
[0.16.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.15.0...@cerbos/http@0.16.0
Expand Down
24 changes: 14 additions & 10 deletions packages/http/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
unreleased:
type: patch
releases:
- version: 0.18.1
date: 2024-04-23

changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937
changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937

bumped:
qs:
to: 6.12.1
pull: 933
bumped:
"@cerbos/core":
to: 0.17.1
pull: 938

qs:
to: 6.12.1
pull: 933

releases:
- version: 0.18.0
date: 2024-04-12

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.18.0",
"version": "0.18.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.17.0",
"@cerbos/core": "^0.17.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,10 +2,16 @@

## [Unreleased]

No notable changes.

## [0.4.6] - 2024-04-23

### Changed

- Support legacy Node.js module resolution and place `default` export last ([#937](https://github.com/cerbos/cerbos-sdk-javascript/pull/937))

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

## [0.4.5] - 2024-04-12

### Changed
Expand Down Expand Up @@ -152,7 +158,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.4.5...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.6...HEAD
[0.4.6]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.5...@cerbos/opentelemetry@0.4.6
[0.4.5]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.4...@cerbos/opentelemetry@0.4.5
[0.4.4]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.3...@cerbos/opentelemetry@0.4.4
[0.4.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.2...@cerbos/opentelemetry@0.4.3
Expand Down
17 changes: 11 additions & 6 deletions packages/opentelemetry/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
unreleased:
type: patch
releases:
- version: 0.4.6
date: 2024-04-23

changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937
changed:
- summary: Support legacy Node.js module resolution and place `default` export last
pull: 937

bumped:
"@cerbos/core":
to: 0.17.1
pull: 938

releases:
- version: 0.4.5
date: 2024-04-12

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.4.5",
"version": "0.4.6",
"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.17.0",
"@cerbos/core": "^0.17.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/instrumentation": "^0.50.0",
"@opentelemetry/semantic-conventions": "^1.23.0"
Expand Down
Loading

0 comments on commit c9294c8

Please sign in to comment.