Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpeter committed Jul 25, 2017
1 parent 6c83510 commit 39bdc84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/ndla-image-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndla-image-search",
"version": "0.1.5",
"version": "0.1.6",
"description": "A simple library for searching images from NDLA",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"ndla-article-scripts": "^0.0.3",
"ndla-licenses": "^0.0.9",
"ndla-ui": "^0.7.5",
"ndla-ui": "^0.7.6",
"ndla-util": "^0.1.4"
},
"peerDependencies": {
"classnames": "^2.2.5",
"ndla-article-scripts": "^0.0.3",
"ndla-licenses": "^0.0.9",
"ndla-ui": "^0.7.5",
"ndla-ui": "^0.7.6",
"ndla-util": "^0.1.4",
"react": "^15.0.0",
"react-bem-helper": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ndla-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndla-ui",
"version": "0.7.5",
"version": "0.7.6",
"description": "Styleguide and ui component library for NDLA.",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -61,11 +61,11 @@
"moment": "^2.17.1",
"ndla-article-scripts": "^0.0.7",
"ndla-editor": "^0.1.6",
"ndla-image-search": "^0.1.5",
"ndla-image-search": "^0.1.6",
"ndla-licenses": "^0.0.9",
"ndla-tabs": "^0.3.3",
"ndla-util": "^0.1.4",
"ndla-video-search": "^0.1.5",
"ndla-video-search": "^0.1.6",
"node-sass": "^4.3.0",
"react-helmet": "5.1.3",
"react-modal": "^1.6.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/ndla-video-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndla-video-search",
"version": "0.1.5",
"version": "0.1.6",
"description": "A simple library for searching NDLA videos",
"license": "GPL-3.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -29,15 +29,15 @@
"devDependencies": {
"ndla-article-scripts": "^0.0.3",
"ndla-licenses": "^0.0.9",
"ndla-ui": "^0.7.5",
"ndla-ui": "^0.7.6",
"ndla-util": "^0.1.4",
"react-helmet": "^5.1.3"
},
"peerDependencies": {
"classnames": "^2.2.5",
"ndla-article-scripts": "^0.0.3",
"ndla-licenses": "^0.0.9",
"ndla-ui": "^0.7.5",
"ndla-ui": "^0.7.6",
"ndla-util": "^0.1.4",
"react": "^15.0.0",
"react-bem-helper": "^1.2.0",
Expand Down

0 comments on commit 39bdc84

Please sign in to comment.