Skip to content

Commit db92cd6

Browse files
committed
Update repository references to state-layers in config and package files
1 parent 4fa86f5 commit db92cd6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
3-
"changelog": ["@changesets/cli/changelog", { "repo": "protohiro-com/states" }],
3+
"changelog": ["@changesets/cli/changelog", { "repo": "protohiro-com/state-layers" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
release:
14-
if: github.repository == 'protohiro-com/states'
14+
if: github.repository == 'protohiro-com/state-layers'
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"types": "./dist/index.d.ts",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/protohiro-com/states.git",
12+
"url": "git+https://github.com/protohiro-com/state-layers.git",
1313
"directory": "packages/react"
1414
},
15-
"homepage": "https://github.com/protohiro-com/states#readme",
15+
"homepage": "https://github.com/protohiro-com/state-layers#readme",
1616
"bugs": {
17-
"url": "https://github.com/protohiro-com/states/issues"
17+
"url": "https://github.com/protohiro-com/state-layers/issues"
1818
},
1919
"publishConfig": {
2020
"access": "public"

0 commit comments

Comments
 (0)