Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emotion-js/emotion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: emotion@10.0.23
Choose a base ref
...
head repository: emotion-js/emotion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: emotion@10.0.27
Choose a head ref

Commits on Oct 31, 2019

  1. Improved docs around SSR apis (#1589)

    * Improved docs around SSR apis
    
    Fixes #1178
    
    * Some changes
    
    * Add the client cache bit back
    Jake Ginnivan authored and emmatown committed Oct 31, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    almeidx Almeida
    Copy the full SHA
    df47dbc View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4400d85 View commit details
  3. Update release.yml

    emmatown authored Oct 31, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1da36b2 View commit details

Commits on Nov 1, 2019

  1. Partially verified

    This commit is signed with the committer’s verified signature.
    Jiralite’s contribution has been verified via SSH key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    923b532 View commit details
  2. Copy the full SHA
    ec534e6 View commit details
  3. Copy the full SHA
    1358b62 View commit details
  4. Copy the full SHA
    5e17e45 View commit details
  5. Create FUNDING.yml

    emmatown authored Nov 1, 2019
    Copy the full SHA
    fb5dc32 View commit details

Commits on Nov 2, 2019

  1. Version Packages (#1595)

    github-actions[bot] authored and emmatown committed Nov 2, 2019
    Copy the full SHA
    503f11d View commit details
  2. Upgrade changesets

    emmatown committed Nov 2, 2019
    Copy the full SHA
    c53646d View commit details

Commits on Nov 8, 2019

  1. Update release.yml

    emmatown authored Nov 8, 2019
    Copy the full SHA
    b957720 View commit details
  2. Copy the full SHA
    b81d652 View commit details

Commits on Nov 14, 2019

  1. Copy the full SHA
    8767a69 View commit details

Commits on Nov 29, 2019

  1. Improve support for Enzyme's shallow rendering (#1648)

    * Support shallow rendering
    
    * Clean-up and add comments
    
    * Fix flow errors
    
    * Use jest-in-case
    
    * Refactoring tests
    
    * Remove empty test remnant
    
    * refactor enzyme tests structure
    
    * Split enzyme+matchers test
    
    * Tweak changeset
    ajs139 authored and Andarist committed Nov 29, 2019
    Copy the full SHA
    858c6e7 View commit details
  2. Version Packages (#1661)

    github-actions[bot] authored and Andarist committed Nov 29, 2019
    Copy the full SHA
    1eda973 View commit details

Commits on Dec 2, 2019

  1. Fix printing names of nested shallow-rendered components (#1665)

    * Introduce broken test case
    
    * Fix shallow component snapshots
    
    * Update .changeset/great-bears-sing.md
    
    Co-Authored-By: Mateusz Burzyński <mateuszburzynski@gmail.com>
    ajs139 and Andarist committed Dec 2, 2019
    Copy the full SHA
    9328cd7 View commit details
  2. Revert improved support for Enzyme's shallow rendering (#1667)

    * Revert "Fix printing names of nested shallow-rendered components (#1665)"
    
    This reverts commit 9328cd7.
    
    * Revert "Improve support for Enzyme's shallow rendering (#1648)"
    
    This reverts commit 858c6e7.
    
    * add changeset
    Andarist authored Dec 2, 2019
    Copy the full SHA
    b3c5b8d View commit details
  3. Version Packages (#1666)

    github-actions[bot] authored and Andarist committed Dec 2, 2019
    Copy the full SHA
    04038fd View commit details

Commits on Dec 3, 2019

  1. Copy the full SHA
    037af39 View commit details

Commits on Dec 4, 2019

  1. Clarify Vanilla Emotion auto-prefixing capabilities in documentation (#…

    …1662)
    
    * Update docs/introduction.mdx to be more clear with auto-prefixing support
    
    * Mention style prop again
    
    * Re-order bullet points in CSS prop usage
    clemmy authored and Andarist committed Dec 4, 2019
    Copy the full SHA
    6c3aced View commit details

Commits on Dec 8, 2019

  1. Change labelFormat example to show as a string value (#1680)

    Small change. Wasn't immediately clear that the labelFormat is a string. For folks copy pasting the code it might help to be a little more direct.
    snide authored and Andarist committed Dec 8, 2019
    Copy the full SHA
    a5557ed View commit details

Commits on Dec 19, 2019

  1. Update release.yml

    emmatown authored Dec 19, 2019
    2
    Copy the full SHA
    c853e5a View commit details

Commits on Dec 22, 2019

  1. Add LICENSE files (#1698)

    Andarist authored Dec 22, 2019
    Copy the full SHA
    4c62ae9 View commit details
  2. Version Packages (#1700)

    github-actions[bot] authored and Andarist committed Dec 22, 2019
    Copy the full SHA
    6dd425b View commit details
Showing with 1,283 additions and 295 deletions.
  1. +12 −0 .github/FUNDING.yml
  2. +4 −1 .github/workflows/release.yml
  3. +2 −2 LICENSE
  4. +1 −0 README.md
  5. +4 −5 docs/introduction.mdx
  6. +65 −6 docs/ssr.mdx
  7. +3 −3 package.json
  8. +10 −0 packages/babel-plugin-emotion/CHANGELOG.md
  9. +21 −0 packages/babel-plugin-emotion/LICENSE
  10. +1 −1 packages/babel-plugin-emotion/README.md
  11. +4 −4 packages/babel-plugin-emotion/package.json
  12. +6 −0 packages/babel-plugin-jsx-pragmatic/CHANGELOG.md
  13. +21 −0 packages/babel-plugin-jsx-pragmatic/LICENSE
  14. +1 −1 packages/babel-plugin-jsx-pragmatic/package.json
  15. +9 −0 packages/babel-preset-css-prop/CHANGELOG.md
  16. +21 −0 packages/babel-preset-css-prop/LICENSE
  17. +3 −3 packages/babel-preset-css-prop/package.json
  18. +12 −0 packages/cache/CHANGELOG.md
  19. +21 −0 packages/cache/LICENSE
  20. +7 −7 packages/cache/package.json
  21. +16 −0 packages/core/CHANGELOG.md
  22. +21 −0 packages/core/LICENSE
  23. +10 −10 packages/core/package.json
  24. +1 −1 packages/core/types/index.d.ts
  25. +8 −0 packages/create-emotion-server/CHANGELOG.md
  26. +21 −0 packages/create-emotion-server/LICENSE
  27. +3 −3 packages/create-emotion-server/package.json
  28. +12 −0 packages/create-emotion/CHANGELOG.md
  29. +21 −0 packages/create-emotion/LICENSE
  30. +7 −7 packages/create-emotion/package.json
  31. +1 −1 packages/create-emotion/types/index.d.ts
  32. +3 −1 packages/create-emotion/types/tests.ts
  33. +10 −0 packages/css/CHANGELOG.md
  34. +21 −0 packages/css/LICENSE
  35. +4 −4 packages/css/package.json
  36. +10 −0 packages/emotion-server/CHANGELOG.md
  37. +21 −0 packages/emotion-server/LICENSE
  38. +6 −6 packages/emotion-server/package.json
  39. +10 −0 packages/emotion-theming/CHANGELOG.md
  40. +21 −0 packages/emotion-theming/LICENSE
  41. +6 −6 packages/emotion-theming/package.json
  42. +10 −0 packages/emotion/CHANGELOG.md
  43. +21 −0 packages/emotion/LICENSE
  44. +4 −4 packages/emotion/package.json
  45. +6 −0 packages/eslint-plugin-emotion/CHANGELOG.md
  46. +21 −0 packages/eslint-plugin-emotion/LICENSE
  47. +2 −2 packages/eslint-plugin-emotion/package.json
  48. +6 −0 packages/hash/CHANGELOG.md
  49. +21 −0 packages/hash/LICENSE
  50. +2 −2 packages/hash/package.json
  51. +14 −0 packages/is-prop-valid/CHANGELOG.md
  52. +21 −0 packages/is-prop-valid/LICENSE
  53. +2 −2 packages/is-prop-valid/package.json
  54. +1 −0 packages/is-prop-valid/src/index.js
  55. +1 −0 packages/is-prop-valid/src/props.js
  56. +21 −0 packages/jest-emotion/CHANGELOG.md
  57. +21 −0 packages/jest-emotion/LICENSE
  58. +4 −4 packages/jest-emotion/package.json
  59. +6 −0 packages/memoize/CHANGELOG.md
  60. +21 −0 packages/memoize/LICENSE
  61. +2 −2 packages/memoize/package.json
  62. +9 −0 packages/native/CHANGELOG.md
  63. +21 −0 packages/native/LICENSE
  64. +3 −3 packages/native/package.json
  65. +8 −0 packages/primitives-core/CHANGELOG.md
  66. +21 −0 packages/primitives-core/LICENSE
  67. +3 −3 packages/primitives-core/package.json
  68. +18 −0 packages/primitives/CHANGELOG.md
  69. +21 −0 packages/primitives/LICENSE
  70. +5 −5 packages/primitives/package.json
  71. +11 −0 packages/serialize/CHANGELOG.md
  72. +21 −0 packages/serialize/LICENSE
  73. +5 −5 packages/serialize/package.json
  74. +6 −0 packages/sheet/CHANGELOG.md
  75. +21 −0 packages/sheet/LICENSE
  76. +2 −2 packages/sheet/package.json
  77. +18 −0 packages/styled-base/CHANGELOG.md
  78. +21 −0 packages/styled-base/LICENSE
  79. +6 −6 packages/styled-base/package.json
  80. +10 −0 packages/styled/CHANGELOG.md
  81. +21 −0 packages/styled/LICENSE
  82. +5 −5 packages/styled/package.json
  83. +6 −0 packages/stylis/CHANGELOG.md
  84. +21 −0 packages/stylis/LICENSE
  85. +2 −2 packages/stylis/package.json
  86. +6 −0 packages/unitless/CHANGELOG.md
  87. +21 −0 packages/unitless/LICENSE
  88. +2 −2 packages/unitless/package.json
  89. +6 −0 packages/utils/CHANGELOG.md
  90. +21 −0 packages/utils/LICENSE
  91. +2 −2 packages/utils/package.json
  92. +6 −0 packages/weak-memoize/CHANGELOG.md
  93. +21 −0 packages/weak-memoize/LICENSE
  94. +2 −2 packages/weak-memoize/package.json
  95. +1 −1 site/package.json
  96. +242 −169 yarn.lock
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: emotion
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- next

jobs:
release:
@@ -12,6 +13,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
fetch-depth: 0

- name: Setup Node.js 10.x
uses: actions/setup-node@master
@@ -22,7 +25,7 @@ jobs:
run: npm install --global yarn

- name: Install Dependencies
run: yarn
run: yarn --frozen-lockfile

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@master
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2016 Kye Hohenberger
Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -118,6 +118,7 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/emotion#sponsor)]

<a href="https://thinkmill.com.au" target="_blank"><img height="64" alt="Thinkmill" src="https://thinkmill.github.io/badge/wide-logo.svg"></a>
<a href="https://opencollective.com/emotion/sponsor/0/website" target="_blank"><img src="https://opencollective.com/emotion/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/emotion/sponsor/1/website" target="_blank"><img src="https://opencollective.com/emotion/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/emotion/sponsor/2/website" target="_blank"><img src="https://opencollective.com/emotion/sponsor/2/avatar.svg"></a>
9 changes: 4 additions & 5 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ The [emotion](https://www.npmjs.com/package/emotion) package is framework agnost

- Requires no additional setup, babel plugin, or other config changes.

- Works in situations where configuration is restricted or not possible such as with [Create React App](https://facebook.github.io/create-react-app)
- Has support for auto vendor-prefixing, nested selectors, and media queries.

- The `css` prop is not used or needed.
- Works in situations where configuration is restricted or not possible such as with [Create React App](https://facebook.github.io/create-react-app)

- You simply prefer to use the `css` function to generate class names and `cx` to compose them.

@@ -61,9 +61,8 @@ The ["@emotion/core"](https://www.npmjs.com/package/@emotion/core) package requi

- Best when using React with a build environment that can be configured.

- CSS prop support

- Similar to the `style` prop but adds support for nested selectors, media queries, and auto-prefixing.
- `css` prop support
- Similar to the `style` prop, but also has support for auto vendor-prefixing, nested selectors, and media queries.

- Allows developers to skip the `styled` API abstraction and style components and elements directly.

71 changes: 65 additions & 6 deletions docs/ssr.mdx
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@
title: 'Server Side Rendering'
---

Server side rendering in Emotion 10 has two approaches, each with their own trade-offs. The default approach works with streaming and requires no additional configuration, but does not work with nth child or similar selectors. It's strongly recommended that you use the default approach unless you need nth child or similar selectors.

## Default Approach

Server side rendering works out of the box in Emotion 10 and above if you're only using `@emotion/core` and `@emotion/styled`. This means you can call React's [`renderToString`](https://reactjs.org/docs/react-dom-server.html#rendertostring) or [`renderToNodeStream`](https://reactjs.org/docs/react-dom-server.html#rendertonodestream) methods directly without any extra configuration.

```jsx
@@ -11,26 +15,81 @@ import App from './App'
let html = renderToString(<App />)
```

## Using Emotion 10 with the old SSR APIs
The rendered output will insert a `<style>` tag above each element with styles for example

```jsx
const MyDiv = styled('div')({ fontSize: 12 })
<MyDiv>Text</MyDiv>
// Will render as
<style data-emotion-css="21cs4">.css-21cs4 { font-size: 12 }</style>
<div class="css-21cs4">Text</div>
```

> Warning: This approach can interfere with nth child and similar selectors as it is inserts style tags directly into your markup. You will get a warning if you use such selectors when using this approach.
It's also possible to use emotion 10 with the SSR APIs for vanilla Emotion. It should only be used for compatibility and migration purposes.
## Advanced Approach

> Note: If you're not using nth child or similar selectors, you don't need to do this. Use the default approach.
You can also use the advanced integration, it requires more work but does not have limitations on nth child and similar selectors. This approach does not work with the streaming APIs.

### On server

```jsx
import { renderStylesToString } from 'emotion-server'
import { cache } from 'emotion'
import { CacheProvider } from '@emotion/core'
import { renderToString } from 'react-dom/server'
import createEmotionServer from 'create-emotion-server'
import createCache from '@emotion/cache'

const cache = createCache()
const { extractCritical } = createEmotionServer(cache)

let element = (
<CacheProvider value={cache}>
<App />
</CacheProvider>
)

let html = renderStylesToString(renderToString(element))
let { html, css, ids } = extractCritical(renderToString(element))

res
.status(200)
.header('Content-Type', 'text/html')
.send(`<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My site</title>
<style data-emotion-css="${ids.join(' ')}">${css}</style>
</head>
<body>
<div id="root">${html}</div>
<script src="./bundle.js"></script>
</body>
</html>`);
```

## API
### On client

```jsx
// Hydration of the ids in `data-emotion-css` will automatically occur when the cache is created
const cache = createCache()
ReactDOM.hydrate(
<CacheProvider value={cache}>
<App />
</CacheProvider>,
document.getElementById('root')
)
```



In this approach you have to create your own cache and emotion server then use extractCritical

## API Reference

### renderStylesToString

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -170,7 +170,7 @@
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@changesets/changelog-github": "^0.1.0",
"@changesets/cli": "^2.1.2",
"@changesets/cli": "^2.3.0",
"@manypkg/cli": "^0.5.2",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
@@ -216,7 +216,7 @@
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.110.0",
"html-tag-names": "^1.1.2",
"husky": "^1.1.3",
"husky": "^3.0.9",
"jest": "^24.1.0",
"jest-environment-jsdom": "^24.0.0",
"jest-in-case": "^1.0.2",
@@ -254,7 +254,7 @@
"through": "^2.3.8",
"unified": "^6.1.6",
"unist-util-visit": "^1.2.0",
"webpack-bundle-analyzer": "2.13.1",
"webpack-bundle-analyzer": "3.3.2",
"worker-loader": "2.0.0"
}
}
10 changes: 10 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# babel-plugin-emotion

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/hash@0.7.4
- @emotion/memoize@0.7.4
- @emotion/serialize@0.11.15

## 10.0.23

### Patch Changes
21 changes: 21 additions & 0 deletions packages/babel-plugin-emotion/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion packages/babel-plugin-emotion/README.md
Original file line number Diff line number Diff line change
@@ -236,7 +236,7 @@ be prepended automatically.
```javascript
// BrownView.js
// autoLabel: true
// labelFormat: [filename]--[local]
// labelFormat: '[filename]--[local]'
const brownStyles = css({ color: 'brown' })
```

8 changes: 4 additions & 4 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.23",
"version": "10.0.27",
"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",
@@ -11,9 +11,9 @@
],
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/serialize": "^0.11.14",
"@emotion/hash": "0.7.4",
"@emotion/memoize": "0.7.4",
"@emotion/serialize": "^0.11.15",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"convert-source-map": "^1.5.0",
6 changes: 6 additions & 0 deletions packages/babel-plugin-jsx-pragmatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/babel-plugin-jsx-pragmatic

## 0.1.5

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.1.4

### Patch Changes
21 changes: 21 additions & 0 deletions packages/babel-plugin-jsx-pragmatic/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx-pragmatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin-jsx-pragmatic",
"version": "0.1.4",
"version": "0.1.5",
"description": "Insert code to load a module corresponding to JSX pragma.",
"main": "dist/babel-plugin-jsx-pragmatic.cjs.js",
"module": "dist/babel-plugin-jsx-pragmatic.esm.js",
9 changes: 9 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emotion/babel-preset-css-prop

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- babel-plugin-emotion@10.0.27
- @emotion/babel-plugin-jsx-pragmatic@0.1.5

## 10.0.23

### Patch Changes
21 changes: 21 additions & 0 deletions packages/babel-preset-css-prop/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 3 additions & 3 deletions packages/babel-preset-css-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-preset-css-prop",
"version": "10.0.23",
"version": "10.0.27",
"description": "A babel preset to automatically enable emotion's css prop",
"main": "dist/babel-preset-css-prop.cjs.js",
"module": "dist/babel-preset-css-prop.esm.js",
@@ -9,8 +9,8 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/runtime": "^7.5.5",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.4",
"babel-plugin-emotion": "^10.0.23"
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5",
"babel-plugin-emotion": "^10.0.27"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
12 changes: 12 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/cache

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/hash@0.7.4
- @emotion/sheet@0.9.4
- @emotion/stylis@0.8.5
- @emotion/utils@0.11.3
- @emotion/weak-memoize@0.2.5

## 10.0.19

- Updated dependencies [c81c0033]:
21 changes: 21 additions & 0 deletions packages/cache/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 7 additions & 7 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.19",
"version": "10.0.27",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
@@ -15,13 +15,13 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/sheet": "0.9.3",
"@emotion/stylis": "0.8.4",
"@emotion/utils": "0.11.2",
"@emotion/weak-memoize": "0.2.4"
"@emotion/sheet": "0.9.4",
"@emotion/stylis": "0.8.5",
"@emotion/utils": "0.11.3",
"@emotion/weak-memoize": "0.2.5"
},
"devDependencies": {
"@emotion/hash": "0.7.3",
"@emotion/hash": "0.7.4",
"dtslint": "^0.3.0"
},
"publishConfig": {
@@ -32,4 +32,4 @@
"dist",
"types"
]
}
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @emotion/core

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/cache@10.0.27
- @emotion/css@10.0.27
- emotion-server@10.0.27
- emotion-theming@10.0.27
- emotion@10.0.27
- @emotion/serialize@0.11.15
- @emotion/sheet@0.9.4
- @emotion/styled@10.0.27
- @emotion/utils@0.11.3

## 10.0.22

### Patch Changes
21 changes: 21 additions & 0 deletions packages/core/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "10.0.22",
"version": "10.0.27",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
@@ -20,22 +20,22 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/cache": "^10.0.17",
"@emotion/css": "^10.0.22",
"@emotion/serialize": "^0.11.12",
"@emotion/sheet": "0.9.3",
"@emotion/utils": "0.11.2"
"@emotion/cache": "^10.0.27",
"@emotion/css": "^10.0.27",
"@emotion/serialize": "^0.11.15",
"@emotion/sheet": "0.9.4",
"@emotion/utils": "0.11.3"
},
"peerDependencies": {
"react": ">=16.3.0"
},
"devDependencies": {
"@emotion/styled": "^10.0.22",
"@emotion/styled": "^10.0.27",
"@types/react": "^16.8.20",
"dtslint": "^0.3.0",
"emotion": "^10.0.17",
"emotion-server": "^10.0.17",
"emotion-theming": "^10.0.17",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"html-tag-names": "^1.1.2",
"react": "^16.5.2",
"svg-tag-names": "^1.1.1"
2 changes: 1 addition & 1 deletion packages/core/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ export type ClassNamesArg =
| null
| string
| boolean
| { [className: string]: boolean }
| { [className: string]: boolean | null | undefined }
| ArrayClassNamesArg

export interface ClassNamesContent<Theme> {
8 changes: 8 additions & 0 deletions packages/create-emotion-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-emotion-server

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/utils@0.11.3

## 10.0.14

### Patch Changes
21 changes: 21 additions & 0 deletions packages/create-emotion-server/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 3 additions & 3 deletions packages/create-emotion-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-emotion-server",
"version": "10.0.14",
"version": "10.0.27",
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/create-emotion-server.cjs.js",
"types": "types/index.d.ts",
@@ -13,7 +13,7 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/utils": "0.11.2",
"@emotion/utils": "0.11.3",
"html-tokenize": "^2.0.0",
"multipipe": "^1.0.2",
"through": "^2.3.8"
@@ -41,4 +41,4 @@
"browser": {
"./dist/create-emotion-server.cjs.js": "./dist/create-emotion-server.browser.cjs.js"
}
}
}
12 changes: 12 additions & 0 deletions packages/create-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-emotion

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/cache@10.0.27
- create-emotion-server@10.0.27
- @emotion/serialize@0.11.15
- @emotion/sheet@0.9.4
- @emotion/utils@0.11.3

## 10.0.14

### Patch Changes
21 changes: 21 additions & 0 deletions packages/create-emotion/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 7 additions & 7 deletions packages/create-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-emotion",
"version": "10.0.14",
"version": "10.0.27",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/create-emotion.cjs.js",
"module": "dist/create-emotion.esm.js",
@@ -14,14 +14,14 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/cache": "^10.0.14",
"@emotion/serialize": "^0.11.8",
"@emotion/sheet": "0.9.3",
"@emotion/utils": "0.11.2"
"@emotion/cache": "^10.0.27",
"@emotion/serialize": "^0.11.15",
"@emotion/sheet": "0.9.4",
"@emotion/utils": "0.11.3"
},
"devDependencies": {
"babel-plugin-transform-define": "^1.3.0",
"create-emotion-server": "10.0.14",
"create-emotion-server": "10.0.27",
"dtslint": "^0.3.0"
},
"author": "Kye Hohenberger",
@@ -42,4 +42,4 @@
"./dist/create-emotion.cjs.js": "./dist/create-emotion.browser.cjs.js",
"./dist/create-emotion.esm.js": "./dist/create-emotion.browser.esm.js"
}
}
}
2 changes: 1 addition & 1 deletion packages/create-emotion/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ export type ClassNamesArg =
| null
| string
| boolean
| { [className: string]: boolean }
| { [className: string]: boolean | null | undefined }
| ArrayClassNamesArg

export interface Emotion {
4 changes: 3 additions & 1 deletion packages/create-emotion/types/tests.ts
Original file line number Diff line number Diff line change
@@ -47,7 +47,9 @@ cx('123')
cx('123', 'pf')
cx({
abc: false,
fp: true
fp: true,
opt1: null,
opt2: undefined
})
cx([])
cx([
10 changes: 10 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @emotion/css

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- babel-plugin-emotion@10.0.27
- @emotion/serialize@0.11.15
- @emotion/utils@0.11.3

## 10.0.22

### Patch Changes
21 changes: 21 additions & 0 deletions packages/css/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 4 additions & 4 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "10.0.22",
"version": "10.0.27",
"description": "a function to serialize css and object styless",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
@@ -11,9 +11,9 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/serialize": "^0.11.12",
"@emotion/utils": "0.11.2",
"babel-plugin-emotion": "^10.0.22"
"@emotion/serialize": "^0.11.15",
"@emotion/utils": "0.11.3",
"babel-plugin-emotion": "^10.0.27"
},
"devDependencies": {
"dtslint": "^0.3.0"
10 changes: 10 additions & 0 deletions packages/emotion-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# emotion-server

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- babel-plugin-emotion@10.0.27
- create-emotion-server@10.0.27
- emotion@10.0.27

## 10.0.17

### Patch Changes
21 changes: 21 additions & 0 deletions packages/emotion-server/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 6 additions & 6 deletions packages/emotion-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-server",
"version": "10.0.17",
"version": "10.0.27",
"description": "Extract and inline critical css with emotion for server side rendering.",
"main": "dist/emotion-server.cjs.js",
"types": "types/index.d.ts",
@@ -13,16 +13,16 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"create-emotion-server": "10.0.14"
"create-emotion-server": "10.0.27"
},
"peerDependencies": {
"emotion": "^10.0.17"
"emotion": "^10.0.27"
},
"devDependencies": {
"@types/node": "^10.11.4",
"babel-plugin-emotion": "^10.0.17",
"babel-plugin-emotion": "^10.0.27",
"dtslint": "^0.3.0",
"emotion": "^10.0.17"
"emotion": "^10.0.27"
},
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
@@ -43,4 +43,4 @@
"browser": {
"./dist/emotion-server.cjs.js": "./dist/emotion-server.browser.cjs.js"
}
}
}
10 changes: 10 additions & 0 deletions packages/emotion-theming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# emotion-theming

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/core@10.0.27
- @emotion/styled@10.0.27
- @emotion/weak-memoize@0.2.5

## 10.0.19

### Patch Changes
21 changes: 21 additions & 0 deletions packages/emotion-theming/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 6 additions & 6 deletions packages/emotion-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-theming",
"version": "10.0.19",
"version": "10.0.27",
"description": "A CSS-in-JS theming solution, inspired by styled-components",
"main": "dist/emotion-theming.cjs.js",
"module": "dist/emotion-theming.esm.js",
@@ -32,19 +32,19 @@
},
"homepage": "https://emotion.sh",
"devDependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@types/react": "^16.8.20",
"dtslint": "^0.3.0",
"react": "^16.5.2"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/weak-memoize": "0.2.4",
"@emotion/weak-memoize": "0.2.5",
"hoist-non-react-statics": "^3.3.0"
},
"peerDependencies": {
"@emotion/core": "^10.0.17",
"@emotion/core": "^10.0.27",
"react": ">=16.3.0"
},
"umd:main": "dist/emotion-theming.umd.min.js",
@@ -55,4 +55,4 @@
"preconstruct": {
"umdName": "emotionTheming"
}
}
}
10 changes: 10 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# emotion

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- babel-plugin-emotion@10.0.27
- create-emotion@10.0.27
- @emotion/stylis@0.8.5

