Skip to content

Commit 30484f3

Browse files
authored
fix: update repository URLs to reflect repository rename (#638)
Updates all repository, bugs, and homepage URLs from adobe/spectrum-tokens to adobe/spectrum-design-data in: - Root package.json - .changeset/config.json - packages/tokens/package.json - packages/component-schemas/package.json This fixes the failing Release workflow which was unable to publish due to incorrect repository configuration.
1 parent 39035c2 commit 30484f3

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "adobe/spectrum-tokens" }
5+
{ "repo": "adobe/spectrum-design-data" }
66
],
77
"commit": false,
88
"fixed": [],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/adobe/spectrum-tokens.git"
15+
"url": "git+https://github.com/adobe/spectrum-design-data.git"
1616
},
1717
"author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com/)",
1818
"contributors": [
1919
"Aaron Brownlee <brownlee@adobe.com> (https://misterbrownlee.com)"
2020
],
2121
"license": "Apache-2.0",
2222
"bugs": {
23-
"url": "https://github.com/adobe/spectrum-tokens/issues"
23+
"url": "https://github.com/adobe/spectrum-design-data/issues"
2424
},
25-
"homepage": "https://github.com/adobe/spectrum-tokens#readme",
25+
"homepage": "https://github.com/adobe/spectrum-design-data#readme",
2626
"devDependencies": {
2727
"@action-validator/core": "^0.6.0",
2828
"@changesets/changelog-github": "^0.5.1",

packages/component-schemas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"scripts": {},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/adobe/spectrum-tokens.git"
10+
"url": "git+https://github.com/adobe/spectrum-design-data.git"
1111
},
1212
"author": "Garth Braithwaite <garthdb@gmail.com> (https://garthdb.com/)",
1313
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-tokens/issues"
14+
"url": "https://github.com/adobe/spectrum-design-data/issues"
1515
},
1616
"publishConfig": {
1717
"provenance": true
1818
},
19-
"homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/component-schemas#readme",
19+
"homepage": "https://github.com/adobe/spectrum-design-data/tree/main/packages/component-schemas#readme",
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"glob": "^10.3.12"

packages/tokens/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"scripts": {},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/adobe/spectrum-tokens.git"
11+
"url": "git+https://github.com/adobe/spectrum-design-data.git"
1212
},
1313
"author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com/)",
1414
"contributors": [
1515
"Aaron Brownlee <brownlee@adobe.com> (https://misterbrownlee.com)"
1616
],
1717
"license": "Apache-2.0",
1818
"bugs": {
19-
"url": "https://github.com/adobe/spectrum-tokens/issues"
19+
"url": "https://github.com/adobe/spectrum-design-data/issues"
2020
},
2121
"publishConfig": {
2222
"provenance": true
2323
},
24-
"homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/tokens#readme",
24+
"homepage": "https://github.com/adobe/spectrum-design-data/tree/main/packages/tokens#readme",
2525
"devDependencies": {
2626
"ajv": "^8.17.1",
2727
"ajv-formats": "^3.0.1",

0 commit comments

Comments
 (0)