Skip to content

Commit ea3533f

Browse files
github-actions[bot]aulneau
authored andcommitted
Version Packages
1 parent 339abb6 commit ea3533f

File tree

15 files changed

+61
-12
lines changed

15 files changed

+61
-12
lines changed

.changeset/lovely-plums-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @micro-stacks/client
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`339abb66`](https://github.com/fungible-systems/micro-stacks/commit/339abb6647e14ea6b004c458d0a7687709292d9d)]:
8+
9+
310
## 1.1.0
411

512
### Minor Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"description": "Session client for Stacks apps using micro-stacks",
99
"files": [
1010
"dist"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# micro-stacks
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#163](https://github.com/fungible-systems/micro-stacks/pull/163) [`339abb66`](https://github.com/fungible-systems/micro-stacks/commit/339abb6647e14ea6b004c458d0a7687709292d9d) Thanks [@aulneau](https://github.com/aulneau)! - This update changes the default prefix used to encode messages that are signed by the wallets in prep for the updated message signing prefix that the ledger app will support.
8+
39
## 1.1.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.1.2",
7+
"version": "1.1.3",
88
"description": "Tiny libraries for building Stacks apps.",
99
"files": [
1010
"dist"

packages/jotai/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @micro-stacks/jotai
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`339abb66`](https://github.com/fungible-systems/micro-stacks/commit/339abb6647e14ea6b004c458d0a7687709292d9d)]:
8+
9+
- @micro-stacks/client@1.1.1
10+
- @micro-stacks/react@1.0.5
11+
312
## 1.0.4
413

514
### Patch Changes

packages/jotai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.0.4",
7+
"version": "1.0.5",
88
"description": "Opinionated React integration for micro-stacks.",
99
"files": [
1010
"dist"

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @micro-stacks/react
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`339abb66`](https://github.com/fungible-systems/micro-stacks/commit/339abb6647e14ea6b004c458d0a7687709292d9d)]:
8+
9+
- @micro-stacks/client@1.1.1
10+
311
## 1.0.4
412

513
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.0.4",
7+
"version": "1.0.5",
88
"description": "Opinionated React integration for micro-stacks.",
99
"files": [
1010
"dist"

packages/solidjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @micro-stacks/solidjs
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`339abb66`](https://github.com/fungible-systems/micro-stacks/commit/339abb6647e14ea6b004c458d0a7687709292d9d)]:
8+
9+
- @micro-stacks/client@1.1.1
10+
311
## 1.0.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)