From 1831b7739e21f310b279e92e4bb1746a3259f805 Mon Sep 17 00:00:00 2001 From: appear Date: Wed, 2 Oct 2019 10:58:10 +0900 Subject: [PATCH] v1.0.0-alpha.21 --- docs/package.json | 34 +++++++++---------- lerna.json | 2 +- packages/action-sheet/package.json | 2 +- packages/app-banner/package.json | 4 +-- packages/author/package.json | 4 +-- packages/core-elements/package.json | 6 ++-- packages/date-picker/package.json | 4 +-- packages/floating-install-button/package.json | 4 +-- packages/footer/package.json | 4 +-- packages/image-carousel/package.json | 4 +-- packages/listing-filter/package.json | 2 +- packages/modals/package.json | 4 +-- packages/poi-list-elements/package.json | 10 +++--- packages/pricing/package.json | 6 ++-- packages/product-list-elements/package.json | 8 ++--- packages/public-header/package.json | 2 +- packages/react-contexts/package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/recommended-contents/package.json | 4 +-- packages/resource-list-element/package.json | 10 +++--- packages/review/package.json | 12 +++---- packages/scrap-button/package.json | 2 +- packages/triple-document/package.json | 10 +++--- packages/view-utilities/package.json | 2 +- tests/package.json | 16 ++++----- 25 files changed, 80 insertions(+), 80 deletions(-) diff --git a/docs/package.json b/docs/package.json index 53f486d79f..ca93759742 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-frontend-docs", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "private": true, "description": "Documentation project for triple-frontend packages", "scripts": { @@ -8,22 +8,22 @@ "build": "build-storybook -s ./public" }, "dependencies": { - "@titicaca/action-sheet": "^1.0.0-alpha.20", - "@titicaca/app-banner": "^1.0.0-alpha.20", - "@titicaca/author": "^1.0.0-alpha.20", - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/date-picker": "^1.0.0-alpha.20", - "@titicaca/floating-install-button": "^1.0.0-alpha.20", - "@titicaca/footer": "^1.0.0-alpha.20", - "@titicaca/image-carousel": "^1.0.0-alpha.20", - "@titicaca/listing-filter": "^1.0.0-alpha.20", - "@titicaca/modals": "^1.0.0-alpha.20", - "@titicaca/poi-list-elements": "^1.0.0-alpha.20", - "@titicaca/pricing": "^1.0.0-alpha.20", - "@titicaca/public-header": "^1.0.0-alpha.20", - "@titicaca/recommended-contents": "^1.0.0-alpha.20", - "@titicaca/review": "^1.0.0-alpha.20", - "@titicaca/triple-document": "^1.0.0-alpha.20", + "@titicaca/action-sheet": "^1.0.0-alpha.21", + "@titicaca/app-banner": "^1.0.0-alpha.21", + "@titicaca/author": "^1.0.0-alpha.21", + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/date-picker": "^1.0.0-alpha.21", + "@titicaca/floating-install-button": "^1.0.0-alpha.21", + "@titicaca/footer": "^1.0.0-alpha.21", + "@titicaca/image-carousel": "^1.0.0-alpha.21", + "@titicaca/listing-filter": "^1.0.0-alpha.21", + "@titicaca/modals": "^1.0.0-alpha.21", + "@titicaca/poi-list-elements": "^1.0.0-alpha.21", + "@titicaca/pricing": "^1.0.0-alpha.21", + "@titicaca/public-header": "^1.0.0-alpha.21", + "@titicaca/recommended-contents": "^1.0.0-alpha.21", + "@titicaca/review": "^1.0.0-alpha.21", + "@titicaca/triple-document": "^1.0.0-alpha.21", "http-proxy-middleware": "^0.20.0" }, "devDependencies": { diff --git a/lerna.json b/lerna.json index 26d3632932..b07db387e5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*", "tests" ], - "version": "1.0.0-alpha.20" + "version": "1.0.0-alpha.21" } diff --git a/packages/action-sheet/package.json b/packages/action-sheet/package.json index fccfd7687b..4df14fd0ce 100644 --- a/packages/action-sheet/package.json +++ b/packages/action-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/action-sheet", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Action sheet component", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", diff --git a/packages/app-banner/package.json b/packages/app-banner/package.json index a61a1ffeed..c2fc4c7c5e 100644 --- a/packages/app-banner/package.json +++ b/packages/app-banner/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/app-banner", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Common App Banner for Public Pages", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,6 +15,6 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/author/package.json b/packages/author/package.json index 978dfa5d9c..0f45f1c8cd 100644 --- a/packages/author/package.json +++ b/packages/author/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/author", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple Author UI elements", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,6 +15,6 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/core-elements/package.json b/packages/core-elements/package.json index 68ceccb2e1..0a7e4214b5 100644 --- a/packages/core-elements/package.json +++ b/packages/core-elements/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/core-elements", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple Design System Library", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -23,8 +23,8 @@ }, "homepage": "https://github.com/titicacadev/triple-design-system#readme", "dependencies": { - "@titicaca/scrap-button": "^1.0.0-alpha.20", - "@titicaca/view-utilities": "^1.0.0-alpha.20", + "@titicaca/scrap-button": "^1.0.0-alpha.21", + "@titicaca/view-utilities": "^1.0.0-alpha.21", "nuka-carousel": "4.4.1", "react-input-mask": "^2.0.4" }, diff --git a/packages/date-picker/package.json b/packages/date-picker/package.json index 78964be156..afcd9cda06 100644 --- a/packages/date-picker/package.json +++ b/packages/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/date-picker", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple - Date Picker", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,7 +15,7 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20", + "@titicaca/core-elements": "^1.0.0-alpha.21", "moment": "^2.24.0", "react-day-picker": "^7.3.0" } diff --git a/packages/floating-install-button/package.json b/packages/floating-install-button/package.json index d2444310f8..9f24495e13 100644 --- a/packages/floating-install-button/package.json +++ b/packages/floating-install-button/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/floating-install-button", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "floating triple install button", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/titicacadev/triple-frontend#readme", "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/footer/package.json b/packages/footer/package.json index db7e6f96e8..8eb7b3238e 100644 --- a/packages/footer/package.json +++ b/packages/footer/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/footer", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Common Footer for Public Pages", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,6 +15,6 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/image-carousel/package.json b/packages/image-carousel/package.json index 00ccdae922..03a157c9ba 100644 --- a/packages/image-carousel/package.json +++ b/packages/image-carousel/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/image-carousel", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple Image Carousel", "main": "lib/index.js", "files": [ @@ -16,6 +16,6 @@ "homepage": "https://github.com/titicacadev/triple-frontend#readme", "dependencies": { "@egjs/react-flicking": "^3.0.0", - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/listing-filter/package.json b/packages/listing-filter/package.json index 3424a31867..9285d0a167 100644 --- a/packages/listing-filter/package.json +++ b/packages/listing-filter/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/listing-filter", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Listing filter UI", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", diff --git a/packages/modals/package.json b/packages/modals/package.json index f946177222..6e6b243497 100644 --- a/packages/modals/package.json +++ b/packages/modals/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/modals", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple modal dialog components", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,6 +15,6 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/poi-list-elements/package.json b/packages/poi-list-elements/package.json index 557b3d8712..8dbff2fae2 100644 --- a/packages/poi-list-elements/package.json +++ b/packages/poi-list-elements/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/poi-list-elements", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple POI UI Elements", "main": "lib/index.js", "files": [ @@ -15,9 +15,9 @@ }, "homepage": "https://github.com/titicacadev/triple-frontend#readme", "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/resource-list-element": "^1.0.0-alpha.20", - "@titicaca/scrap-button": "^1.0.0-alpha.20", - "@titicaca/view-utilities": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/resource-list-element": "^1.0.0-alpha.21", + "@titicaca/scrap-button": "^1.0.0-alpha.21", + "@titicaca/view-utilities": "^1.0.0-alpha.21" } } diff --git a/packages/pricing/package.json b/packages/pricing/package.json index 62f6d3582f..0d85ec43b6 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/pricing", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple - pricing", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,7 +15,7 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/view-utilities": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/view-utilities": "^1.0.0-alpha.21" } } diff --git a/packages/product-list-elements/package.json b/packages/product-list-elements/package.json index d3839308a7..f73ffeb4d3 100644 --- a/packages/product-list-elements/package.json +++ b/packages/product-list-elements/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/product-list-elements", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple Product UI Elements", "main": "lib/index.js", "files": [ @@ -15,8 +15,8 @@ }, "homepage": "https://github.com/titicacadev/triple-frontend#readme", "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/resource-list-element": "^1.0.0-alpha.20", - "@titicaca/view-utilities": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/resource-list-element": "^1.0.0-alpha.21", + "@titicaca/view-utilities": "^1.0.0-alpha.21" } } diff --git a/packages/public-header/package.json b/packages/public-header/package.json index 18ce8021e8..566c7aa80b 100644 --- a/packages/public-header/package.json +++ b/packages/public-header/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/public-header", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Common Header for Public Pages", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", diff --git a/packages/react-contexts/package.json b/packages/react-contexts/package.json index 6ec5589992..08fa5d7604 100644 --- a/packages/react-contexts/package.json +++ b/packages/react-contexts/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/react-contexts", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "React context modules for triple web applications", "main": "lib/index.js", "files": [ diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 8a5e2ffde3..a1aee2398c 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/react-hooks", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "triple frontend custom hooks", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "license": "ISC", diff --git a/packages/recommended-contents/package.json b/packages/recommended-contents/package.json index b488d32e86..f2fc30582f 100644 --- a/packages/recommended-contents/package.json +++ b/packages/recommended-contents/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/recommended-contents", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Recommended contents list", "main": "lib/index.js", "files": [ @@ -15,6 +15,6 @@ }, "homepage": "https://github.com/titicacadev/triple-frontend#readme", "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21" } } diff --git a/packages/resource-list-element/package.json b/packages/resource-list-element/package.json index df0acead58..311f03fef5 100644 --- a/packages/resource-list-element/package.json +++ b/packages/resource-list-element/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/resource-list-element", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Triple - resource-list-element", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,9 +15,9 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/pricing": "^1.0.0-alpha.20", - "@titicaca/scrap-button": "^1.0.0-alpha.20", - "@titicaca/view-utilities": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/pricing": "^1.0.0-alpha.21", + "@titicaca/scrap-button": "^1.0.0-alpha.21", + "@titicaca/view-utilities": "^1.0.0-alpha.21" } } diff --git a/packages/review/package.json b/packages/review/package.json index 60accd1cd9..d19e885419 100644 --- a/packages/review/package.json +++ b/packages/review/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/review", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "UI Components for User Reviews from Triple Service", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", @@ -15,11 +15,11 @@ "url": "https://github.com/titicacadev/triple-frontend/issues" }, "dependencies": { - "@titicaca/action-sheet": "^1.0.0-alpha.20", - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/modals": "^1.0.0-alpha.20", - "@titicaca/react-contexts": "^1.0.0-alpha.20", - "@titicaca/view-utilities": "^1.0.0-alpha.20", + "@titicaca/action-sheet": "^1.0.0-alpha.21", + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/modals": "^1.0.0-alpha.21", + "@titicaca/react-contexts": "^1.0.0-alpha.21", + "@titicaca/view-utilities": "^1.0.0-alpha.21", "humps": "^2.0.1", "isomorphic-fetch": "^2.2.1", "moment": "^2.24.0", diff --git a/packages/scrap-button/package.json b/packages/scrap-button/package.json index 34dfb13819..bbbd69c8fa 100644 --- a/packages/scrap-button/package.json +++ b/packages/scrap-button/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/scrap-button", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Listing filter UI", "homepage": "https://github.com/titicacadev/triple-frontend#readme", "main": "lib/index.js", diff --git a/packages/triple-document/package.json b/packages/triple-document/package.json index 4483e20b10..de77e2c0c9 100644 --- a/packages/triple-document/package.json +++ b/packages/triple-document/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-document", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "TripleDocument: Formatted Content System", "main": "lib/index.js", "files": [ @@ -15,10 +15,10 @@ }, "homepage": "https://github.com/titicacadev/triple-frontend#readme", "dependencies": { - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/modals": "^1.0.0-alpha.20", - "@titicaca/poi-list-elements": "^1.0.0-alpha.20", - "@titicaca/react-contexts": "^1.0.0-alpha.20" + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/modals": "^1.0.0-alpha.21", + "@titicaca/poi-list-elements": "^1.0.0-alpha.21", + "@titicaca/react-contexts": "^1.0.0-alpha.21" }, "peerDependencies": { "@sentry/browser": "^5.4.3" diff --git a/packages/view-utilities/package.json b/packages/view-utilities/package.json index 3f41e479bf..fc18927595 100644 --- a/packages/view-utilities/package.json +++ b/packages/view-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/view-utilities", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "description": "Utilities for Triple view libraries and applications", "main": "lib/index.js", "files": [ diff --git a/tests/package.json b/tests/package.json index 8f99a894d7..1ce88aa5b5 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/triple-frontend-tests", - "version": "1.0.0-alpha.20", + "version": "1.0.0-alpha.21", "private": true, "description": "Triple Design Systems Test", "scripts": { @@ -25,13 +25,13 @@ "webpack-cli": "^3.1.2" }, "dependencies": { - "@titicaca/action-sheet": "^1.0.0-alpha.20", - "@titicaca/author": "^1.0.0-alpha.20", - "@titicaca/core-elements": "^1.0.0-alpha.20", - "@titicaca/modals": "^1.0.0-alpha.20", - "@titicaca/pricing": "^1.0.0-alpha.20", - "@titicaca/scrap-button": "^1.0.0-alpha.20", - "@titicaca/triple-document": "^1.0.0-alpha.20", + "@titicaca/action-sheet": "^1.0.0-alpha.21", + "@titicaca/author": "^1.0.0-alpha.21", + "@titicaca/core-elements": "^1.0.0-alpha.21", + "@titicaca/modals": "^1.0.0-alpha.21", + "@titicaca/pricing": "^1.0.0-alpha.21", + "@titicaca/scrap-button": "^1.0.0-alpha.21", + "@titicaca/triple-document": "^1.0.0-alpha.21", "koa": "^2.5.3", "koa-static": "^5.0.0", "react": "^16.4.2",