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

Commit

Permalink
Merge branch 'main' into ob/error-success-active-state
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Nov 18, 2021
2 parents eb1929f + dadcbe6 commit 675d38e
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion packages/@guardian/source-foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-foundations",
"version": "4.0.0-rc.3",
"version": "4.0.0-rc.4",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-react-components-development-kitchen",
"version": "0.0.23",
"version": "0.0.24",
"license": "Apache-2.0",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand All @@ -14,8 +14,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@guardian/src-button": "^3.12.0",
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-button": "^3.12.1",
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"@guardian/eslint-config": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@guardian/src-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-accordion",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@guardian/libs": "^3.2.1",
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@guardian/src-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-brand",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/@guardian/src-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-button",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,7 +29,7 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/@guardian/src-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-checkbox",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,9 +29,9 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-label": "^3.12.0",
"@guardian/src-user-feedback": "^3.12.0"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-label": "^3.12.1",
"@guardian/src-user-feedback": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/@guardian/src-choice-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-choice-card",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,9 +29,9 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-label": "^3.12.0",
"@guardian/src-user-feedback": "^3.12.0"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-label": "^3.12.1",
"@guardian/src-user-feedback": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@guardian/src-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-footer",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@guardian/libs": "^3.2.1",
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@guardian/src-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-helpers",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/@guardian/src-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-icons",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/@guardian/src-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-label",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,7 +29,7 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@guardian/src-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-layout",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,7 +29,7 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@guardian/src-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-link",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@guardian/libs": "^3.2.1",
"@guardian/src-helpers": "^3.12.0"
"@guardian/src-helpers": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/@guardian/src-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-radio",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,9 +29,9 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-label": "^3.12.0",
"@guardian/src-user-feedback": "^3.12.0"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-label": "^3.12.1",
"@guardian/src-user-feedback": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/@guardian/src-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-select",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,10 +29,10 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-icons": "^3.10.3-rc.1",
"@guardian/src-label": "^3.12.0",
"@guardian/src-user-feedback": "^3.12.0"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-icons": "^3.12.1",
"@guardian/src-label": "^3.12.1",
"@guardian/src-user-feedback": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/@guardian/src-text-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-text-area",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,8 +29,8 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-user-feedback": "^3.12.0"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-user-feedback": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/@guardian/src-text-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-text-input",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,9 +29,9 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-label": "^3.12.0",
"@guardian/src-user-feedback": "^3.12.0"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-label": "^3.12.1",
"@guardian/src-user-feedback": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/@guardian/src-user-feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-user-feedback",
"version": "3.12.0",
"version": "3.12.1",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -29,8 +29,8 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.12.0",
"@guardian/src-icons": "^3.10.3-rc.1"
"@guardian/src-helpers": "^3.12.1",
"@guardian/src-icons": "^3.12.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 675d38e

Please sign in to comment.