Skip to content

Commit

Permalink
chore(release):
Browse files Browse the repository at this point in the history
 - @ceramicnetwork/[email protected]
 - @ceramicnetwork/[email protected]
  • Loading branch information
Spencer T Brody committed Dec 31, 2020
1 parent a969ea1 commit 56af4fc
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.3](/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2020-12-31)

**Note:** Version bump only for package @ceramicnetwork/cli





## [0.18.2](/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2020-12-31)

**Note:** Version bump only for package @ceramicnetwork/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/cli",
"version": "0.18.2",
"version": "0.18.3",
"description": "Typescript implementation of the Ceramic CLI",
"keywords": [
"Ceramic",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/register": "^7.10.5",
"@ceramicnetwork/common": "^0.15.2",
"@ceramicnetwork/core": "^0.17.3",
"@ceramicnetwork/core": "^0.17.4",
"@ceramicnetwork/docid": "^0.4.2",
"@ceramicnetwork/doctype-tile": "^0.12.6",
"@ceramicnetwork/http-client": "^0.8.10",
Expand Down Expand Up @@ -83,5 +83,5 @@
"peerDependencies": {
"@zondax/filecoin-signing-tools": "^0.13.0"
},
"gitHead": "c58eb9659f5fdd976aca2db6465619c20ba30ff9"
"gitHead": "a969ea166f8669fdba3a3ae63dd1215c3224c20c"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.4](/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2020-12-31)

**Note:** Version bump only for package @ceramicnetwork/core





## [0.17.3](/compare/@ceramicnetwork/[email protected]...@ceramicnetwork/[email protected]) (2020-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceramicnetwork/core",
"version": "0.17.3",
"version": "0.17.4",
"description": "Typescript implementation of the Ceramic protocol",
"keywords": [
"Ceramic",
Expand Down Expand Up @@ -82,5 +82,5 @@
"/node_modules(?!/did-jwt)/"
]
},
"gitHead": "c58eb9659f5fdd976aca2db6465619c20ba30ff9"
"gitHead": "a969ea166f8669fdba3a3ae63dd1215c3224c20c"
}

0 comments on commit 56af4fc

Please sign in to comment.