Skip to content

Commit

Permalink
Merge pull request #427 from Royal-Navy/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
thyhjwb6 authored Nov 13, 2019
2 parents 93ce955 + 50d2ce8 commit 1d7fe23
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.6.1",
"version": "1.7.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/css-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@royalnavy/css-framework",
"description": "Foundational CSS Framework for Royal Navy components and applications.",
"version": "1.6.1",
"version": "1.7.0",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": ">=10.13.0 <13"
},
"description": "The documentation site for royalnavy.io",
"version": "1.6.1",
"version": "1.7.0",
"author": "NELSON",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@royalnavy/css-framework": "^1.6.1",
"@royalnavy/icon-library": "^1.6.1",
"@royalnavy/react-component-library": "^1.6.1",
"@royalnavy/css-framework": "^1.7.0",
"@royalnavy/icon-library": "^1.7.0",
"@royalnavy/react-component-library": "^1.7.0",
"change-case": "^3.1.0",
"formik": "^2.0.3",
"gatsby": "^2.17.10",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@royalnavy/eslint-config-react": "^1.6.1",
"@royalnavy/eslint-config-react": "^1.7.0",
"@testing-library/jest-dom": "^4.2.3",
"@testing-library/react": "^9.3.2",
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@royalnavy/eslint-config-react",
"version": "1.6.1",
"version": "1.7.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@royalnavy/icon-library",
"version": "1.6.1",
"version": "1.7.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"author": "NELSON",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@royalnavy/react-component-library",
"description": "A collection of react components and helpers to assist in building applications for the Royal Navy",
"version": "1.6.1",
"version": "1.7.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"@royalnavy/storybook-react-input-state": "^1.6.1",
"@royalnavy/storybook-react-input-state": "^1.7.0",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
Expand Down Expand Up @@ -123,15 +123,15 @@
"dist"
],
"dependencies": {
"@royalnavy/css-framework": "^1.6.1",
"@royalnavy/icon-library": "^1.6.1",
"@royalnavy/css-framework": "^1.7.0",
"@royalnavy/icon-library": "^1.7.0",
"@types/react-responsive": "^8.0.2",
"classnames": "^2.2.6",
"date-fns": "^2.6.0",
"react-addons-css-transition-group": "^15.6.2",
"react-children-utilities": "^1.3.3",
"react-indiana-drag-scroll": "^1.4.2",
"react-compound-slider": "^2.3.0",
"react-indiana-drag-scroll": "^1.4.2",
"react-responsive": "^8.0.1",
"react-select": "^3.0.8"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/reactapp/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "reactapp",
"version": "1.6.1",
"version": "1.7.0",
"private": true,
"dependencies": {
"@royalnavy/css-framework": "^1.6.1",
"@royalnavy/react-component-library": "^1.6.1",
"@royalnavy/css-framework": "^1.7.0",
"@royalnavy/react-component-library": "^1.7.0",
"formik": "^2.0.3",
"node-sass": "4.13.0",
"react": "^16.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-react-input-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@royalnavy/storybook-react-input-state",
"description": "State wrapper for form components in react storybook stories",
"version": "1.6.1",
"version": "1.7.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1d7fe23

Please sign in to comment.