Skip to content

Commit

Permalink
Version Packages (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and emmatown committed Sep 17, 2019
1 parent ffc7c58 commit a8b9a7f
Show file tree
Hide file tree
Showing 24 changed files with 91 additions and 85 deletions.
4 changes: 0 additions & 4 deletions .changeset/dirty-owls-remain/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/dirty-owls-remain/changes.md

This file was deleted.

52 changes: 0 additions & 52 deletions .changeset/happy-socks-grab/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/happy-socks-grab/changes.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
@@ -1,5 +1,12 @@
# babel-plugin-emotion

## 10.0.19

- Updated dependencies [c81c0033]:
- @emotion/serialize@0.11.11
- @emotion/hash@0.7.3
- @emotion/memoize@0.7.3

## 10.0.17

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "10.0.17",
"version": "10.0.19",
"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.2",
"@emotion/memoize": "0.7.2",
"@emotion/serialize": "^0.11.10",
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/serialize": "^0.11.11",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"convert-source-map": "^1.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/cache

## 10.0.19

- Updated dependencies [c81c0033]:
- @emotion/hash@0.7.3
- @emotion/weak-memoize@0.2.4

## 10.0.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "10.0.17",
"version": "10.0.19",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
Expand All @@ -18,10 +18,10 @@
"@emotion/sheet": "0.9.3",
"@emotion/stylis": "0.8.4",
"@emotion/utils": "0.11.2",
"@emotion/weak-memoize": "0.2.3"
"@emotion/weak-memoize": "0.2.4"
},
"devDependencies": {
"@emotion/hash": "0.7.2",
"@emotion/hash": "0.7.3",
"dtslint": "^0.3.0"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/emotion-theming/CHANGELOG.md
@@ -1,5 +1,14 @@
# emotion-theming

## 10.0.19

### Patch Changes

- [ffc7c58c](https://github.com/emotion-js/emotion/commit/ffc7c58c13277c8f05861e2534fc2a85fff01b76) [#1509](https://github.com/emotion-js/emotion/pull/1509) Thanks [@XeeD](https://github.com/XeeD)! - Add TypeScript type definition for the useTheme hook in emotion-theming

- Updated dependencies [c81c0033]:
- @emotion/weak-memoize@0.2.4

## 10.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/emotion-theming/package.json
@@ -1,6 +1,6 @@
{
"name": "emotion-theming",
"version": "10.0.18",
"version": "10.0.19",
"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 @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/weak-memoize": "0.2.3",
"@emotion/weak-memoize": "0.2.4",
"hoist-non-react-statics": "^3.3.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hash/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/hash

## 0.7.3

### Patch Changes

- [c81c0033](https://github.com/emotion-js/emotion/commit/c81c0033c490210077da0e9c3f9fa1a22fcd9c96) [#1503](https://github.com/emotion-js/emotion/pull/1503) Thanks [@Andarist](https://github.com/Andarist)! - Add TS types to util packages - hash, memoize & weak-memoize

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/hash",
"version": "0.7.2",
"version": "0.7.3",
"description": "A MurmurHash2 implementation",
"main": "dist/hash.cjs.js",
"module": "dist/hash.esm.js",
Expand All @@ -25,4 +25,4 @@
"./dist/hash.cjs.js": "./dist/hash.browser.cjs.js",
"./dist/hash.esm.js": "./dist/hash.browser.esm.js"
}
}
}
5 changes: 5 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
@@ -1,5 +1,10 @@
# @emotion/is-prop-valid

## 0.8.3

- Updated dependencies [c81c0033]:
- @emotion/memoize@0.7.3

## 0.8.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/is-prop-valid/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "0.8.2",
"version": "0.8.3",
"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 All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@emotion/memoize": "0.7.2"
"@emotion/memoize": "0.7.3"
},
"devDependencies": {
"dtslint": "^0.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/memoize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/memoize

## 0.7.3

### Patch Changes

- [c81c0033](https://github.com/emotion-js/emotion/commit/c81c0033c490210077da0e9c3f9fa1a22fcd9c96) [#1503](https://github.com/emotion-js/emotion/pull/1503) Thanks [@Andarist](https://github.com/Andarist)! - Add TS types to util packages - hash, memoize & weak-memoize

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/memoize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/memoize",
"version": "0.7.2",
"version": "0.7.3",
"description": "emotion's memoize utility",
"main": "dist/memoize.cjs.js",
"module": "dist/memoize.esm.js",
Expand All @@ -25,4 +25,4 @@
"./dist/memoize.cjs.js": "./dist/memoize.browser.cjs.js",
"./dist/memoize.esm.js": "./dist/memoize.browser.esm.js"
}
}
}
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/primitives

## 10.0.19

- Updated dependencies [c81c0033]:
- babel-plugin-emotion@10.0.19
- @emotion/is-prop-valid@0.8.3
- emotion-theming@10.0.19

## 10.0.14

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/primitives/package.json
@@ -1,23 +1,23 @@
{
"name": "@emotion/primitives",
"version": "10.0.14",
"version": "10.0.19",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"files": [
"src",
"dist"
],
"dependencies": {
"@emotion/is-prop-valid": "0.8.2",
"@emotion/is-prop-valid": "0.8.3",
"@emotion/primitives-core": "10.0.14",
"babel-plugin-emotion": "^10.0.14"
"babel-plugin-emotion": "^10.0.19"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-primitives": "^0.7.0"
},
"devDependencies": {
"emotion-theming": "^10.0.14",
"emotion-theming": "^10.0.19",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"react": "^16.5.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 0.11.11

- Updated dependencies [c81c0033]:
- @emotion/hash@0.7.3
- @emotion/memoize@0.7.3

## 0.11.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "0.11.10",
"version": "0.11.11",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
Expand All @@ -14,8 +14,8 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/hash": "0.7.2",
"@emotion/memoize": "0.7.2",
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/unitless": "0.7.4",
"@emotion/utils": "0.11.2",
"csstype": "^2.5.7"
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-base/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/styled-base

## 10.0.19

- Updated dependencies [c81c0033]:
- @emotion/serialize@0.11.11
- @emotion/is-prop-valid@0.8.3

## 10.0.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled-base",
"version": "10.0.17",
"version": "10.0.19",
"description": "base styled API for emotion",
"main": "dist/styled-base.cjs.js",
"module": "dist/styled-base.esm.js",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/is-prop-valid": "0.8.2",
"@emotion/serialize": "^0.11.10",
"@emotion/is-prop-valid": "0.8.3",
"@emotion/serialize": "^0.11.11",
"@emotion/utils": "0.11.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/weak-memoize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/weak-memoize

## 0.2.4

### Patch Changes

- [c81c0033](https://github.com/emotion-js/emotion/commit/c81c0033c490210077da0e9c3f9fa1a22fcd9c96) [#1503](https://github.com/emotion-js/emotion/pull/1503) Thanks [@Andarist](https://github.com/Andarist)! - Add TS types to util packages - hash, memoize & weak-memoize

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/weak-memoize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/weak-memoize",
"version": "0.2.3",
"version": "0.2.4",
"description": "A memoization function that uses a WeakMap",
"main": "dist/weak-memoize.cjs.js",
"module": "dist/weak-memoize.esm.js",
Expand All @@ -25,4 +25,4 @@
"./dist/weak-memoize.cjs.js": "./dist/weak-memoize.browser.cjs.js",
"./dist/weak-memoize.esm.js": "./dist/weak-memoize.browser.esm.js"
}
}
}

0 comments on commit a8b9a7f

Please sign in to comment.