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

Commit

Permalink
chore(release): 23.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Nov 8, 2019
1 parent 9835830 commit 41368ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [23.0.0](https://github.com/typographist/core/compare/v22.0.0...v23.0.0) (2019-11-08)


### Code Refactoring

* remove type for utils ([c619e94](https://github.com/typographist/core/commit/c619e94))
* remove utils ([0ae6af6](https://github.com/typographist/core/commit/0ae6af6))


### Features

* add modularScale ([f1710d1](https://github.com/typographist/core/commit/f1710d1))
* add typescript types ([b01d8ca](https://github.com/typographist/core/commit/b01d8ca))


### BREAKING CHANGES

* remove percentage, toEm, toPx, toRem, isNumeric
invariant, mekeBreakpointsMap
* percentage, toPx, toEm, toRem, isNumeric, invariant

# [22.0.0](https://github.com/typographist/core/compare/v21.0.1...v22.0.0) (2019-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typographist/core",
"version": "22.0.0",
"version": "23.0.0",
"description": "Core API for typographist",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 41368ad

Please sign in to comment.