## 10.0.23

### Patch Changes
21 changes: 21 additions & 0 deletions packages/emotion/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 4 additions & 4 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion",
"version": "10.0.23",
"version": "10.0.27",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion.cjs.js",
"module": "dist/emotion.esm.js",
@@ -17,11 +17,11 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"babel-plugin-emotion": "^10.0.23",
"create-emotion": "^10.0.14"
"babel-plugin-emotion": "^10.0.27",
"create-emotion": "^10.0.27"
},
"devDependencies": {
"@emotion/stylis": "0.8.4",
"@emotion/stylis": "0.8.5",
"babel-plugin-transform-define": "^1.3.0",
"dtslint": "^0.3.0",
"stylis": "3.5.4",
6 changes: 6 additions & 0 deletions packages/eslint-plugin-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-emotion

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 10.0.14

### Patch Changes
21 changes: 21 additions & 0 deletions packages/eslint-plugin-emotion/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/eslint-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-emotion",
"version": "10.0.14",
"version": "10.0.27",
"description": "ESLint rules for emotion",
"keywords": [
"eslint",
@@ -14,4 +14,4 @@
"node": ">=6"
},
"license": "ISC"
}
}
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.7.4

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.7.3

### Patch Changes
21 changes: 21 additions & 0 deletions packages/hash/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/hash",
"version": "0.7.3",
"version": "0.7.4",
"description": "A MurmurHash2 implementation",
"main": "dist/hash.cjs.js",
"module": "dist/hash.esm.js",
@@ -25,4 +25,4 @@
"./dist/hash.cjs.js": "./dist/hash.browser.cjs.js",
"./dist/hash.esm.js": "./dist/hash.browser.esm.js"
}
}
}
14 changes: 14 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @emotion/is-prop-valid

