Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 2, 2020
1 parent 446e756 commit 870211a
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-kings-remain.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# babel-plugin-emotion

## 10.0.29

### Patch Changes

- Updated dependencies [[`446e756`](https://github.com/emotion-js/emotion/commit/446e75661c4aa01e51d1466472a212940c19cd82)]:
- @emotion/hash@0.8.0
- @emotion/serialize@0.11.16

## 10.0.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "10.0.28",
"version": "10.0.29",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/babel-plugin-emotion.cjs.js",
"module": "dist/babel-plugin-emotion.esm.js",
Expand All @@ -11,9 +11,9 @@
],
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@emotion/hash": "0.7.4",
"@emotion/hash": "0.8.0",
"@emotion/memoize": "0.7.4",
"@emotion/serialize": "^0.11.15",
"@emotion/serialize": "^0.11.16",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"convert-source-map": "^1.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/cache

## 10.0.29

### Patch Changes

- Updated dependencies [[`446e756`](https://github.com/emotion-js/emotion/commit/446e75661c4aa01e51d1466472a212940c19cd82)]:
- @emotion/hash@0.8.0

## 10.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "10.0.27",
"version": "10.0.29",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
Expand All @@ -21,7 +21,7 @@
"@emotion/weak-memoize": "0.2.5"
},
"devDependencies": {
"@emotion/hash": "0.7.4",
"@emotion/hash": "0.8.0",
"dtslint": "^0.3.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/hash

## 0.8.0

### Minor Changes

- [`446e756`](https://github.com/emotion-js/emotion/commit/446e75661c4aa01e51d1466472a212940c19cd82) [#1775](https://github.com/emotion-js/emotion/pull/1775) Thanks [@kripod](https://github.com/kripod)! - Optimized hashing for performance while also reducing the size of the function.

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/hash",
"version": "0.7.4",
"version": "0.8.0",
"description": "A MurmurHash2 implementation",
"main": "dist/hash.cjs.js",
"module": "dist/hash.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/serialize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/serialize

## 0.11.16

### Patch Changes

- Updated dependencies [[`446e756`](https://github.com/emotion-js/emotion/commit/446e75661c4aa01e51d1466472a212940c19cd82)]:
- @emotion/hash@0.8.0

## 0.11.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/serialize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "0.11.15",
"version": "0.11.16",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
Expand All @@ -14,7 +14,7 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/hash": "0.7.4",
"@emotion/hash": "0.8.0",
"@emotion/memoize": "0.7.4",
"@emotion/unitless": "0.7.5",
"@emotion/utils": "0.11.3",
Expand Down

0 comments on commit 870211a

Please sign in to comment.