diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 693e83a9..3d7b0c92 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -34,6 +34,7 @@ Cross out all that don't apply with ~~ ~~ around it like ~~this~~ - [ ] Have you updated the dependency graph? - [ ] Have you updated the docs? - [ ] Do you need to update the package version? + - [ ] Did you update the example pages in /public? ## Screenshots diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 3341513b..5c0de146 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -4,7 +4,7 @@ on: release: types: [published] permissions: - contents: read + contents: write jobs: build-npm: runs-on: ubuntu-latest diff --git a/.storybook/assets/example-layout.html b/.storybook/assets/example-layout.html index 4e6063b3..7bdc3299 100644 --- a/.storybook/assets/example-layout.html +++ b/.storybook/assets/example-layout.html @@ -5,7 +5,7 @@ - + Optics Example Layout diff --git a/.storybook/assets/login-layout.html b/.storybook/assets/login-layout.html index 33e66fa4..1c71390b 100644 --- a/.storybook/assets/login-layout.html +++ b/.storybook/assets/login-layout.html @@ -5,7 +5,7 @@ - + Optics Login Layout