Skip to content

Commit 6f4bda0

Browse files
committed
chore: Prepare for publishing
- Upgrade native `cedar` dep to `3.4` - Set min Dart SDK to 3.5 (workspace support)
1 parent cd3f2a0 commit 6f4bda0

File tree

12 files changed

+300
-251
lines changed

12 files changed

+300
-251
lines changed

packages/cedar/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 0.2.4-wip
1+
## 0.2.4
22

3-
- Require Dart 3.6 (workspace support)
3+
- Require Dart 3.5 (workspace support)
44
- chore: Update dependencies
55

66
## 0.2.3

packages/cedar/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: cedar
22
description: Implementation of the Cedar policy language in Dart.
3-
version: 0.2.4-wip
3+
version: 0.2.4
44
repository: https://github.com/celest-dev/cedar-dart/tree/main/packages/cedar
55

66
environment:
7-
sdk: ^3.6.0
7+
sdk: ^3.5.0
88
resolution: workspace
99

1010
dependencies:

packages/cedar_ffi/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 0.2.1-wip
1+
## 0.2.1
22

3-
- Require Dart 3.6 (workspace support)
3+
- Require Dart 3.5 (workspace support)
44
- chore: Update dependencies
5+
- chore: Update `cedar` to `3.4`
56

67
## 0.2.0
78

packages/cedar_ffi/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0
44
publish_to: none
55

66
environment:
7-
sdk: ^3.6.0
7+
sdk: ^3.5.0
88
resolution: workspace
99

1010
dependencies:

packages/cedar_ffi/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: cedar_ffi
22
description: FFI bindings for the Cedar policy language, written in Rust.
3-
version: 0.2.1-wip
3+
version: 0.2.1
44
repository: https://github.com/celest-dev/cedar-dart/tree/main/packages/cedar_ffi
55

66
environment:
7-
sdk: ^3.6.0
7+
sdk: ^3.5.0
88
resolution: workspace
99

1010
dependencies:
@@ -25,7 +25,7 @@ dev_dependencies:
2525
built_value_generator: ^8.9.2
2626
cedar_tests:
2727
path: ../cedar_tests
28-
ffigen: ^17.0.0
28+
ffigen: ^18.0.0
2929
json_serializable: ^6.8.0
3030
lints: ^5.0.0
3131
path: ^1.9.0

0 commit comments

Comments
 (0)