From 653e514b236f613f0bbb5e8633ab843370bea089 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 25 Oct 2022 12:25:36 +0100 Subject: [PATCH] chore(main): release access 3.0.0 (#104) --- .github/release-please-manifest.json | 2 +- packages/access/CHANGELOG.md | 17 +++++++++++++++++ packages/access/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index fca2f4892..0c8659331 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/wallet": "1.0.0", - "packages/access": "2.1.1", + "packages/access": "3.0.0", "packages/access-api": "3.0.0", "packages/store": "2.0.0" } diff --git a/packages/access/CHANGELOG.md b/packages/access/CHANGELOG.md index da6c75f4c..7b486a039 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/web3-storage/w3-protocol/compare/access-v2.1.1...access-v3.0.0) (2022-10-24) + + +### ⚠ BREAKING CHANGES + +* bump to 0.9 (#116) + +### Features + +* bump to 0.9 ([#116](https://github.com/web3-storage/w3-protocol/issues/116)) ([3e0b63f](https://github.com/web3-storage/w3-protocol/commit/3e0b63f38aace3a86655a1aa40e529c1501dc136)) +* use modules and setup ([#99](https://github.com/web3-storage/w3-protocol/issues/99)) ([b060c0b](https://github.com/web3-storage/w3-protocol/commit/b060c0b299ee55dbe7820231c63be90129a39652)), closes [#98](https://github.com/web3-storage/w3-protocol/issues/98) + + +### Bug Fixes + +* 0.9 ([#78](https://github.com/web3-storage/w3-protocol/issues/78)) ([1b1ed01](https://github.com/web3-storage/w3-protocol/commit/1b1ed01d537e88bbdeb5ea2aeb967b27bd11f87d)) + ## [2.1.1](https://github.com/web3-storage/w3-protocol/compare/access-v2.1.0...access-v2.1.1) (2022-10-10) diff --git a/packages/access/package.json b/packages/access/package.json index f1fc97557..1548a6bdb 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "2.1.1", + "version": "3.0.0", "description": "w3access SDK", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access", "repository": {