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 Jul 7, 2021
1 parent 06dd54e commit c9efa75
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/proud-gifts-knock.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stacks/ui-core

## 7.4.0

### Minor Changes

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

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/ui-core",
"version": "7.3.0",
"version": "7.4.0",
"author": "Thomas Osmonson",
"dependencies": {
"@styled-system/should-forward-prop": "5.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stacks/ui-theme

## 7.6.0

### Minor Changes

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

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacks/ui-theme",
"description": "System UI spec theme for Stacks related projects",
"version": "7.5.0",
"version": "7.6.0",
"author": "Blockstack <[email protected]> (https://blockstack.org/)",
"dependencies": {
"type-fest": "1.2.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stacks/ui-utils

## 7.5.1

### Patch Changes

- Updated dependencies [[`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c)]:
- @stacks/ui-theme@7.6.0

## 7.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@stacks/ui-utils",
"description": "UI utilities for Stacks UI based projects.",
"version": "7.5.0",
"version": "7.5.1",
"author": "Blockstack <[email protected]> (https://blockstack.org/)",
"dependencies": {
"@blockstack/stacks-blockchain-api-types": "0.55.3",
"@stacks/ui-theme": "7.5.0",
"@stacks/ui-theme": "7.6.0",
"@types/big.js": "6.1.1",
"big.js": "6.1.1",
"c32check": "1.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @stacks/ui

## 7.11.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`06dd54e`](https://github.com/blockstack/ui/commit/06dd54e0283fe0863861a3a9747a1845b028000c)]:
- @stacks/ui-core@7.4.0
- @stacks/ui-theme@7.6.0
- @stacks/ui-utils@7.5.1

## 7.10.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@stacks/ui",
"description": "Stacks UI components built using React, emotion, and @stacks/core-ui.",
"version": "7.10.0",
"version": "7.11.0",
"author": "Blockstack <[email protected]> (https://blockstack.org/)",
"dependencies": {
"@reach/alert": "0.15.2",
"@reach/auto-id": "0.15.2",
"@reach/rect": "0.15.2",
"@react-spectrum/utils": "3.6.1",
"@stacks/ui-core": "7.3.0",
"@stacks/ui-theme": "7.5.0",
"@stacks/ui-utils": "7.5.0",
"@stacks/ui-core": "7.4.0",
"@stacks/ui-theme": "7.6.0",
"@stacks/ui-utils": "7.5.1",
"@styled-system/should-forward-prop": "5.1.5",
"@styled-system/theme-get": "5.1.2",
"@tippyjs/react": "4.2.5",
Expand Down

0 comments on commit c9efa75

Please sign in to comment.