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 Dec 1, 2020
1 parent 59953ff commit 295f0b4
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-jeans-camp.md

This file was deleted.

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

## 5.0.0

### Patch Changes

- Updated dependencies [59953ff]
- @stacks/ui@5.0.0
- @stacks/ui-theme@5.0.0
- @stacks/ui-utils@5.0.0

## 4.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/ui-core",
"version": "4.0.2",
"version": "5.0.0",
"author": "Thomas Osmonson",
"dependencies": {
"@styled-system/should-forward-prop": "^5.1.5",
Expand Down Expand Up @@ -35,9 +35,9 @@
"peerDependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.1",
"@stacks/ui": "^4.0.1",
"@stacks/ui-utils": "^4.0.1",
"@stacks/ui-theme": "^4.0.1",
"@stacks/ui": "^5.0.0",
"@stacks/ui-utils": "^5.0.0",
"@stacks/ui-theme": "^5.0.0",
"react": "^17.0.1"
},
"prettier": "@blockstack/prettier-config",
Expand Down
10 changes: 10 additions & 0 deletions packages/ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# @stacks/ui-theme

## 5.0.0

### Patch Changes

- Updated dependencies [59953ff]
- @stacks/ui@5.0.0
- @stacks/ui-core@5.0.0
- @stacks/ui-utils@5.0.0

## 1.1.2

### Patch Changes

- Convert units from numbers to pixel values.
8 changes: 4 additions & 4 deletions 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": "4.0.1",
"version": "5.0.0",
"author": "Blockstack <[email protected]> (https://blockstack.org/)",
"dependencies": {
"type-fest": "^0.20.2",
Expand All @@ -16,9 +16,9 @@
"typescript": "^4.1.2"
},
"peerDependencies": {
"@stacks/ui": "^4.0.1",
"@stacks/ui-utils": "^4.0.1",
"@stacks/ui-core": "^4.0.1"
"@stacks/ui": "^5.0.0",
"@stacks/ui-utils": "^5.0.0",
"@stacks/ui-core": "^5.0.0"
},
"files": [
"dist"
Expand Down
10 changes: 10 additions & 0 deletions packages/ui-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# @stacks/ui-utils

## 5.0.0

### Patch Changes

- Updated dependencies [59953ff]
- @stacks/ui@5.0.0
- @stacks/ui-core@5.0.0
- @stacks/ui-theme@5.0.0

## 1.0.1

### Patch Changes

- Initial release of package.
8 changes: 4 additions & 4 deletions packages/ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacks/ui-utils",
"description": "UI utilities for Stacks UI based projects.",
"version": "4.0.1",
"version": "5.0.0",
"author": "Blockstack <[email protected]> (https://blockstack.org/)",
"dependencies": {
"@blockstack/stacks-blockchain-api-types": "^0.34.1",
Expand All @@ -12,9 +12,9 @@
"typescript": "^4.1.2"
},
"peerDependencies": {
"@stacks/ui": "^4.0.1",
"@stacks/ui-theme": "^4.0.1",
"@stacks/ui-core": "^4.0.1"
"@stacks/ui": "^5.0.0",
"@stacks/ui-theme": "^5.0.0",
"@stacks/ui-core": "^5.0.0"
},
"devDependencies": {
"@blockstack/prettier-config": "^0.0.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @stacks/ui

## 5.0.0

### Minor Changes

- 59953ff: Bump package versions

### Patch Changes

- @stacks/ui-core@5.0.0
- @stacks/ui-theme@5.0.0
- @stacks/ui-utils@5.0.0

## 4.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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/system-ui.",
"version": "4.0.1",
"version": "5.0.0",
"author": "Blockstack <[email protected]> (https://blockstack.org/)",
"dependencies": {
"@popperjs/core": "^2.4.0",
"@reach/alert": "^0.12.1",
"@reach/auto-id": "^0.12.1",
"@reach/rect": "^0.12.1",
"@stacks/ui-core": "^4.0.2",
"@stacks/ui-theme": "^4.0.1",
"@stacks/ui-utils": "^4.0.1",
"@stacks/ui-core": "^5.0.0",
"@stacks/ui-theme": "^5.0.0",
"@stacks/ui-utils": "^5.0.0",
"@styled-system/should-forward-prop": "^5.1.5",
"@styled-system/theme-get": "^5.1.2",
"@types/flushable": "^1.0.1",
Expand Down Expand Up @@ -52,9 +52,9 @@
"peerDependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.1",
"@stacks/ui-core": "^4.0.1",
"@stacks/ui-theme": "^4.0.1",
"@stacks/ui-utils": "^4.0.1",
"@stacks/ui-core": "^5.0.0",
"@stacks/ui-theme": "^5.0.0",
"@stacks/ui-utils": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down

0 comments on commit 295f0b4

Please sign in to comment.