Skip to content

Commit

Permalink
Add a changeset for @emotion/primitives-core and the missing `types…
Browse files Browse the repository at this point in the history
…` field
  • Loading branch information
Andarist committed Aug 2, 2022
1 parent 8546dd0 commit 62a513b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/neat-shoes-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

This comment has been minimized.

Copy link
@srmagura

srmagura Aug 2, 2022

Contributor

Thanks 🙂

'@emotion/primitives-core': minor
---

author: @srmagura
pr: #2818
commit: 8546dd0

Source code has been migrated to TypeScript so from now on type declarations will be available in the published package.
1 change: 1 addition & 0 deletions packages/primitives-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Shared utilities for emotion primitives and native",
"main": "dist/emotion-primitives-core.cjs.js",
"module": "dist/emotion-primitives-core.esm.js",
"types": "dist/emotion-primitives-core.cjs.d.ts",
"scripts": {
"test:typescript": "exit 0"
},
Expand Down

0 comments on commit 62a513b

Please sign in to comment.