Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and aulneau committed Sep 24, 2022
1 parent 472bbd9 commit 2b3d6d0
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-dolphins-develop.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @micro-stacks/client

## 1.1.2

### Patch Changes

- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
- micro-stacks@1.1.4

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.1.2",
"description": "Session client for Stacks apps using micro-stacks",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# micro-stacks

## 1.1.4

### Patch Changes

- [#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.

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.3",
"version": "1.1.4",
"description": "Tiny libraries for building Stacks apps.",
"files": [
"dist"
Expand Down
9 changes: 9 additions & 0 deletions packages/jotai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @micro-stacks/jotai

## 1.0.6

### Patch Changes

- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
- micro-stacks@1.1.4
- @micro-stacks/client@1.1.2
- @micro-stacks/react@1.0.6

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jotai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.5",
"version": "1.0.6",
"description": "Opinionated React integration for micro-stacks.",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @micro-stacks/react

## 1.0.6

### Patch Changes

- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
- micro-stacks@1.1.4
- @micro-stacks/client@1.1.2

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.5",
"version": "1.0.6",
"description": "Opinionated React integration for micro-stacks.",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/solidjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @micro-stacks/solidjs

## 1.0.6

### Patch Changes

- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
- micro-stacks@1.1.4
- @micro-stacks/client@1.1.2

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solidjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.5",
"version": "1.0.6",
"description": "Opinionated Solid.js integration for micro-stacks.",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @micro-stacks/svelte

## 1.0.6

### Patch Changes

- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
- micro-stacks@1.1.4
- @micro-stacks/client@1.1.2

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-stacks/svelte",
"version": "1.0.5",
"version": "1.0.6",
"description": "Opinionated svelte integration for micro-stacks.",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @micro-stacks/vue

## 1.0.6

### Patch Changes

- Updated dependencies [[`472bbd9c`](https://github.com/fungible-systems/micro-stacks/commit/472bbd9cb750c2adeadd3763725c346eaa435992)]:
- micro-stacks@1.1.4
- @micro-stacks/client@1.1.2

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.5",
"version": "1.0.6",
"description": "Opinionated Vue integration for micro-stacks.",
"files": [
"dist"
Expand Down

1 comment on commit 2b3d6d0

@vercel
Copy link

@vercel vercel bot commented on 2b3d6d0 Sep 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.