Skip to content

Commit 5c1624e

Browse files
committed
$(echo v0.0.8)
1 parent 756ae05 commit 5c1624e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.10",
3-
"version": "0.0.7"
3+
"version": "0.0.8"
44
}

packages/react-atlas-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"registry": "http://registry.npmjs.org/"
55
},
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"description": "Core set of composable components for react-atlas",
88
"author": "Digital River Experience Engineering (https://github.com/orgs/DigitalRiver/teams/experience-engineering)",
99
"main": "./lib/index.js",

packages/react-atlas-default-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"registry": "http://registry.npmjs.org/"
55
},
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"description": "themed set of composable components from react-atlas-core",
88
"author": "Digital River Experience Engineering (https://github.com/orgs/DigitalRiver/teams/experience-engineering)",
99
"main": "./lib/index.js",
@@ -33,7 +33,7 @@
3333
"react-addons-css-transition-group": "^15.0.2",
3434
"normalize.css": "^4.1.1",
3535
"react-autosuggest": "^3.7.3",
36-
"react-atlas-core": "^0.0.7"
36+
"react-atlas-core": "^0.0.8"
3737
},
3838
"devDependencies": {
3939
"autoprefixer": "^6.3.6",

packages/react-atlas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"registry": "http://registry.npmjs.org/"
55
},
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"description": "Composable React components with CSS Modules.",
88
"author": "Digital River Experience Engineering (https://github.com/orgs/DigitalRiver/teams/experience-engineering)",
99
"main": "./lib",
@@ -29,8 +29,8 @@
2929
"react": "^15.0.2",
3030
"react-dom": "^15.0.2",
3131
"react-addons-css-transition-group": "^15.0.2",
32-
"react-atlas-default-theme": "^0.0.7",
33-
"react-atlas-core": "^0.0.7",
32+
"react-atlas-default-theme": "^0.0.8",
33+
"react-atlas-core": "^0.0.8",
3434
"normalize.css": "^4.1.1"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)