From 748d38a9833deb7ad7e69627a36a83554c4b539c Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Mon, 27 Jun 2022 20:43:58 +0200 Subject: [PATCH] make access public on changesets config (#592) * replace `semantic-version` with `changesets` * move to changesets + github actions for transparent release pipeline * fix: changesets config --- .changeset/clean-pants-look.md | 5 +++++ .changeset/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/clean-pants-look.md diff --git a/.changeset/clean-pants-look.md b/.changeset/clean-pants-look.md new file mode 100644 index 00000000..da9ee30a --- /dev/null +++ b/.changeset/clean-pants-look.md @@ -0,0 +1,5 @@ +--- +"react-mentions": patch +--- + +fix npm publishing diff --git a/.changeset/config.json b/.changeset/config.json index 33d375b4..77ec3f45 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", "ignore": []