From 472d545cefe7f27a41abe83105c4785f584844d1 Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Thu, 31 Dec 2020 12:05:16 -0500 Subject: [PATCH] chore(release): - @ceramicnetwork/cli@0.18.4 - @ceramicnetwork/core@0.17.5 --- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package-lock.json | 2 +- packages/cli/package.json | 6 +++--- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package-lock.json | 2 +- packages/core/package.json | 4 ++-- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ad23cc306b..7b2e399131 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.4](/compare/@ceramicnetwork/cli@0.18.3...@ceramicnetwork/cli@0.18.4) (2020-12-31) + +**Note:** Version bump only for package @ceramicnetwork/cli + + + + + ## [0.18.3](/compare/@ceramicnetwork/cli@0.18.2...@ceramicnetwork/cli@0.18.3) (2020-12-31) **Note:** Version bump only for package @ceramicnetwork/cli diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 1c88f1f083..5130f3a4fe 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/cli", - "version": "0.18.3", + "version": "0.18.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 3b75a6ad19..9270cfc4a8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/cli", - "version": "0.18.3", + "version": "0.18.4", "description": "Typescript implementation of the Ceramic CLI", "keywords": [ "Ceramic", @@ -41,7 +41,7 @@ "dependencies": { "@babel/register": "^7.10.5", "@ceramicnetwork/common": "^0.15.2", - "@ceramicnetwork/core": "^0.17.4", + "@ceramicnetwork/core": "^0.17.5", "@ceramicnetwork/docid": "^0.4.2", "@ceramicnetwork/doctype-tile": "^0.12.6", "@ceramicnetwork/http-client": "^0.8.10", @@ -83,5 +83,5 @@ "peerDependencies": { "@zondax/filecoin-signing-tools": "^0.13.0" }, - "gitHead": "a969ea166f8669fdba3a3ae63dd1215c3224c20c" + "gitHead": "56af4fc185f19360f00afbdbba01a22beca58669" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8cb216c494..df212383e7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.5](/compare/@ceramicnetwork/core@0.17.4...@ceramicnetwork/core@0.17.5) (2020-12-31) + +**Note:** Version bump only for package @ceramicnetwork/core + + + + + ## [0.17.4](/compare/@ceramicnetwork/core@0.17.3...@ceramicnetwork/core@0.17.4) (2020-12-31) **Note:** Version bump only for package @ceramicnetwork/core diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index f9eaa81ab1..7776cab6c4 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/core", - "version": "0.17.4", + "version": "0.17.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 684c65c4d5..e292cf4191 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ceramicnetwork/core", - "version": "0.17.4", + "version": "0.17.5", "description": "Typescript implementation of the Ceramic protocol", "keywords": [ "Ceramic", @@ -82,5 +82,5 @@ "/node_modules(?!/did-jwt)/" ] }, - "gitHead": "a969ea166f8669fdba3a3ae63dd1215c3224c20c" + "gitHead": "56af4fc185f19360f00afbdbba01a22beca58669" }