Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #34

Merged
merged 1 commit into from
Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-falcons-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-parrots-unite.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-poems-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-queens-pretend.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- f4b3cf0: Badge now accepts react nodes (not just strings)

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@precursor/badge",
"version": "0.1.4",
"version": "0.1.5",
"description": "Badge component",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @precursor/button

## 0.1.7

### Patch Changes

- f4b3cf0: Button now has a loading state
- 9bf16ae: Button styling improvements
- Updated dependencies [9bf16ae]
- Updated dependencies [f4b3cf0]
- @precursor/[email protected]
- @precursor/[email protected]

## 0.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@precursor/button",
"version": "0.1.6",
"version": "0.1.7",
"description": "button component",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@precursor/spinner": "^0.1.0",
"@precursor/theme": "^0.1.5",
"@precursor/spinner": "^0.1.1",
"@precursor/theme": "^0.1.6",
"@trousers/collector": "^3.0.2",
"@trousers/core": "^3.0.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/components/label/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @precursor/label

## 0.1.6

### Patch Changes

- 9bf16ae: Button styling improvements

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@precursor/label",
"version": "0.1.5",
"version": "0.1.6",
"description": "label component",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/spinner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @precursor/spinner

## 0.1.1

### Patch Changes

- f4b3cf0: New Spinner component ✨
2 changes: 1 addition & 1 deletion packages/components/spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@precursor/spinner",
"version": "0.1.0",
"version": "0.1.1",
"description": "spinner component",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/theming/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @precursor/theme

## 0.1.6

### Patch Changes

- 9bf16ae: Button styling improvements

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theming/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@precursor/theme",
"version": "0.1.5",
"version": "0.1.6",
"description": "Theme component",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down