Skip to content

Commit

Permalink
v2.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Basile Nouvellet committed Nov 27, 2018
1 parent 66ce319 commit dcdaeb6
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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": "2.0.0"
"version": "2.1.0-alpha.0"
}
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.1.0-alpha.0",
"description": "Adsum A-Z scrolling component",
"main": "index.js",
"author": "Stanley Ong <andrei.pavlov@adactive.com>",
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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.0-alpha.0",
"description": "Adsum Keyboard Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/adsum-loadingScreen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adactive/arc-loading-screen",
"version": "0.0.1",
"version": "2.1.0-alpha.0",
"description": "Adsum Loading Screen Component",
"main": "index.js",
"author": "Basile Nouvellet <basile.nouvellet@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": "2.0.0",
"version": "2.1.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": "^2.0.0",
"@adactive/adsum-utils": "^2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.0-alpha.0",
"description": "Adsum Component utils",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down

0 comments on commit dcdaeb6

Please sign in to comment.