From 85f448fb95734e15c862655b8ac6981a74ea223d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Wed, 28 Feb 2024 14:54:49 +0100 Subject: [PATCH 1/2] build: bump to `0.7.0` --- package.json | 2 +- packages/arch3-core/package.json | 2 +- packages/arch3-proto/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4a727b5..2b07008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3.js", - "version": "0.6.0", + "version": "0.7.0", "description": "The all-in-one library for your awesome Archway dApp", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", diff --git a/packages/arch3-core/package.json b/packages/arch3-core/package.json index 0993ef6..c7ef52e 100644 --- a/packages/arch3-core/package.json +++ b/packages/arch3-core/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-core", - "version": "0.6.0", + "version": "0.7.0", "description": "Core library to interact with Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", diff --git a/packages/arch3-proto/package.json b/packages/arch3-proto/package.json index 4cc1cb5..2e33fcb 100644 --- a/packages/arch3-proto/package.json +++ b/packages/arch3-proto/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-proto", - "version": "0.6.0", + "version": "0.7.0", "description": "Protobuf definitions and RPC clients for the Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", From 2e0968c5a72a7dcad5c899877b9cc17b9abed4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Wed, 28 Feb 2024 14:55:15 +0100 Subject: [PATCH 2/2] chore: update release date --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7040b4f..5a21a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## v0.7.0 (Unreleased) +## v0.7.0 (2024-02-28) ### BREAKING CHANGES @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). of `@cosmology/telescope` (#115) - update codegen script and compile proto files (#115) -## v0.6.0 (2023-02-06) +## v0.6.0 (2024-02-06) ### BREAKING CHANGES