diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index e5b6d8d..0000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.changeset/config.json b/packages/lib/.changeset/config.json similarity index 81% rename from .changeset/config.json rename to packages/lib/.changeset/config.json index dcd3d8b..91b6a95 100644 --- a/.changeset/config.json +++ b/packages/lib/.changeset/config.json @@ -4,8 +4,8 @@ "commit": false, "fixed": [], "linked": [], - "access": "public", - "baseBranch": "master", + "access": "restricted", + "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] } diff --git a/packages/lib/package.json b/packages/lib/package.json index 5ae1f9a..5c02de5 100755 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "opticks", - "version": "5.1.0", + "version": "5.1.1", "description": "FindHotel Toggle Flag JavaScript SDK", "main": "dist/optimizely.js", "module": "dist/optimizely.mjs",