Skip to content

Commit 2b3d6d0

Browse files
github-actions[bot]aulneau
authored andcommitted
Version Packages
1 parent 472bbd9 commit 2b3d6d0

File tree

15 files changed

+61
-12
lines changed

15 files changed

+61
-12
lines changed

.changeset/three-dolphins-develop.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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
8+
9+
310
## 1.1.1
411

512
### Patch 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.1",
7+
"version": "1.1.2",
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.4
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/fungible-systems/micro-stacks/pull/165) [`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992) Thanks [@aulneau](https://github.com/aulneau)! - This update fixes a small bug where the nullish operator would always return a value and prevent legacy hashed messages from being verified.
8+
39
## 1.1.3
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.3",
7+
"version": "1.1.4",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
8+
9+
- @micro-stacks/client@1.1.2
10+
- @micro-stacks/react@1.0.6
11+
312
## 1.0.5
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.5",
7+
"version": "1.0.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
8+
9+
- @micro-stacks/client@1.1.2
10+
311
## 1.0.5
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.5",
7+
"version": "1.0.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
8+
9+
- @micro-stacks/client@1.1.2
10+
311
## 1.0.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)