Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
bump all packages to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SiAdcock committed Nov 11, 2020
1 parent ac7942a commit 040fa13
Show file tree
Hide file tree
Showing 23 changed files with 113 additions and 93 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@
> - :globe_with_meridians: [Accessibility improvement]
> - :page_with_curl: [Documentation]
## 11 November 2020

**`@guardian/src-brand 2.6.0`**

- :sparkles: [74639ae](https://github.com/guardian/source/commit/74639aedc0af739e0d789b3c42579732b1a86854) add filled roundels
- :page_with_curl: [79da8a6](https://github.com/guardian/source/commit/79da8a6e4efc00bacf6ceb6f2f4a97fb9b749808) add brand readme

**`@guardian/src-choice-card 2.6.0`**

- :page_with_curl: [4e8ea7e](https://github.com/guardian/source/commit/4e8ea7efa7d78c8b2c8423e713d4062431e54c9f) move columns prop to group docs
- :page_with_curl: [203638f](https://github.com/guardian/source/commit/203638f14549870bb879a595a442f08dac932df0) simplify columns story

**`@guardian/src-layout 2.6.0`**

- :nail_care: [80e2dc7](https://github.com/guardian/source/commit/80e2dc755278e6c5933400c9ff03beb7199c265b) update container side padding to be 20px from mobile landscape (thanks @i-hardy)

**`@guardian/src-link 2.6.0`**

- :bug: [e46ee53](https://github.com/guardian/source/commit/e46ee533fb10a0fe7c4dd0b3b65d991e18b69e67) Allow links with icons to sit inline (thanks @webb04)

## 16 October 2020

**`@guardian/src-button 2.5.0`**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"scripts": {
"storybook": "yarn watch:foundations & yarn watch:icons & start-storybook --port 9009",
Expand Down
6 changes: 3 additions & 3 deletions src/core/brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-brand",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -26,8 +26,8 @@
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-helpers": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"@guardian/src-helpers": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions src/core/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-accordion",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/accordion.js",
"module": "dist/accordion.esm.js",
Expand All @@ -26,8 +26,8 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-link": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"@guardian/src-link": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -40,10 +40,10 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
}
}
10 changes: 5 additions & 5 deletions src/core/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-button",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/button.js",
"module": "dist/button.esm.js",
Expand All @@ -26,15 +26,15 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-icons": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"@guardian/src-icons": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
},
"files": [
"dist/*.js",
Expand All @@ -44,7 +44,7 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
}
}
12 changes: 6 additions & 6 deletions src/core/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-checkbox",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/checkbox.js",
"module": "dist/checkbox.esm.js",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -39,12 +39,12 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0",
"@guardian/src-label": "^2.6.0-rc.0",
"@guardian/src-user-feedback": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0",
"@guardian/src-label": "^2.6.0",
"@guardian/src-user-feedback": "^2.6.0"
}
}
12 changes: 6 additions & 6 deletions src/core/components/choice-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-choice-card",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/choice-card.js",
"module": "dist/choice-card.esm.js",
Expand All @@ -26,8 +26,8 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-icons": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"@guardian/src-icons": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -40,11 +40,11 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0",
"@guardian/src-user-feedback": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0",
"@guardian/src-user-feedback": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions src/core/components/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-footer",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/footer.js",
"module": "dist/footer.esm.js",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -39,10 +39,10 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions src/core/components/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-grid",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/grid.js",
"module": "dist/grid.esm.js",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -42,10 +42,10 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
}
}
10 changes: 5 additions & 5 deletions src/core/components/inline-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-inline-error",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/inline-error.js",
"module": "dist/inline-error.esm.js",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -39,11 +39,11 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0",
"@guardian/src-icons": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0",
"@guardian/src-icons": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions src/core/components/label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-label",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/label.js",
"module": "dist/label.esm.js",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -39,10 +39,10 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions src/core/components/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-layout",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/layout.js",
"module": "dist/layout.esm.js",
Expand All @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -39,10 +39,10 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
}
}
10 changes: 5 additions & 5 deletions src/core/components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-link",
"version": "2.6.0-rc.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "dist/link.js",
"module": "dist/link.esm.js",
Expand All @@ -26,8 +26,8 @@
"@babel/preset-react": "^7.10.0",
"@babel/preset-typescript": "^7.9.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-icons": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"@guardian/src-icons": "^2.6.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -40,10 +40,10 @@
],
"peerDependencies": {
"@emotion/core": "^10.0.14",
"@guardian/src-foundations": "^2.6.0-rc.0",
"@guardian/src-foundations": "^2.6.0",
"react": "^16.8.6"
},
"dependencies": {
"@guardian/src-helpers": "^2.6.0-rc.0"
"@guardian/src-helpers": "^2.6.0"
}
}
Loading

0 comments on commit 040fa13

Please sign in to comment.