Skip to content

Commit fe38e6e

Browse files
committed
chore(release): publish packages
- couchbase@0.1.1
1 parent 96416c9 commit fe38e6e

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-04-14
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`couchbase` - `v0.1.1`](#couchbase---v011)
19+
20+
---
21+
22+
#### `couchbase` - `v0.1.1`
23+
24+
- **FEAT**: add `Collection.mutateIn` ([#29](https://github.com/blaugold/couchbase-dart/issues/29)). ([96416c98](https://github.com/blaugold/couchbase-dart/commit/96416c983c7eadc87403661f54b639540a8514f1))
25+
26+
627
## 2023-04-11
728

829
### Changes

packages/couchbase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
3+
- **FEAT**: add `Collection.mutateIn` ([#29](https://github.com/blaugold/couchbase-dart/issues/29)). ([96416c98](https://github.com/blaugold/couchbase-dart/commit/96416c983c7eadc87403661f54b639540a8514f1))
4+
15
## 0.1.0+1
26

37
- **FIX**: support downloading native binaries with compiled executable. ([70d2ab41](https://github.com/blaugold/couchbase-dart/commit/70d2ab41770d589a02c4d164605130a70a1a6088))

packages/couchbase/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ environment:
44
sdk: ^2.19.0
55

66
dependencies:
7-
couchbase: ^0.1.0+1
7+
couchbase: ^0.1.1

packages/couchbase/lib/src/version.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/couchbase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: couchbase
22
description:
33
Couchbase Server SDK for Dart. Couchbase is a distributed, scalable, NewSQL,
44
document-oriented database.
5-
version: 0.1.0+1
5+
version: 0.1.1
66
repository: https://github.com/blaugold/couchbase-dart
77
issue_tracker: https://github.com/blaugold/couchbase-dart/issues
88
homepage: https://github.com/blaugold/couchbase-dart/tree/main/packages/couchbase

0 commit comments

Comments
 (0)