Skip to content

Commit 23726fc

Browse files
committed
v0.14.0
1 parent 3c1bc4c commit 23726fc

File tree

40 files changed

+66
-66
lines changed

40 files changed

+66
-66
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.24",
3-
"version": "0.13.3"
3+
"version": "0.14.0"
44
}

packages/react-typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-typography",
33
"description": "Helpful React components for Typography.js",
4-
"version": "0.12.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"keywords": [
77
"css",

packages/typography-breakpoint-constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-breakpoint-constants",
33
"description": "Provide helpful constants for setting responsive breakpoints",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"keywords": [
77
"css",

packages/typography-design-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typography-design-tools",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "Design tools for Typography.js",
55
"main": "./dist/index.js",
66
"keywords": [
@@ -27,8 +27,8 @@
2727
"react-dom": "^15.2.1",
2828
"react-number-editor": "^4.0.2",
2929
"react-select": "^1.0.0-beta14",
30-
"react-typography": "^0.12.0",
31-
"typography": "^0.13.3"
30+
"react-typography": "^0.14.0",
31+
"typography": "^0.14.0"
3232
},
3333
"scripts": {
3434
"build": "../../node_modules/.bin/babel src --out-dir dist/",

packages/typography-normalize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-normalize",
33
"description": "Provides normalize.css as a commonjs module.",
4-
"version": "0.12.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"keywords": [
77
"css",

packages/typography-plugin-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-plugin-code",
33
"description": "A plugin for Typography.js that provides basic code styling both inline and block",
4-
"version": "0.13.3",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"keywords": [

packages/typography-theme-alton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-alton",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-bootstrap",
33
"description": "A theme for Typography.js inspired by Bootstrap's default typography",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"keywords": [

packages/typography-theme-de-young/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-de-young",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.2",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-doelger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-doelger",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-elk-glen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-elk-glen",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-fairy-gates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-fairy-gates",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-funston/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-funston",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"dependencies": {
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-github",
33
"description": "A theme for Typography.js inspired by Github's Markdown typography",
4-
"version": "0.13.1",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0"

packages/typography-theme-grand-view/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-grand-view",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-irving/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-irving",
33
"description": "A theme for typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-judah/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-judah",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-kirkham/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-kirkham",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.1",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-lawton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-lawton",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-lincoln/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-lincoln",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-moraga/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "typography-theme-moraga",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"dependencies": {
88
"compass-vertical-rhythm": "^1.2.1",
99
"gray-percentage": "^2.0.0",
10-
"typography-breakpoint-constants": "^0.13.0"
10+
"typography-breakpoint-constants": "^0.14.0"
1111
},
1212
"keywords": [
1313
"css",

packages/typography-theme-noriega/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-noriega",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"keywords": [

packages/typography-theme-ocean-beach/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-ocean-beach",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-parnassus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-parnassus",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-st-annes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-st-annes",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-stern-grove/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-stern-grove",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-stow-lake/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "typography-theme-stow-lake",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",
88
"gray-percentage": "^2.0.0",
9-
"typography-breakpoint-constants": "^0.13.0"
9+
"typography-breakpoint-constants": "^0.14.0"
1010
},
1111
"keywords": [
1212
"css",

packages/typography-theme-sutro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-sutro",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-twin-peaks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typography-theme-twin-peaks",
33
"description": "A theme for Typography.js",
4-
"version": "0.13.1",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",
8-
"typography-breakpoint-constants": "^0.13.0"
8+
"typography-breakpoint-constants": "^0.14.0"
99
},
1010
"keywords": [
1111
"css",

packages/typography-theme-us-web-design-standards/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-us-web-design-standards",
33
"description": "A theme for Typography.js inspired by the US Web Design Standaards https://standards.usa.gov/typography/",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"keywords": [

packages/typography-theme-wikipedia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-Wikipedia",
33
"description": "A theme for Typography.js inspired by Wikipedia's typography",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"keywords": [
77
"css",

0 commit comments

Comments
 (0)