@oncehub/ui-react 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,8 @@ npm install @oncehub/ui-react
10
10
 
11
11
  ## Development
12
12
 
13
- 1. Storybook is [automatically deployed](https://github.com/scheduleonce/once-ui-react/actions/workflows/deploy-storybook.yml) to Github Pages when pushing to main
14
- 2. Package is automatically pushed to npm when [publishing a new package](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) on Github
13
+ 1. Storybook is [automatically deployed](.github/workflows/deploy-storybook.yml) to Github Pages when pushing to main.
14
+ 2. Package is automatically pushed to npm when [creating a new release](.github/workflows/npm-publish.yml) on Github. Check out the release section in the repo. Read more about releases [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).
15
15
 
16
16
  ## Tools
17
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oncehub/ui-react",
3
3
  "private": false,
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/scheduleonce/once-ui-react"