WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3c56aa8

Browse files
committed
v0.15.0
1 parent 2341cfa commit 3c56aa8

File tree

36 files changed

+38
-38
lines changed

36 files changed

+38
-38
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.30",
3-
"version": "0.14.0"
3+
"version": "0.15.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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"peerDependencies": {
77
"react": "^0.14.0 || ^15.0.0"

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.14.0",
3+
"version": "0.15.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.14.0",
31-
"typography": "^0.14.0"
30+
"react-typography": "^0.15.0",
31+
"typography": "^0.15.0"
3232
},
3333
"scripts": {
3434
"build": "../../node_modules/.bin/babel src --out-dir dist/",

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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"compass-vertical-rhythm": "^1.2.1",

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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",

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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"gray-percentage": "^2.0.0",

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.14.0",
4+
"version": "0.15.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"main": "./dist/index.js",
77
"dependencies": {

0 commit comments

Comments
 (0)