diff --git a/.changeset/eighty-adults-divide.md b/.changeset/eighty-adults-divide.md new file mode 100644 index 00000000..90fed6ef --- /dev/null +++ b/.changeset/eighty-adults-divide.md @@ -0,0 +1,5 @@ +--- +'nuka-carousel': patch +--- + +Add package provenance diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d94930d3..4f8cbfcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,14 @@ on: jobs: release: runs-on: ubuntu-latest + permissions: + contents: write + id-token: write + issues: write + repository-projects: write + deployments: write + packages: write + pull-requests: write steps: - uses: actions/checkout@v2 diff --git a/packages/nuka/.gitignore b/packages/nuka/.gitignore index 058eaed8..1740628e 100644 --- a/packages/nuka/.gitignore +++ b/packages/nuka/.gitignore @@ -1 +1,2 @@ LICENSE +README.md diff --git a/packages/nuka/README.md b/packages/nuka/README.md deleted file mode 100644 index 42b47613..00000000 --- a/packages/nuka/README.md +++ /dev/null @@ -1,38 +0,0 @@ -[![Nuka Carousel — Formidable, We build the modern web](https://raw.githubusercontent.com/FormidableLabs/nuka-carousel/main/Nuka-Hero.png)](https://formidable.com/open-source/nuka-carousel) - -[![Maintenance Status][maintenance-image]](#maintenance-status) - -Small, fast and accessibility-first React carousel library with easily customizable UI and behavior to fit your brand and site - -![Nuka Carousel Animated Example](https://i.imgur.com/UwP5gle.gif) - - -### Install - -To add `nuka-carousel` to your project run the following command in your project folder. - -```bash -$ yarn add nuka-carousel -``` - -Come learn more and see a live demo at our [docs site](https://formidable.com/open-source/nuka-carousel)! - -## Support - -Have a question about react-live? Submit an issue in this repository using the -["Question" template](https://github.com/FormidableLabs/nuka-carousel/issues/new?template=question.md). - -Notice something inaccurate or confusing? Feel free to [open an issue](https://github.com/FormidableLabs/nuka-carousel/issues/new/choose) or [make a pull request](https://github.com/FormidableLabs/nuka-carousel/pulls) to help improve the documentation for everyone! - -The source for our docs site lives in this repo in the [`docs`](https://github.com/FormidableLabs/nuka-carousel/blob/main/docs) folder. - - -### Contributing - -See the [Contribution Docs](CONTRIBUTING.md). - -### Maintenance Status - -**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. - -[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg?color=brightgreen&style=flat diff --git a/packages/nuka/package.json b/packages/nuka/package.json index 7abee1d8..d143876f 100644 --- a/packages/nuka/package.json +++ b/packages/nuka/package.json @@ -74,7 +74,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FormidableLabs/nuka-carousel.git" + "url": "https://github.com/FormidableLabs/nuka-carousel" }, "keywords": [ "react", @@ -87,5 +87,8 @@ "url": "https://github.com/FormidableLabs/nuka-carousel/issues" }, "homepage": "https://github.com/FormidableLabs/nuka-carousel", - "sideEffects": false + "sideEffects": false, + "publishConfig": { + "provenance": true + } }