From 41368ade148470a4e786a3a5afc75272d4e0e055 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2019 12:10:58 +0000 Subject: [PATCH] chore(release): 23.0.0 [skip ci] # [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 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0678100..d07b936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9a5a909..fdaae96 100644 --- a/package.json +++ b/package.json @@ -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": {