Skip to content

Commit

Permalink
chore(Release): 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwcikxz committed Dec 16, 2020
1 parent 2d042c9 commit 97b8e5e
Show file tree
Hide file tree
Showing 18 changed files with 105 additions and 20 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)


### Features

* **Badge:** Migrate to styled-components ([1eea54a](https://github.com/Royal-Navy/design-system/commit/1eea54ae41fb4b56e357d01910217bd7928963eb))
* **ContextMenu:** Allow open on a left click ([6f32dd3](https://github.com/Royal-Navy/design-system/commit/6f32dd3ba24c05e2f9f9d074a9a2a9073cd95a5e))
* **ContextMenu:** Prevent padding without icons ([2f680f5](https://github.com/Royal-Navy/design-system/commit/2f680f5c3991c586172ec212b4b2be5d60c2992e))





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)


Expand Down
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.25.0",
"version": "2.26.0",
"npmClient": "yarn"
}
8 changes: 8 additions & 0 deletions packages/cra-template-royalnavy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/royal-navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)

**Note:** Version bump only for package cra-template-royalnavy





# [2.25.0](https://github.com/royal-navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)

**Note:** Version bump only for package cra-template-royalnavy
Expand Down
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.25.0",
"version": "2.26.0",
"main": "template.json",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/css-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)


### Features

* **Badge:** Migrate to styled-components ([1eea54a](https://github.com/Royal-Navy/design-system/commit/1eea54ae41fb4b56e357d01910217bd7928963eb))





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)

**Note:** Version bump only for package @royalnavy/css-framework
Expand Down
4 changes: 2 additions & 2 deletions packages/css-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@royalnavy/css-framework",
"version": "2.25.0",
"version": "2.26.0",
"main": "index.scss",
"author": "Royal Navy",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@royalnavy/design-tokens": "^2.25.0"
"@royalnavy/design-tokens": "^2.26.0"
},
"devDependencies": {
"lint-staged": "^10.2.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)

**Note:** Version bump only for package @royalnavy/design-tokens





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)

**Note:** Version bump only for package @royalnavy/design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@royalnavy/design-tokens",
"version": "2.25.0",
"version": "2.26.0",
"main": "dist/cjs/index.js",
"author": "Royal Navy",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)

**Note:** Version bump only for package royalnavy.io





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)


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": ">=12.18.3 <15"
},
"description": "The documentation site for royalnavy.io",
"version": "2.25.0",
"version": "2.26.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.25.0",
"@royalnavy/fonts": "^2.25.0",
"@royalnavy/icon-library": "^2.25.0",
"@royalnavy/react-component-library": "^2.25.0",
"@royalnavy/css-framework": "^2.26.0",
"@royalnavy/fonts": "^2.26.0",
"@royalnavy/icon-library": "^2.26.0",
"@royalnavy/react-component-library": "^2.26.0",
"change-case": "^4.1.1",
"firacode": "^5.2.0",
"gatsby": "^2.19.5",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@royalnavy/eslint-config-react": "^2.25.0",
"@royalnavy/eslint-config-react": "^2.26.0",
"@svgr/cli": "^5.1.0",
"@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^11.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)

**Note:** Version bump only for package @royalnavy/eslint-config-react





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)


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.25.0",
"version": "2.26.0",
"files": [
"index.js",
"prettier.config.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)

**Note:** Version bump only for package @royalnavy/fonts





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)

**Note:** Version bump only for package @royalnavy/fonts
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.25.0",
"version": "2.26.0",
"main": "index.css",
"author": "Royal Navy",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/icon-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)

**Note:** Version bump only for package @royalnavy/icon-library





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)

**Note:** Version bump only for package @royalnavy/icon-library
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.25.0",
"version": "2.26.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"author": "Royal Navy",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.26.0](https://github.com/Royal-Navy/design-system/compare/2.25.0...2.26.0) (2020-12-16)


### Features

* **Badge:** Migrate to styled-components ([1eea54a](https://github.com/Royal-Navy/design-system/commit/1eea54ae41fb4b56e357d01910217bd7928963eb))
* **ContextMenu:** Allow open on a left click ([6f32dd3](https://github.com/Royal-Navy/design-system/commit/6f32dd3ba24c05e2f9f9d074a9a2a9073cd95a5e))
* **ContextMenu:** Prevent padding without icons ([2f680f5](https://github.com/Royal-Navy/design-system/commit/2f680f5c3991c586172ec212b4b2be5d60c2992e))





# [2.25.0](https://github.com/Royal-Navy/design-system/compare/2.24.0...2.25.0) (2020-12-15)


Expand Down
12 changes: 6 additions & 6 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.25.0",
"version": "2.26.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@royalnavy/eslint-config-react": "^2.25.0",
"@royalnavy/eslint-config-react": "^2.26.0",
"@storybook/addon-a11y": "^6.1.9",
"@storybook/addon-actions": "^6.1.9",
"@storybook/addon-knobs": "^6.1.9",
Expand Down Expand Up @@ -149,10 +149,10 @@
],
"dependencies": {
"@datepicker-react/hooks": "^2.4.1",
"@royalnavy/css-framework": "^2.25.0",
"@royalnavy/design-tokens": "^2.25.0",
"@royalnavy/fonts": "^2.25.0",
"@royalnavy/icon-library": "^2.25.0",
"@royalnavy/css-framework": "^2.26.0",
"@royalnavy/design-tokens": "^2.26.0",
"@royalnavy/fonts": "^2.26.0",
"@royalnavy/icon-library": "^2.26.0",
"@types/react-responsive": "^8.0.2",
"@types/react-toast-notifications": "^2.4.0",
"classnames": "^2.2.6",
Expand Down

0 comments on commit 97b8e5e

Please sign in to comment.