Skip to content

Commit

Permalink
chore: release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leather-bot authored and alter-eggo committed Aug 15, 2024
1 parent 3ccf446 commit 6d61f17
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/mobile": "1.23.0",
"apps/mobile": "1.23.1",
"packages/bitcoin": "0.11.0",
"packages/constants": "0.9.0",
"packages/eslint-config": "0.6.1",
Expand All @@ -12,5 +12,6 @@
"packages/rpc": "2.1.4",
"packages/ui": "1.12.0",
"packages/utils": "0.13.0",
"packages/crypto": "1.4.0"
"packages/crypto": "1.4.0",
"packages/stacks": "1.0.0"
}
6 changes: 6 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@
* dependencies
* @leather.io/ui bumped to 1.9.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/stacks bumped to 1.0.0

## [1.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.23.0) (2024-08-15)


Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leather.io/mobile",
"version": "1.23.0",
"version": "1.23.1",
"type": "module",
"scripts": {
"android": "expo run:android",
Expand Down
13 changes: 13 additions & 0 deletions packages/stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2024-08-15)


### Features

* **stacks:** key generation ([df20f5a](https://github.com/leather-io/mono/commit/df20f5ac4b9453821a2b3c3b48307f97fab496fe))


### Bug Fixes

* improve watch mode ([38e257c](https://github.com/leather-io/mono/commit/38e257c31384ba96b521164891c65016baa12a19))
2 changes: 1 addition & 1 deletion packages/stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/stacks",
"author": "leather.io",
"description": "Stacks package for Leather",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6d61f17

Please sign in to comment.