Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2019
1 parent 7903605 commit e17abef
Show file tree
Hide file tree
Showing 15 changed files with 112 additions and 24 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
},
"changesets": [
"long-apes-admire",
"curvy-timers-decide",
"flat-adults-add",
"light-mice-relate",
"rare-books-own",
"rare-toes-grow",
"strange-pumas-suffer"
"strange-pumas-suffer",
"two-baboons-mate"
]
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/core

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967), [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- @emotion/styled@11.0.0-next.2
- [email protected]

## 11.0.0-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/styled": "^11.0.0-next.1",
"@emotion/styled": "^11.0.0-next.2",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"emotion": "^11.0.0-next.0",
"emotion-server": "^11.0.0-next.0",
"emotion-theming": "^11.0.0-next.1",
"emotion-theming": "^11.0.0-next.2",
"html-tag-names": "^1.1.2",
"react": "^16.11.0",
"svg-tag-names": "^1.1.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/emotion-theming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# emotion-theming

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967), [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- @emotion/styled@11.0.0-next.2
- @emotion/core@11.0.0-next.2

## 11.0.0-next.1

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/emotion-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-theming",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"description": "A CSS-in-JS theming solution, inspired by styled-components",
"main": "dist/emotion-theming.cjs.js",
"module": "dist/emotion-theming.esm.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://emotion.sh",
"devDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/styled": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"@emotion/styled": "^11.0.0-next.2",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"react": "^16.11.0"
Expand All @@ -44,7 +44,7 @@
"hoist-non-react-statics": "^3.3.0"
},
"peerDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"react": ">=16.8.0"
},
"umd:main": "dist/emotion-theming.umd.min.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/native

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- [email protected]
- @emotion/primitives-core@11.0.0-next.2

## 11.0.0-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"description": "Style and render React Native components using emotion",
"main": "dist/native.cjs.js",
"module": "dist/native.esm.js",
Expand All @@ -12,12 +12,12 @@
"dist"
],
"devDependencies": {
"emotion-theming": "^11.0.0-next.1",
"emotion-theming": "^11.0.0-next.2",
"react": "^16.11.0",
"react-native": "^0.57.0"
},
"dependencies": {
"@emotion/primitives-core": "11.0.0-next.1"
"@emotion/primitives-core": "11.0.0-next.2"
},
"peerDependencies": {
"react-native": ">=0.14.0 <1"
Expand Down
11 changes: 11 additions & 0 deletions packages/primitives-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @emotion/primitives-core

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- @emotion/core@11.0.0-next.2

## 11.0.0-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"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.1",
"@emotion/core": "^11.0.0-next.2",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"react": "^16.11.0"
},
"homepage": "https://emotion.sh",
Expand Down
12 changes: 12 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/primitives

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- [email protected]
- @emotion/primitives-core@11.0.0-next.2

## 11.0.0-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"scripts": {
Expand All @@ -12,15 +12,15 @@
],
"dependencies": {
"@emotion/is-prop-valid": "0.8.5",
"@emotion/primitives-core": "11.0.0-next.1",
"@emotion/primitives-core": "11.0.0-next.2",
"babel-plugin-emotion": "^11.0.0-next.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-primitives": "^0.7.0"
},
"devDependencies": {
"emotion-theming": "^11.0.0-next.1",
"emotion-theming": "^11.0.0-next.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"react": "^16.11.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/styled-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @emotion/styled-base

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove support for deprecated `innerRef` prop

* [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- @emotion/core@11.0.0-next.2

## 11.0.0-next.1

### Major Changes
Expand Down
6 changes: 3 additions & 3 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": "11.0.0-next.1",
"version": "11.0.0-next.2",
"description": "base styled API for emotion",
"main": "dist/styled-base.cjs.js",
"module": "dist/styled-base.esm.js",
Expand All @@ -21,13 +21,13 @@
"@emotion/utils": "0.11.2"
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
"peerDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"react": ">=16.8.0"
},
"publishConfig": {
Expand Down
14 changes: 14 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @emotion/styled

## 11.0.0-next.2

### Major Changes

- [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove support for deprecated `innerRef` prop

* [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967) [#967](https://github.com/emotion-js/emotion/pull/967) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use hooks internally for improved bundle size and a better tree in React DevTools

### Patch Changes

- Updated dependencies [[`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967), [`79036056`](https://github.com/emotion-js/emotion/commit/79036056808eefc81a77225254f7c25c2ff9d967)]:
- @emotion/styled-base@11.0.0-next.2
- @emotion/core@11.0.0-next.2

## 11.0.0-next.1

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
Expand All @@ -11,16 +11,16 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/styled-base": "^11.0.0-next.1",
"@emotion/styled-base": "^11.0.0-next.2",
"babel-plugin-emotion": "^11.0.0-next.1"
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
"peerDependencies": {
"@emotion/core": "^11.0.0-next.1",
"@emotion/core": "^11.0.0-next.2",
"react": ">=16.8.0"
},
"publishConfig": {
Expand Down

0 comments on commit e17abef

Please sign in to comment.