Skip to content

Commit

Permalink
chore(Prerelease): 2.13.0-alpha.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwcikxz committed Aug 12, 2020
1 parent 373dd70 commit 2432812
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/cra-template-royalnavy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-royalnavy",
"version": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"main": "template.json",
"publishConfig": {
"access": "public"
Expand Down
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": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 6 additions & 6 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": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"author": "Royal Navy",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -44,10 +44,10 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"@royalnavy/css-framework": "^2.12.1-alpha.8",
"@royalnavy/fonts": "^2.12.1-alpha.8",
"@royalnavy/icon-library": "^2.12.1-alpha.8",
"@royalnavy/react-component-library": "^2.12.1-alpha.8",
"@royalnavy/css-framework": "^2.13.0-alpha.0",
"@royalnavy/fonts": "^2.13.0-alpha.0",
"@royalnavy/icon-library": "^2.13.0-alpha.0",
"@royalnavy/react-component-library": "^2.13.0-alpha.0",
"change-case": "^4.1.1",
"firacode": "^5.2.0",
"gatsby": "^2.19.5",
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@royalnavy/eslint-config-react": "^2.12.1-alpha.8",
"@royalnavy/eslint-config-react": "^2.13.0-alpha.0",
"@svgr/cli": "^5.1.0",
"@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^10.0.2",
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": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"files": [
"index.js",
"prettier.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@royalnavy/fonts",
"version": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"main": "index.css",
"author": "Royal Navy",
"license": "Apache-2.0",
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": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"author": "Royal Navy",
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": "2.12.1-alpha.8",
"version": "2.13.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -136,10 +136,10 @@
],
"dependencies": {
"@datepicker-react/hooks": "^2.4.1",
"@royalnavy/css-framework": "^2.12.1-alpha.8",
"@royalnavy/eslint-config-react": "^2.12.1-alpha.8",
"@royalnavy/fonts": "^2.12.1-alpha.8",
"@royalnavy/icon-library": "^2.12.1-alpha.8",
"@royalnavy/css-framework": "^2.13.0-alpha.0",
"@royalnavy/eslint-config-react": "^2.13.0-alpha.0",
"@royalnavy/fonts": "^2.13.0-alpha.0",
"@royalnavy/icon-library": "^2.13.0-alpha.0",
"@types/react-responsive": "^8.0.2",
"@types/react-toast-notifications": "^2.4.0",
"classnames": "^2.2.6",
Expand Down

0 comments on commit 2432812

Please sign in to comment.