Skip to content

Commit 6a00a1e

Browse files
committed
v0.12.0
1 parent 4bc6f43 commit 6a00a1e

File tree

39 files changed

+42
-42
lines changed

39 files changed

+42
-42
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.11.12"
3+
"version": "0.12.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.11.0",
4+
"version": "0.12.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.11.12",
3+
"version": "0.12.0",
44
"description": "Design tools for Typography.js",
55
"main": "./dist/index.js",
66
"keywords": [
@@ -19,8 +19,8 @@
1919
"react-dom": "^15.2.1",
2020
"react-number-editor": "^4.0.2",
2121
"react-select": "^1.0.0-beta14",
22-
"react-typography": "^0.11.0",
23-
"typography": "^0.11.11"
22+
"react-typography": "^0.12.0",
23+
"typography": "^0.12.0"
2424
},
2525
"scripts": {
2626
"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.10.0",
4+
"version": "0.12.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.11.5",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"keywords": [

packages/typography-theme-alton/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-alton",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

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.11.8",
4+
"version": "0.12.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-de-young",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-doelger/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-doelger",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.12",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-elk-glen/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-elk-glen",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.12",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-fairy-gates/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-fairy-gates",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-funston/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-funston",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"dependencies": {

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.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2"

packages/typography-theme-grand-view/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-grand-view",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-irving/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-irving",
33
"description": "A theme for typography.js",
4-
"version": "0.11.12",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-judah/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-judah",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-kirkham/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-kirkham",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-lawton/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-lawton",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-lincoln/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-lincoln",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-moraga/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-moraga",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "./dist/index.js",
77
"dependencies": {

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.11.8",
4+
"version": "0.12.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography-theme-ocean-beach",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.9",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-parnassus/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-parnassus",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-st-annes/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-st-annes",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-stern-grove/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-stern-grove",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-stow-lake/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-stow-lake",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.9",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

packages/typography-theme-sutro/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-sutro",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-twin-peaks/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-twin-peaks",
33
"description": "A theme for Typography.js",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

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.11.8",
4+
"version": "0.12.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.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"keywords": [
77
"css",

packages/typography-theme-wordpress-2010/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-wordpress-2010",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2010 default theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2"

packages/typography-theme-wordpress-2011/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-wordpress-2011",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2011 default theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"keywords": [
77
"css",

packages/typography-theme-wordpress-2012/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-wordpress-2012",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2012 default theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2"

packages/typography-theme-wordpress-2013/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-wordpress-2013",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2013 default theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-wordpress-2014/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-wordpress-2014",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2014 default theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2"

packages/typography-theme-wordpress-2015/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-wordpress-2015",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2015 default theme",
4-
"version": "0.11.9",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-wordpress-2016/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-wordpress-2016",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2016 default theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2",

packages/typography-theme-wordpress-kubrick/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-wordpress-kubrick",
33
"description": "A theme for Typography.js inspired by the typography of the Wordpress Kubrick theme",
4-
"version": "0.11.7",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"gray-percentage": "^1.1.2"

packages/typography/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typography",
33
"description": "Opinionated toolkit for building websites with beautiful typography",
4-
"version": "0.11.11",
4+
"version": "0.12.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.0",
@@ -10,7 +10,7 @@
1010
"lodash": "^4.13.1",
1111
"modularscale": "^1.0.2",
1212
"object-assign": "^4.1.0",
13-
"typography-normalize": "^0.10.0"
13+
"typography-normalize": "^0.12.0"
1414
},
1515
"homepage": "https://github.com/KyleAMathews/react-typography",
1616
"keywords": [

0 commit comments

Comments
 (0)