## 0.8.6

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/memoize@0.7.4

## 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
21 changes: 21 additions & 0 deletions packages/is-prop-valid/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions 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.6",
"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",
@@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@emotion/memoize": "0.7.3"
"@emotion/memoize": "0.7.4"
},
"devDependencies": {
"dtslint": "^0.3.0"
1 change: 1 addition & 0 deletions packages/is-prop-valid/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
import memoize from '@emotion/memoize'

declare var codegen: { require: string => RegExp }
1 change: 1 addition & 0 deletions packages/is-prop-valid/src/props.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
const props = {
// react props
// https://github.com/facebook/react/blob/5495a7f24aef85ba6937truetrue1ce962673ca9f5fde6/src/renderers/dom/shared/hooks/ReactDOMUnknownPropertyHook.js
21 changes: 21 additions & 0 deletions packages/jest-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# jest-emotion

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/core@10.0.27
- emotion@10.0.27

## 10.0.26

### Patch Changes

- [`b3c5b8de`](https://github.com/emotion-js/emotion/commit/b3c5b8de66e42dd2e6459862c9603f012ba01d54) [#1667](https://github.com/emotion-js/emotion/pull/1667) Thanks [@Andarist](https://github.com/Andarist)! - Revert improved support for Enzyme's shallow rendering - its release was an unforseen breaking change.

## 10.0.25

### Patch Changes

- [`858c6e70`](https://github.com/emotion-js/emotion/commit/858c6e70e2aa83d159dba00af16f1e34a6d93fd0) [#1648](https://github.com/emotion-js/emotion/pull/1648) Thanks [@ajs139](https://github.com/ajs139)! - Improve support for Enzyme's shallow rendering.

## 10.0.17

### Patch Changes
21 changes: 21 additions & 0 deletions packages/jest-emotion/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 4 additions & 4 deletions packages/jest-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-emotion",
"version": "10.0.17",
"version": "10.0.27",
"description": "Jest utilities for emotion",
"main": "dist/jest-emotion.cjs.js",
"types": "types/index.d.ts",
@@ -20,9 +20,9 @@
"css": "^2.2.1"
},
"devDependencies": {
"@emotion/core": "^10.0.17",
"@emotion/core": "^10.0.27",
"dtslint": "^0.3.0",
"emotion": "^10.0.17",
"emotion": "^10.0.27",
"enzyme-to-json": "^3.2.1",
"preact": "^8.2.9",
"preact-render-to-json": "^3.6.6",
@@ -49,4 +49,4 @@
"browser": {
"./dist/jest-emotion.cjs.js": "./dist/jest-emotion.browser.cjs.js"
}
}
}
6 changes: 6 additions & 0 deletions packages/memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/memoize

## 0.7.4

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.7.3

### Patch Changes
21 changes: 21 additions & 0 deletions packages/memoize/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/memoize",
"version": "0.7.3",
"version": "0.7.4",
"description": "emotion's memoize utility",
"main": "dist/memoize.cjs.js",
"module": "dist/memoize.esm.js",
@@ -25,4 +25,4 @@
"./dist/memoize.cjs.js": "./dist/memoize.browser.cjs.js",
"./dist/memoize.esm.js": "./dist/memoize.browser.esm.js"
}
}
}
9 changes: 9 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emotion/native

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- emotion-theming@10.0.27
- @emotion/primitives-core@10.0.27

