From 3c963e9140ba28905af3645c16741b195f7b0bd3 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 13 Dec 2022 18:33:04 +0000 Subject: [PATCH] chore(main): release capabilities 2.1.0 (#286) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/web3-storage/w3protocol/compare/capabilities-v2.0.0...capabilities-v2.1.0) (2022-12-13) ### Features * sync encode/decode delegations ([#276](https://github.com/web3-storage/w3protocol/issues/276)) ([ab981fb](https://github.com/web3-storage/w3protocol/commit/ab981fb6e33799153022c0f6d06c282917e7af7c)) ### Bug Fixes * make d1 spaces.metadata nullable and change to kysely ([#284](https://github.com/web3-storage/w3protocol/issues/284)) ([c8a9ce5](https://github.com/web3-storage/w3protocol/commit/c8a9ce544226b3c8456d45b15e29cec84894aeb8)), closes [#280](https://github.com/web3-storage/w3protocol/issues/280) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- packages/capabilities/CHANGELOG.md | 12 ++++++++++++ packages/capabilities/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a2188a66e..1dc8a9fa4 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "9.1.0", "packages/access-api": "3.0.0", - "packages/capabilities": "2.0.0", + "packages/capabilities": "2.1.0", "packages/upload-client": "5.1.0" } diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 151b50ca5..a3164714a 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3protocol/compare/capabilities-v2.0.0...capabilities-v2.1.0) (2022-12-13) + + +### Features + +* sync encode/decode delegations ([#276](https://github.com/web3-storage/w3protocol/issues/276)) ([ab981fb](https://github.com/web3-storage/w3protocol/commit/ab981fb6e33799153022c0f6d06c282917e7af7c)) + + +### Bug Fixes + +* make d1 spaces.metadata nullable and change to kysely ([#284](https://github.com/web3-storage/w3protocol/issues/284)) ([c8a9ce5](https://github.com/web3-storage/w3protocol/commit/c8a9ce544226b3c8456d45b15e29cec84894aeb8)), closes [#280](https://github.com/web3-storage/w3protocol/issues/280) + ## [2.0.0](https://github.com/web3-storage/w3protocol/compare/capabilities-v1.0.0...capabilities-v2.0.0) (2022-12-07) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index 909b7bec4..94a61b11e 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "2.0.0", + "version": "2.1.0", "description": "Capabilities provided by web3.storage", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", "repository": {