Skip to content

Commit

Permalink
v2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basilenouvellet committed Oct 31, 2018
1 parent 1ba9ad5 commit 63ecd15
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.0"
"version": "2.0.0-alpha.0"
}
6 changes: 3 additions & 3 deletions packages/adsum-az-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/az-scroller",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum A-Z scrolling component",
"main": "index.js",
"author": "Stanley Ong <andrei.pavlov@adactive.com>",
Expand All @@ -23,9 +23,9 @@
"fs-extra": "^7.0.0"
},
"devDependencies": {
"classnames": "^2.2.6",
"react": "^16.3.2",
"react-list": "^0.8.8",
"classnames": "^2.2.6"
"react-list": "^0.8.8"
},
"peerDependencies": {
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-carousel",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Carousel Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-clock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-clock",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Clock Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-itemCarousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-itemcarousel",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Item Carousel Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-keyboard",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Keyboard Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/adsum-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-map",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Map Component",
"main": "index.js",
"author": "Antoine Bigard <antoine.bigard@adactive.com>",
Expand All @@ -15,7 +15,7 @@
},
"scripts": {},
"dependencies": {
"@adactive/adsum-utils": "^1.1.0",
"@adactive/adsum-utils": "^2.0.0-alpha.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"prex-es5": "^0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-qrCode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-qrcode",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum QrCode Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-screensaver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-screensaver",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Screensaver Component",
"main": "index.js",
"author": "Andrei Pavlov <andrei.pavlov@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-search",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Search Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/adsum-utils",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "Adsum Component utils",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down

0 comments on commit 63ecd15

Please sign in to comment.