## 10.0.22

### Patch Changes
21 changes: 21 additions & 0 deletions packages/native/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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": "10.0.22",
"version": "10.0.27",
"description": "Style and render React Native components using emotion",
"main": "dist/native.cjs.js",
"module": "dist/native.esm.js",
@@ -9,12 +9,12 @@
"dist"
],
"devDependencies": {
"emotion-theming": "^10.0.14",
"emotion-theming": "^10.0.27",
"react": "^16.5.2",
"react-native": "^0.57.0"
},
"dependencies": {
"@emotion/primitives-core": "10.0.22"
"@emotion/primitives-core": "10.0.27"
},
"peerDependencies": {
"react-native": ">=0.14.0 <1"
8 changes: 8 additions & 0 deletions packages/primitives-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/primitives-core

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/core@10.0.27

## 10.0.22

### Patch Changes
21 changes: 21 additions & 0 deletions packages/primitives-core/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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": "10.0.22",
"version": "10.0.27",
"description": "Shared utilities for emotion primitives and native",
"main": "dist/primitives-core.cjs.js",
"module": "dist/primitives-core.esm.js",
@@ -13,11 +13,11 @@
"css-to-react-native": "^2.2.1"
},
"peerDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"react": ">=16.3.0"
},
"devDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"react": "^16.5.2"
},
"homepage": "https://emotion.sh",
18 changes: 18 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @emotion/primitives

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- babel-plugin-emotion@10.0.27
- emotion-theming@10.0.27
- @emotion/is-prop-valid@0.8.6
- @emotion/primitives-core@10.0.27

