Skip to content

Commit c9efa75

Browse files
github-actions[bot]aulneau
authored andcommitted
Version Packages
1 parent 06dd54e commit c9efa75

9 files changed

Lines changed: 40 additions & 15 deletions

File tree

.changeset/proud-gifts-knock.md

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

packages/ui-core/CHANGELOG.md

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

3+
## 7.4.0
4+
5+
### Minor Changes
6+
7+
- [#115](https://github.com/blockstack/ui/pull/115) [`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This adds storybook to the ui library!
8+
39
## 7.3.0
410

511
### Minor Changes

packages/ui-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/ui-core",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"author": "Thomas Osmonson",
55
"dependencies": {
66
"@styled-system/should-forward-prop": "5.1.5",

packages/ui-theme/CHANGELOG.md

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

3+
## 7.6.0
4+
5+
### Minor Changes
6+
7+
- [#115](https://github.com/blockstack/ui/pull/115) [`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This adds storybook to the ui library!
8+
39
## 7.5.0
410

511
### Minor Changes

packages/ui-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacks/ui-theme",
33
"description": "System UI spec theme for Stacks related projects",
4-
"version": "7.5.0",
4+
"version": "7.6.0",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
66
"dependencies": {
77
"type-fest": "1.2.1",

packages/ui-utils/CHANGELOG.md

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

3+
## 7.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c)]:
8+
- @stacks/ui-theme@7.6.0
9+
310
## 7.5.0
411

512
### Minor Changes

packages/ui-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@stacks/ui-utils",
33
"description": "UI utilities for Stacks UI based projects.",
4-
"version": "7.5.0",
4+
"version": "7.5.1",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
66
"dependencies": {
77
"@blockstack/stacks-blockchain-api-types": "0.55.3",
8-
"@stacks/ui-theme": "7.5.0",
8+
"@stacks/ui-theme": "7.6.0",
99
"@types/big.js": "6.1.1",
1010
"big.js": "6.1.1",
1111
"c32check": "1.1.2",

packages/ui/CHANGELOG.md

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

3+
## 7.11.0
4+
5+
### Minor Changes
6+
7+
- [#115](https://github.com/blockstack/ui/pull/115) [`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c) Thanks [@fbwoolf](https://github.com/fbwoolf)! - This adds storybook to the ui library!
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c)]:
12+
- @stacks/ui-core@7.4.0
13+
- @stacks/ui-theme@7.6.0
14+
- @stacks/ui-utils@7.5.1
15+
316
## 7.10.0
417

518
### Minor Changes

packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@stacks/ui",
33
"description": "Stacks UI components built using React, emotion, and @stacks/core-ui.",
4-
"version": "7.10.0",
4+
"version": "7.11.0",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
66
"dependencies": {
77
"@reach/alert": "0.15.2",
88
"@reach/auto-id": "0.15.2",
99
"@reach/rect": "0.15.2",
1010
"@react-spectrum/utils": "3.6.1",
11-
"@stacks/ui-core": "7.3.0",
12-
"@stacks/ui-theme": "7.5.0",
13-
"@stacks/ui-utils": "7.5.0",
11+
"@stacks/ui-core": "7.4.0",
12+
"@stacks/ui-theme": "7.6.0",
13+
"@stacks/ui-utils": "7.5.1",
1414
"@styled-system/should-forward-prop": "5.1.5",
1515
"@styled-system/theme-get": "5.1.2",
1616
"@tippyjs/react": "4.2.5",

0 commit comments

Comments
 (0)