Skip to content

Commit 31f518d

Browse files
authored
chore(release): Prepare releases (#992)
@cerbos/files: 0.2.8 @cerbos/grpc: 0.18.2 @cerbos/http: 0.19.2 @cerbos/opentelemetry: 0.5.2 Signed-off-by: Andrew Haines <haines@cerbos.dev>
1 parent 9892847 commit 31f518d

12 files changed

Lines changed: 62 additions & 42 deletions

File tree

packages/files/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
No notable changes.
6+
7+
## [0.2.8] - 2024-08-19
8+
59
### Changed
610

711
- Bump dependency on [yaml] to 2.5.0 ([#983](https://github.com/cerbos/cerbos-sdk-javascript/pull/983))
@@ -86,7 +90,8 @@
8690

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

89-
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.7...HEAD
93+
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.8...HEAD
94+
[0.2.8]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.7...@cerbos/files@0.2.8
9095
[0.2.7]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.6...@cerbos/files@0.2.7
9196
[0.2.6]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.5...@cerbos/files@0.2.6
9297
[0.2.5]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.2.4...@cerbos/files@0.2.5

packages/files/changelog.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
unreleased:
2-
type: patch
1+
releases:
2+
- version: 0.2.8
3+
date: 2024-08-19
34

4-
bumped:
5-
yaml:
6-
to: 2.5.0
7-
pull: 983
5+
bumped:
6+
yaml:
7+
to: 2.5.0
8+
pull: 983
89

9-
releases:
1010
- version: 0.2.7
1111
date: 2024-06-11
1212

packages/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerbos/files",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Load Cerbos policies from YAML or JSON files",
55
"repository": {
66
"type": "git",

packages/grpc/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
No notable changes.
6+
7+
## [0.18.2] - 2024-08-19
8+
59
### Changed
610

711
- Replace dependency on [protobufjs] with [@bufbuild/protobuf] ([#990](https://github.com/cerbos/cerbos-sdk-javascript/pull/990))
@@ -299,7 +303,8 @@
299303

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

302-
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.1...HEAD
306+
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.2...HEAD
307+
[0.18.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.1...@cerbos/grpc@0.18.2
303308
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.18.0...@cerbos/grpc@0.18.1
304309
[0.18.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.17.1...@cerbos/grpc@0.18.0
305310
[0.17.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.17.0...@cerbos/grpc@0.17.1

packages/grpc/changelog.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
unreleased:
2-
type: patch
1+
releases:
2+
- version: 0.18.2
3+
date: 2024-08-19
34

4-
changed:
5-
- summary: Replace dependency on [protobufjs] with [@bufbuild/protobuf]
6-
pull: 990
5+
changed:
6+
- summary: Replace dependency on [protobufjs] with [@bufbuild/protobuf]
7+
pull: 990
78

8-
bumped:
9-
"@grpc/grpc-js":
10-
to: 1.11.1
11-
pulls: [974, 979, 981]
9+
bumped:
10+
"@grpc/grpc-js":
11+
to: 1.11.1
12+
pulls: [974, 979, 981]
1213

13-
releases:
1414
- version: 0.18.1
1515
date: 2024-06-11
1616

packages/grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerbos/grpc",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications",
55
"repository": {
66
"type": "git",

packages/http/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
No notable changes.
6+
7+
## [0.19.2] - 2024-08-19
8+
59
### Changed
610

711
- Bump dependency on [qs] to 6.13.0 ([#976](https://github.com/cerbos/cerbos-sdk-javascript/pull/976), [#985](https://github.com/cerbos/cerbos-sdk-javascript/pull/985))
@@ -267,7 +271,8 @@
267271

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

270-
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.19.1...HEAD
274+
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.19.2...HEAD
275+
[0.19.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.19.1...@cerbos/http@0.19.2
271276
[0.19.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.19.0...@cerbos/http@0.19.1
272277
[0.19.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.18.1...@cerbos/http@0.19.0
273278
[0.18.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.18.0...@cerbos/http@0.18.1

packages/http/changelog.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
unreleased:
2-
type: patch
1+
releases:
2+
- version: 0.19.2
3+
date: 2024-08-19
34

4-
bumped:
5-
qs:
6-
to: 6.13.0
7-
pulls: [976, 985]
5+
bumped:
6+
qs:
7+
to: 6.13.0
8+
pulls: [976, 985]
89

9-
releases:
1010
- version: 0.19.1
1111
date: 2024-06-11
1212

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerbos/http",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications",
55
"repository": {
66
"type": "git",

packages/opentelemetry/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
No notable changes.
6+
7+
## [0.5.2] - 2024-08-19
8+
59
### Changed
610

711
- Bump dependency on [@opentelemetry/instrumentation] to 0.52.1 ([#972](https://github.com/cerbos/cerbos-sdk-javascript/pull/972))
@@ -188,7 +192,8 @@
188192

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

191-
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.1...HEAD
195+
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.2...HEAD
196+
[0.5.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.1...@cerbos/opentelemetry@0.5.2
192197
[0.5.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.5.0...@cerbos/opentelemetry@0.5.1
193198
[0.5.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.6...@cerbos/opentelemetry@0.5.0
194199
[0.4.6]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.4.5...@cerbos/opentelemetry@0.4.6

0 commit comments

Comments
 (0)