Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 41368ad

Browse files
chore(release): 23.0.0 [skip ci]
# [23.0.0](v22.0.0...v23.0.0) (2019-11-08) ### Code Refactoring * remove type for utils ([c619e94](c619e94)) * remove utils ([0ae6af6](0ae6af6)) ### Features * add modularScale ([f1710d1](f1710d1)) * add typescript types ([b01d8ca](b01d8ca)) ### BREAKING CHANGES * remove percentage, toEm, toPx, toRem, isNumeric invariant, mekeBreakpointsMap * percentage, toPx, toEm, toRem, isNumeric, invariant
1 parent 9835830 commit 41368ad

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [23.0.0](https://github.com/typographist/core/compare/v22.0.0...v23.0.0) (2019-11-08)
2+
3+
4+
### Code Refactoring
5+
6+
* remove type for utils ([c619e94](https://github.com/typographist/core/commit/c619e94))
7+
* remove utils ([0ae6af6](https://github.com/typographist/core/commit/0ae6af6))
8+
9+
10+
### Features
11+
12+
* add modularScale ([f1710d1](https://github.com/typographist/core/commit/f1710d1))
13+
* add typescript types ([b01d8ca](https://github.com/typographist/core/commit/b01d8ca))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* remove percentage, toEm, toPx, toRem, isNumeric
19+
invariant, mekeBreakpointsMap
20+
* percentage, toPx, toEm, toRem, isNumeric, invariant
21+
122
# [22.0.0](https://github.com/typographist/core/compare/v21.0.1...v22.0.0) (2019-11-05)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typographist/core",
3-
"version": "22.0.0",
3+
"version": "23.0.0",
44
"description": "Core API for typographist",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)