## 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
21 changes: 21 additions & 0 deletions packages/primitives/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 5 additions & 5 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@emotion/primitives",
"version": "10.0.23",
"version": "10.0.27",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"files": [
"src",
"dist"
],
"dependencies": {
"@emotion/is-prop-valid": "0.8.4",
"@emotion/primitives-core": "10.0.22",
"babel-plugin-emotion": "^10.0.23"
"@emotion/is-prop-valid": "0.8.6",
"@emotion/primitives-core": "10.0.27",
"babel-plugin-emotion": "^10.0.27"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-primitives": "^0.7.0"
},
"devDependencies": {
"emotion-theming": "^10.0.19",
"emotion-theming": "^10.0.27",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"react": "^16.5.2",
11 changes: 11 additions & 0 deletions packages/serialize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @emotion/serialize

## 0.11.15

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/hash@0.7.4
- @emotion/memoize@0.7.4
- @emotion/unitless@0.7.5
- @emotion/utils@0.11.3

## 0.11.14

### Patch Changes
21 changes: 21 additions & 0 deletions packages/serialize/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 5 additions & 5 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.14",
"version": "0.11.15",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
@@ -14,10 +14,10 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/unitless": "0.7.4",
"@emotion/utils": "0.11.2",
"@emotion/hash": "0.7.4",
"@emotion/memoize": "0.7.4",
"@emotion/unitless": "0.7.5",
"@emotion/utils": "0.11.3",
"csstype": "^2.5.7"
},
"devDependencies": {
6 changes: 6 additions & 0 deletions packages/sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/sheet

## 0.9.4

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.9.3

### Patch Changes
21 changes: 21 additions & 0 deletions packages/sheet/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/sheet",
"version": "0.9.3",
"version": "0.9.4",
"description": "emotion's stylesheet",
"main": "dist/sheet.cjs.js",
"module": "dist/sheet.esm.js",
@@ -25,4 +25,4 @@
"devDependencies": {
"dtslint": "^0.3.0"
}
}
}
18 changes: 18 additions & 0 deletions packages/styled-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @emotion/styled-base

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/core@10.0.27
- @emotion/is-prop-valid@0.8.6
- @emotion/serialize@0.11.15
- @emotion/utils@0.11.3

