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

Commit

Permalink
unbump the bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Feb 22, 2021
1 parent cebed2e commit c15991e
Show file tree
Hide file tree
Showing 20 changed files with 65 additions and 65 deletions.
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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"private": true,
"license": "Apache-2.0",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
8 changes: 4 additions & 4 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,16 +30,16 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-icons": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"@guardian/src-icons": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
6 changes: 3 additions & 3 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,15 +30,15 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
10 changes: 5 additions & 5 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,17 +30,17 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-label": "^3.2.1-rc.5",
"@guardian/src-user-feedback": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-label": "^3.3.0-rc.0",
"@guardian/src-user-feedback": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
10 changes: 5 additions & 5 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,17 +30,17 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-label": "^3.2.1-rc.5",
"@guardian/src-user-feedback": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-label": "^3.3.0-rc.0",
"@guardian/src-user-feedback": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
6 changes: 3 additions & 3 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,15 +30,15 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
6 changes: 3 additions & 3 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,15 +30,15 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
6 changes: 3 additions & 3 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,15 +30,15 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
6 changes: 3 additions & 3 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": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,15 +30,15 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
10 changes: 5 additions & 5 deletions src/core/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-radio",
"version": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,17 +30,17 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-label": "^3.2.1-rc.5",
"@guardian/src-user-feedback": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-label": "^3.3.0-rc.0",
"@guardian/src-user-feedback": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
12 changes: 6 additions & 6 deletions src/core/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-select",
"version": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,18 +30,18 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-icons": "^3.2.1-rc.5",
"@guardian/src-label": "^3.2.1-rc.5",
"@guardian/src-user-feedback": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-icons": "^3.3.0-rc.0",
"@guardian/src-label": "^3.3.0-rc.0",
"@guardian/src-user-feedback": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
8 changes: 4 additions & 4 deletions src/core/components/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.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,16 +30,16 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-user-feedback": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-user-feedback": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
10 changes: 5 additions & 5 deletions src/core/components/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.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,17 +30,17 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-label": "^3.2.1-rc.5",
"@guardian/src-user-feedback": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-label": "^3.3.0-rc.0",
"@guardian/src-user-feedback": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
8 changes: 4 additions & 4 deletions src/core/components/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.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down Expand Up @@ -30,16 +30,16 @@
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version"
},
"dependencies": {
"@guardian/src-helpers": "^3.2.1-rc.5",
"@guardian/src-icons": "^3.2.1-rc.5"
"@guardian/src-helpers": "^3.3.0-rc.0",
"@guardian/src-icons": "^3.3.0-rc.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.1.2",
"@guardian/src-foundations": "^3.2.1-rc.5",
"@guardian/src-foundations": "^3.3.0-rc.0",
"react": "^17.0.1"
}
}
2 changes: 1 addition & 1 deletion src/core/foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/src-foundations",
"version": "3.2.1-rc.5",
"version": "3.3.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/guardian/source.git"
Expand Down
Loading

0 comments on commit c15991e

Please sign in to comment.