Skip to content

Commit

Permalink
make access public on changesets config (#592)
Browse files Browse the repository at this point in the history
* replace `semantic-version` with `changesets`

* move to changesets + github actions for transparent release pipeline

* fix: changesets config
  • Loading branch information
atilafassina authored Jun 27, 2022
1 parent 38f10d4 commit 748d38a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-pants-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-mentions": patch
---

fix npm publishing
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down

1 comment on commit 748d38a

@vercel
Copy link

@vercel vercel bot commented on 748d38a Jun 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-mentions – ./

react-mentions.vercel.app
react-mentions-signavio.vercel.app
react-mentions-git-master-signavio.vercel.app

Please sign in to comment.