Skip to content

Commit

Permalink
Version Packages (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Andarist committed Nov 26, 2019
1 parent 729ef9d commit 0b817da
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Expand Up @@ -51,6 +51,7 @@
"giant-oranges-impress",
"gorgeous-steaks-report",
"large-snakes-ring",
"lazy-elephants-stare",
"light-mice-relate",
"mean-deers-confess",
"modern-grapes-obey",
Expand All @@ -64,6 +65,7 @@
"spotty-llamas-mate",
"strange-pumas-suffer",
"stupid-radios-draw",
"tender-steaks-melt",
"tricky-cameras-notice",
"two-baboons-mate",
"two-kiwis-give",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/core

## 11.0.0-next.7

### Patch Changes

- [`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Fix to what location generated source maps are pointing in case of composed styles.
- Updated dependencies [[`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403), [`729ef9d8`](https://github.com/emotion-js/emotion/commit/729ef9d8408af82c7a63effc1b8728f79c66bed1)]:
- @emotion/serialize@0.11.15-next.2
- @emotion/styled@11.0.0-next.7

## 11.0.0-next.6

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "11.0.0-next.6",
"version": "11.0.0-next.7",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
Expand All @@ -25,7 +25,7 @@
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0-next.6",
"@emotion/css": "^11.0.0-next.6",
"@emotion/serialize": "^0.11.15-next.1",
"@emotion/serialize": "^0.11.15-next.2",
"@emotion/sheet": "0.10.0-next.0",
"@emotion/utils": "0.11.2",
"@emotion/weak-memoize": "0.2.4",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/styled": "^11.0.0-next.6",
"@emotion/styled": "^11.0.0-next.7",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"emotion": "^11.0.0-next.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-emotion/CHANGELOG.md
@@ -1,5 +1,12 @@
# jest-emotion

## 11.0.0-next.7

### Patch Changes

- Updated dependencies [[`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403)]:
- @emotion/core@11.0.0-next.7

## 11.0.0-next.4

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-emotion",
"version": "11.0.0-next.4",
"version": "11.0.0-next.7",
"description": "Jest utilities for emotion",
"main": "dist/jest-emotion.cjs.js",
"types": "types/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"specificity": "^0.4.1"
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.4",
"@emotion/core": "^11.0.0-next.7",
"dtslint": "^0.3.0",
"emotion": "^11.0.0-next.0",
"enzyme-to-json": "^3.2.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/native

## 11.0.0-next.7

### Patch Changes

- Updated dependencies []:
- @emotion/primitives-core@11.0.0-next.7

## 11.0.0-next.6

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.0.0-next.6",
"version": "11.0.0-next.7",
"description": "Style and render React Native components using emotion",
"main": "dist/native.cjs.js",
"module": "dist/native.esm.js",
Expand All @@ -18,7 +18,7 @@
"react-native": "^0.57.0"
},
"dependencies": {
"@emotion/primitives-core": "11.0.0-next.6"
"@emotion/primitives-core": "11.0.0-next.7"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/primitives-core

## 11.0.0-next.7

### Patch Changes

- Updated dependencies [[`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403)]:
- @emotion/core@11.0.0-next.7

## 11.0.0-next.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.0.0-next.6",
"version": "11.0.0-next.7",
"description": "Shared utilities for emotion primitives and native",
"main": "dist/primitives-core.cjs.js",
"module": "dist/primitives-core.esm.js",
Expand All @@ -16,11 +16,11 @@
"css-to-react-native": "^2.2.1"
},
"peerDependencies": {
"@emotion/core": "^11.0.0-next.6",
"@emotion/core": "^11.0.0-next.7",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.6",
"@emotion/core": "^11.0.0-next.7",
"react": "^16.11.0"
},
"homepage": "https://emotion.sh",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/primitives

## 11.0.0-next.7

### Patch Changes

- Updated dependencies []:
- @emotion/primitives-core@11.0.0-next.7

## 11.0.0-next.6

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-next.6",
"version": "11.0.0-next.7",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
],
"dependencies": {
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/primitives-core": "11.0.0-next.6",
"@emotion/primitives-core": "11.0.0-next.7",
"babel-plugin-emotion": "^11.0.0-next.6"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/serialize

## 0.11.15-next.2

### Patch Changes

- [`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Fix to what location generated source maps are pointing in case of composed styles.

* [`729ef9d8`](https://github.com/emotion-js/emotion/commit/729ef9d8408af82c7a63effc1b8728f79c66bed1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Update `csstype` dependency.

## 0.11.15-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "0.11.15-next.1",
"version": "0.11.15-next.2",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/styled/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/styled

## 11.0.0-next.7

### Patch Changes

- Updated dependencies [[`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403), [`729ef9d8`](https://github.com/emotion-js/emotion/commit/729ef9d8408af82c7a63effc1b8728f79c66bed1)]:
- @emotion/core@11.0.0-next.7
- @emotion/serialize@0.11.15-next.2

## 11.0.0-next.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.0.0-next.6",
"version": "11.0.0-next.7",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
Expand All @@ -13,13 +13,13 @@
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/serialize": "^0.11.15-next.1",
"@emotion/serialize": "^0.11.15-next.2",
"@emotion/utils": "0.11.2",
"babel-plugin-emotion": "^11.0.0-next.6"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@emotion/core": "^11.0.0-next.6",
"@emotion/core": "^11.0.0-next.7",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/core": "^11.0.0-next.6",
"@emotion/core": "^11.0.0-next.7",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
Expand Down

0 comments on commit 0b817da

Please sign in to comment.