diff --git a/.changeset/config.json b/.changeset/config.json index a0e8146f..efc2b531 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "adobe/spectrum-tokens" } + { "repo": "adobe/spectrum-design-data" } ], "commit": false, "fixed": [], diff --git a/package.json b/package.json index 539aff5d..b2b6b808 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/adobe/spectrum-tokens.git" + "url": "git+https://github.com/adobe/spectrum-design-data.git" }, "author": "Garth Braithwaite (http://garthdb.com/)", "contributors": [ @@ -20,9 +20,9 @@ ], "license": "Apache-2.0", "bugs": { - "url": "https://github.com/adobe/spectrum-tokens/issues" + "url": "https://github.com/adobe/spectrum-design-data/issues" }, - "homepage": "https://github.com/adobe/spectrum-tokens#readme", + "homepage": "https://github.com/adobe/spectrum-design-data#readme", "devDependencies": { "@action-validator/core": "^0.6.0", "@changesets/changelog-github": "^0.5.1", diff --git a/packages/component-schemas/package.json b/packages/component-schemas/package.json index 3bdb70f0..040b6407 100644 --- a/packages/component-schemas/package.json +++ b/packages/component-schemas/package.json @@ -7,16 +7,16 @@ "scripts": {}, "repository": { "type": "git", - "url": "git+https://github.com/adobe/spectrum-tokens.git" + "url": "git+https://github.com/adobe/spectrum-design-data.git" }, "author": "Garth Braithwaite (https://garthdb.com/)", "bugs": { - "url": "https://github.com/adobe/spectrum-tokens/issues" + "url": "https://github.com/adobe/spectrum-design-data/issues" }, "publishConfig": { "provenance": true }, - "homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/component-schemas#readme", + "homepage": "https://github.com/adobe/spectrum-design-data/tree/main/packages/component-schemas#readme", "license": "Apache-2.0", "dependencies": { "glob": "^10.3.12" diff --git a/packages/tokens/package.json b/packages/tokens/package.json index f3ce69ff..6bd2441a 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -8,7 +8,7 @@ "scripts": {}, "repository": { "type": "git", - "url": "git+https://github.com/adobe/spectrum-tokens.git" + "url": "git+https://github.com/adobe/spectrum-design-data.git" }, "author": "Garth Braithwaite (http://garthdb.com/)", "contributors": [ @@ -16,12 +16,12 @@ ], "license": "Apache-2.0", "bugs": { - "url": "https://github.com/adobe/spectrum-tokens/issues" + "url": "https://github.com/adobe/spectrum-design-data/issues" }, "publishConfig": { "provenance": true }, - "homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/tokens#readme", + "homepage": "https://github.com/adobe/spectrum-design-data/tree/main/packages/tokens#readme", "devDependencies": { "ajv": "^8.17.1", "ajv-formats": "^3.0.1",