## 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
21 changes: 21 additions & 0 deletions packages/styled-base/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 6 additions & 6 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.27",
"description": "base styled API for emotion",
"main": "dist/styled-base.cjs.js",
"module": "dist/styled-base.esm.js",
@@ -16,18 +16,18 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/is-prop-valid": "0.8.4",
"@emotion/serialize": "^0.11.14",
"@emotion/utils": "0.11.2"
"@emotion/is-prop-valid": "0.8.6",
"@emotion/serialize": "^0.11.15",
"@emotion/utils": "0.11.3"
},
"devDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"@types/react": "^16.8.20",
"dtslint": "^0.3.0",
"react": "^16.5.2"
},
"peerDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"react": ">=16.3.0"
},
"publishConfig": {
10 changes: 10 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @emotion/styled

## 10.0.27

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- babel-plugin-emotion@10.0.27
- @emotion/core@10.0.27
- @emotion/styled-base@10.0.27

## 10.0.23

### Patch Changes
21 changes: 21 additions & 0 deletions packages/styled/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 5 additions & 5 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "10.0.23",
"version": "10.0.27",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
@@ -11,16 +11,16 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/styled-base": "^10.0.23",
"babel-plugin-emotion": "^10.0.23"
"@emotion/styled-base": "^10.0.27",
"babel-plugin-emotion": "^10.0.27"
},
"devDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"dtslint": "^0.3.0",
"react": "^16.5.2"
},
"peerDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"react": ">=16.3.0"
},
"publishConfig": {
6 changes: 6 additions & 0 deletions packages/stylis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/stylis

## 0.8.5

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.8.4

### Patch Changes
21 changes: 21 additions & 0 deletions packages/stylis/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/stylis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/stylis",
"version": "0.8.4",
"version": "0.8.5",
"description": "A custom build of Stylis",
"main": "dist/stylis.cjs.js",
"module": "dist/stylis.esm.js",
@@ -29,4 +29,4 @@
"./dist/stylis.cjs.js": "./dist/stylis.browser.cjs.js",
"./dist/stylis.esm.js": "./dist/stylis.browser.esm.js"
}
}
}
6 changes: 6 additions & 0 deletions packages/unitless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/unitless

