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 Mar 22, 2023
1 parent 579aefe commit bdeb8bd
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-deers-attack.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.3

### Patch Changes

- Updated dependencies [[`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6)]:
- [email protected]

## 1.1.2

### 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.2",
"version": "1.1.3",
"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.5

### Patch Changes

- [#178](https://github.com/fungible-systems/micro-stacks/pull/178) [`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6) Thanks [@pradel](https://github.com/pradel)! - Handle zonefiles with multiple uri.

## 1.1.4

### 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.4",
"version": "1.1.5",
"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.7

### Patch Changes

- Updated dependencies [[`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6)]:
- [email protected]
- @micro-stacks/client@1.1.3
- @micro-stacks/react@1.0.7

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.7

### Patch Changes

- Updated dependencies [[`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6)]:
- [email protected]
- @micro-stacks/client@1.1.3

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.7

### Patch Changes

- Updated dependencies [[`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6)]:
- [email protected]
- @micro-stacks/client@1.1.3

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.7

### Patch Changes

- Updated dependencies [[`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6)]:
- [email protected]
- @micro-stacks/client@1.1.3

## 1.0.6

### 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.6",
"version": "1.0.7",
"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.7

### Patch Changes

- Updated dependencies [[`579aefe4`](https://github.com/fungible-systems/micro-stacks/commit/579aefe4d82c9e26b8d58e76c2d2948e36af58a6)]:
- [email protected]
- @micro-stacks/client@1.1.3

## 1.0.6

### 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.6",
"version": "1.0.7",
"description": "Opinionated Vue integration for micro-stacks.",
"files": [
"dist"
Expand Down

1 comment on commit bdeb8bd

@vercel
Copy link

@vercel vercel bot commented on bdeb8bd Mar 22, 2023

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.