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

Commit df308fe

Browse files
chore(release): 22.0.0 [skip ci]
# [22.0.0](v21.0.1...v22.0.0) (2019-11-05) ### Code Refactoring * remove legacy utils ([6e45649](6e45649)) ### BREAKING CHANGES * remove functions is, type, head, tail, every,all, any, pipe, map,reduce,filter, createMemoize,invariantWithPrefix, getTailBreakpointsValues getTailBreakpointsNames, makeBreakpointNamesList, makeBreakpoints, getInitialBreakpoint, replace makeBreakpointsMap with getBreakpointsMap
1 parent bb910f7 commit df308fe

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [22.0.0](https://github.com/typographist/core/compare/v21.0.1...v22.0.0) (2019-11-05)
2+
3+
4+
### Code Refactoring
5+
6+
* remove legacy utils ([6e45649](https://github.com/typographist/core/commit/6e45649))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* remove functions
12+
is, type, head, tail, every,all, any, pipe, map,reduce,filter,
13+
createMemoize,invariantWithPrefix, getTailBreakpointsValues
14+
getTailBreakpointsNames, makeBreakpointNamesList, makeBreakpoints,
15+
getInitialBreakpoint, replace makeBreakpointsMap with getBreakpointsMap
16+
117
## [21.0.1](https://github.com/typographist/core/compare/v21.0.0...v21.0.1) (2019-07-26)
218

319

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": "21.0.1",
3+
"version": "22.0.0",
44
"description": "Core API for typographist",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)