## 0.7.5

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.7.4

### Patch Changes
21 changes: 21 additions & 0 deletions packages/unitless/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/unitless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/unitless",
"version": "0.7.4",
"version": "0.7.5",
"description": "An object of css properties that don't accept values with units",
"main": "dist/unitless.cjs.js",
"module": "dist/unitless.esm.js",
@@ -17,4 +17,4 @@
"./dist/unitless.cjs.js": "./dist/unitless.browser.cjs.js",
"./dist/unitless.esm.js": "./dist/unitless.browser.esm.js"
}
}
}
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/utils

## 0.11.3

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.11.2

### Patch Changes
21 changes: 21 additions & 0 deletions packages/utils/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/utils",
"version": "0.11.2",
"version": "0.11.3",
"description": "internal utils for emotion",
"main": "dist/utils.cjs.js",
"module": "dist/utils.esm.js",
@@ -25,4 +25,4 @@
"devDependencies": {
"dtslint": "^0.3.0"
}
}
}
6 changes: 6 additions & 0 deletions packages/weak-memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/weak-memoize

## 0.2.5

### Patch Changes

- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file

## 0.2.4

### Patch Changes
21 changes: 21 additions & 0 deletions packages/weak-memoize/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Emotion team and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions packages/weak-memoize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/weak-memoize",
"version": "0.2.4",
"version": "0.2.5",
"description": "A memoization function that uses a WeakMap",
"main": "dist/weak-memoize.cjs.js",
"module": "dist/weak-memoize.esm.js",
@@ -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"
}
}
}
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"styled-system": "^1.0.8",
"unified": "^6.1.6",
"unist-util-visit": "^1.2.0",
"webpack-bundle-analyzer": "2.13.1",
"webpack-bundle-analyzer": "3.3.2",
"worker-loader": "2.0.0"
},
"keywords": [
411 changes: 242 additions & 169 deletions yarn.lock

Large diffs are not rendered by default.