Skip to content

Commit

Permalink
v1.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
basilenouvellet committed Oct 11, 2018
1 parent 52dd4c0 commit 81006b1
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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-rc1"
"version": "1.1.0-rc2"
}
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": "1.0.0",
"version": "1.1.0-rc2",
"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": "1.0.0",
"version": "1.1.0-rc2",
"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.0.0",
"version": "1.1.0-rc2",
"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.0.0",
"version": "1.1.0-rc2",
"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.0.0",
"version": "1.1.0-rc2",
"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-rc1",
"version": "1.1.0-rc2",
"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-rc1",
"@adactive/adsum-utils": "^1.1.0-rc2",
"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.0.0",
"version": "1.1.0-rc2",
"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.0.0",
"version": "1.1.0-rc2",
"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.0.0",
"version": "1.1.0-rc2",
"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-rc1",
"version": "1.1.0-rc2",
"description": "Adsum Component utils",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
Expand Down

0 comments on commit 81006b1

Please sign in to comment.