Skip to content

Commit

Permalink
Version Packages (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and emmatown committed Nov 2, 2019
1 parent fb5dc32 commit 503f11d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-bottles-itch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/is-prop-valid

## 0.8.5

### Patch Changes

- [`5e17e456`](https://github.com/emotion-js/emotion/commit/5e17e456a66857bb3a3a5b39c9cd8f8dd89301e5) [#1596](https://github.com/emotion-js/emotion/pull/1596) Thanks [@Andarist](https://github.com/Andarist)! - Added Flow types to the package.

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/is-prop-valid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "0.8.4",
"version": "0.8.5",
"description": "A function to check whether a prop is valid for HTML and SVG elements",
"main": "dist/is-prop-valid.cjs.js",
"module": "dist/is-prop-valid.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/primitives

## 10.0.24

### Patch Changes

- Updated dependencies [[`5e17e456`](https://github.com/emotion-js/emotion/commit/5e17e456a66857bb3a3a5b39c9cd8f8dd89301e5)]:
- @emotion/is-prop-valid@0.8.5

## 10.0.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@emotion/primitives",
"version": "10.0.23",
"version": "10.0.24",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"files": [
"src",
"dist"
],
"dependencies": {
"@emotion/is-prop-valid": "0.8.4",
"@emotion/is-prop-valid": "0.8.5",
"@emotion/primitives-core": "10.0.22",
"babel-plugin-emotion": "^10.0.23"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/styled-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/styled-base

## 10.0.24

### Patch Changes

- Updated dependencies [[`5e17e456`](https://github.com/emotion-js/emotion/commit/5e17e456a66857bb3a3a5b39c9cd8f8dd89301e5)]:
- @emotion/is-prop-valid@0.8.5

## 10.0.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled-base",
"version": "10.0.23",
"version": "10.0.24",
"description": "base styled API for emotion",
"main": "dist/styled-base.cjs.js",
"module": "dist/styled-base.esm.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/is-prop-valid": "0.8.4",
"@emotion/is-prop-valid": "0.8.5",
"@emotion/serialize": "^0.11.14",
"@emotion/utils": "0.11.2"
},
Expand Down

0 comments on commit 503f11d

Please sign in to comment.