Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Aug 12, 2022
1 parent 782dac5 commit 8680cea
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 13 deletions.
4 changes: 4 additions & 0 deletions packages/cbl_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- **FEAT**: distribute CBL C SDK 3.0.2. ([782dac53](https://github.com/cbl-dart/cbl-dart/commit/782dac536be7cbc61569f34224e615fcefe87a38))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ environment:

dependencies:
cbl: ^2.0.0
cbl_dart: ^2.0.0
cbl_dart: ^2.1.0
2 changes: 1 addition & 1 deletion packages/cbl_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cbl_dart
version: 2.0.0
version: 2.1.0
description: >-
Couchbase Lite for pure Dart apps: An embedded, NoSQL JSON Document Style
database, supporting Blobs, Encryption, N1QL Queries, Live Queries, Full-Text
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
cbl: ^2.0.0
cbl_flutter: ^2.0.0
cbl_flutter_ce: ^2.0.0
cbl_flutter_ce: ^2.1.0
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/cbl_flutter_ce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- **FEAT**: distribute CBL C SDK 3.0.2. ([782dac53](https://github.com/cbl-dart/cbl-dart/commit/782dac536be7cbc61569f34224e615fcefe87a38))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_flutter_ce/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cbl_flutter_ce
description: Provides the Couchbase Lite Community Edition for Flutter apps.
version: 2.0.0
version: 2.1.0
homepage: https://github.com/cbl-dart/cbl-dart/tree/main/packages/cbl_flutter_ce
repository: https://github.com/cbl-dart/cbl-dart
issue_tracker: https://github.com/cbl-dart/cbl-dart/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/cbl_flutter_ce/tool/library_versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COUCHBASE_EDITION="community"
COUCHBASE_LITE_C_VERSION="3.0.1"
COUCHBASE_LITE_C_RELEASE="3.0.1"
COUCHBASE_LITE_C_VERSION="3.0.2"
COUCHBASE_LITE_C_RELEASE="3.0.2"
COUCHBASE_LITE_DART_VERSION="2.0.0"
COUCHBASE_LITE_DART_RELEASE="2.0.0"
4 changes: 4 additions & 0 deletions packages/cbl_flutter_ee/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- **FEAT**: distribute CBL C SDK 3.0.2. ([782dac53](https://github.com/cbl-dart/cbl-dart/commit/782dac536be7cbc61569f34224e615fcefe87a38))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_flutter_ee/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cbl_flutter_ee
description: Provides the Couchbase Lite Enterprise Edition for Flutter apps.
version: 2.0.0
version: 2.1.0
homepage: https://github.com/cbl-dart/cbl-dart/tree/main/packages/cbl_flutter_ee
repository: https://github.com/cbl-dart/cbl-dart
issue_tracker: https://github.com/cbl-dart/cbl-dart/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/cbl_flutter_ee/tool/library_versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COUCHBASE_EDITION="enterprise"
COUCHBASE_LITE_C_VERSION="3.0.1"
COUCHBASE_LITE_C_RELEASE="3.0.1"
COUCHBASE_LITE_C_VERSION="3.0.2"
COUCHBASE_LITE_C_RELEASE="3.0.2"
COUCHBASE_LITE_DART_VERSION="2.0.0"
COUCHBASE_LITE_DART_RELEASE="2.0.0"
2 changes: 1 addition & 1 deletion packages/cbl_flutter_prebuilt_e2e_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
cbl: ^2.0.0
cbl_ffi: ^0.8.0
cbl_flutter: ^2.0.0
cbl_flutter_ee: ^2.0.0
cbl_flutter_ee: ^2.1.0
flutter:
sdk: flutter
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.1.10
build_test: ^2.1.5
cbl_dart: ^2.0.0
cbl_dart: ^2.1.0
path: ^1.8.1
test: ^1.21.1
2 changes: 1 addition & 1 deletion packages/cbl_sentry/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
cbl: ^2.0.0
cbl_dart: ^2.0.0
cbl_dart: ^2.1.0
cbl_sentry:
path: ..
sentry: ^6.2.2
Expand Down
2 changes: 1 addition & 1 deletion packages/cbl_sentry/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies:
sentry: ^6.3.0

dev_dependencies:
cbl_dart: ^2.0.0
cbl_dart: ^2.1.0
test: ^1.21.1

0 comments on commit 8680cea

Please sign in to comment.