Skip to content

Commit 151eb2a

Browse files
authored
Merge pull request #8 from titicacadev/jayg/20190827/bump-up-1.0.0-alpha.3
🔖 Bump version up to ^1.0.0-alpha.3
2 parents 8df2a85 + 3dc756c commit 151eb2a

File tree

11 files changed

+31
-32
lines changed

11 files changed

+31
-32
lines changed

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@titicaca/triple-frontend-docs",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.3",
44
"private": true,
55
"description": "Documentation project for triple-frontend packages",
66
"scripts": {
77
"dev": "start-storybook -p 6006 -s ./public",
88
"build": "build-storybook -s ./public"
99
},
1010
"dependencies": {
11-
"@titicaca/triple-author": "^1.0.0-alpha.2",
12-
"@titicaca/triple-design-system": "^1.0.0-alpha.0",
13-
"@titicaca/triple-document": "^1.0.0-alpha.0",
14-
"@titicaca/triple-poi": "^1.0.0-alpha.0"
11+
"@titicaca/triple-author": "^1.0.0-alpha.3",
12+
"@titicaca/triple-design-system": "^1.0.0-alpha.3",
13+
"@titicaca/triple-document": "^1.0.0-alpha.3",
14+
"@titicaca/triple-poi": "^1.0.0-alpha.3"
1515
},
1616
"devDependencies": {
1717
"@storybook/addon-actions": "^5.0.3",

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages": [
3-
"packages/*",
43
"docs",
4+
"packages/*",
55
"tests"
66
],
7-
"version": "1.0.0-alpha.2"
7+
"version": "1.0.0-alpha.3"
88
}

packages/triple-author/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-author",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Triple Author UI elements",
55
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
66
"main": "lib/index.js",
@@ -15,6 +15,6 @@
1515
"url": "https://github.com/titicacadev/triple-frontend/issues"
1616
},
1717
"dependencies": {
18-
"@titicaca/triple-design-system": "^1.0.0-alpha.2"
18+
"@titicaca/triple-design-system": "^1.0.0-alpha.3"
1919
}
2020
}

packages/triple-design-system/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-design-system",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Triple Design System Library",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/titicacadev/triple-design-system#readme",
2525
"dependencies": {
26-
"@titicaca/triple-view-utilities": "^1.0.0-alpha.2",
26+
"@titicaca/triple-view-utilities": "^1.0.0-alpha.3",
2727
"nuka-carousel": "4.4.1",
2828
"react-addons-css-transition-group": "^15.6.2",
2929
"react-input-mask": "^2.0.4"

packages/triple-document/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-document",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "TripleDocument: Formatted Content System",
55
"main": "lib/index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
},
1616
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
1717
"dependencies": {
18-
"@titicaca/triple-design-system": "^1.0.0-alpha.2",
19-
"@titicaca/triple-poi": "^1.0.0-alpha.2"
18+
"@titicaca/triple-design-system": "^1.0.0-alpha.3",
19+
"@titicaca/triple-poi": "^1.0.0-alpha.3"
2020
}
2121
}

packages/triple-image-carousel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-image-carousel",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Triple Image Carousel",
55
"main": "lib/index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
},
1616
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
1717
"dependencies": {
18-
"@titicaca/triple-design-system": "^1.0.0-alpha.2",
18+
"@titicaca/triple-design-system": "^1.0.0-alpha.3",
1919
"nuka-carousel": "4.4.1"
2020
}
21-
}
21+
}

packages/triple-poi/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-poi",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Triple POI UI Elements",
55
"main": "lib/index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
},
1616
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
1717
"dependencies": {
18-
"@titicaca/triple-design-system": "^1.0.0-alpha.2",
19-
"@titicaca/triple-view-utilities": "^1.0.0-alpha.2"
18+
"@titicaca/triple-design-system": "^1.0.0-alpha.3",
19+
"@titicaca/triple-view-utilities": "^1.0.0-alpha.3"
2020
}
2121
}

packages/triple-product/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-product",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Triple Product UI Elements",
55
"main": "lib/index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
},
1616
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
1717
"dependencies": {
18-
"@titicaca/triple-design-system": "^1.0.0-alpha.2",
19-
"@titicaca/triple-view-utilities": "^1.0.0-alpha.2"
18+
"@titicaca/triple-design-system": "^1.0.0-alpha.3",
19+
"@titicaca/triple-view-utilities": "^1.0.0-alpha.3"
2020
}
2121
}

packages/triple-review/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-review",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "UI Components for User Reviews from Triple Service",
55
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
66
"main": "lib/index.js",
@@ -15,6 +15,6 @@
1515
"url": "https://github.com/titicacadev/triple-frontend/issues"
1616
},
1717
"dependencies": {
18-
"@titicaca/triple-design-system": "^1.0.0-alpha.2"
18+
"@titicaca/triple-design-system": "^1.0.0-alpha.3"
1919
}
2020
}

packages/triple-view-utilities/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-view-utilities",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Utilities for Triple view libraries and applications",
55
"main": "lib/index.js",
66
"files": [
@@ -13,6 +13,5 @@
1313
"bugs": {
1414
"url": "https://github.com/titicacadev/triple-frontend/issues"
1515
},
16-
"homepage": "https://github.com/titicacadev/triple-frontend#readme",
17-
"dependencies": {}
16+
"homepage": "https://github.com/titicacadev/triple-frontend#readme"
1817
}

tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titicaca/triple-frontend-tests",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.3",
44
"private": true,
55
"description": "Triple Design Systems Test",
66
"scripts": {
@@ -25,9 +25,9 @@
2525
"webpack-cli": "^3.1.2"
2626
},
2727
"dependencies": {
28-
"@titicaca/triple-author": "^1.0.0-alpha.1",
29-
"@titicaca/triple-design-system": "^1.0.0-alpha.1",
30-
"@titicaca/triple-document": "^1.0.0-alpha.1",
28+
"@titicaca/triple-author": "^1.0.0-alpha.3",
29+
"@titicaca/triple-design-system": "^1.0.0-alpha.3",
30+
"@titicaca/triple-document": "^1.0.0-alpha.3",
3131
"koa": "^2.5.3",
3232
"koa-static": "^5.0.0",
3333
"react": "^16.4.2",

0 commit comments

Comments
 (0)