Skip to content

Commit

Permalink
Chore: patch release 0.2.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner authored Dec 18, 2024
1 parent 38fd86f commit 397480b
Show file tree
Hide file tree
Showing 18 changed files with 82 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ceramic-sdk/events

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/events",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "events"],
Expand Down
7 changes: 7 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ceramic-sdk/http-client

## 0.2.1

### Patch Changes

- Updated dependencies
- @ceramic-sdk/events@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/http-client",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "http", "client"],
Expand Down
10 changes: 10 additions & 0 deletions packages/model-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ceramic-sdk/model-client

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior
- Updated dependencies
- @ceramic-sdk/events@0.2.1
- @ceramic-sdk/model-protocol@0.2.1
- @ceramic-sdk/stream-client@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/model-client",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "model", "client"],
Expand Down
9 changes: 9 additions & 0 deletions packages/model-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ceramic-sdk/model-handler

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior
- Updated dependencies
- @ceramic-sdk/events@0.2.1
- @ceramic-sdk/model-protocol@0.2.1

## 0.2.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/model-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ceramic-sdk/model-handler",
"version": "0.2.0",
"private": true,
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "model", "handler"],
Expand Down
10 changes: 10 additions & 0 deletions packages/model-instance-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ceramic-sdk/model-instance-client

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior
- Updated dependencies
- @ceramic-sdk/events@0.2.1
- @ceramic-sdk/model-instance-protocol@0.2.1
- @ceramic-sdk/stream-client@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-instance-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/model-instance-client",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "model", "document", "client"],
Expand Down
9 changes: 9 additions & 0 deletions packages/model-instance-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ceramic-sdk/model-instance-handler

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior
- Updated dependencies
- @ceramic-sdk/events@0.2.1
- @ceramic-sdk/model-instance-protocol@0.2.1

## 0.2.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/model-instance-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ceramic-sdk/model-instance-handler",
"version": "0.2.0",
"private": true,
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "model", "document"],
Expand Down
8 changes: 8 additions & 0 deletions packages/model-instance-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ceramic-sdk/model-instance-protocol

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior
- Updated dependencies
- @ceramic-sdk/events@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-instance-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/model-instance-protocol",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "model", "document"],
Expand Down
8 changes: 8 additions & 0 deletions packages/model-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ceramic-sdk/model-protocol

## 0.2.1

### Patch Changes

- Fix to ts-essentials dependency to align with runtime behavior
- Updated dependencies
- @ceramic-sdk/events@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/model-protocol",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "model"],
Expand Down
6 changes: 6 additions & 0 deletions packages/stream-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ceramic-sdk/stream-client

## 0.2.1

### Patch Changes

- @ceramic-sdk/http-client@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramic-sdk/stream-client",
"version": "0.2.0",
"version": "0.2.1",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"keywords": ["ceramic", "stream", "client"],
Expand Down

0 comments on commit 397480b

Please sign in to comment.