From 79bd66757031f25c136b52b1339df7b6b1969ced Mon Sep 17 00:00:00 2001 From: Dale French Date: Thu, 25 Jul 2024 10:50:10 +0200 Subject: [PATCH 1/2] Move changeset config to lib dir --- .changeset/README.md | 8 -------- {.changeset => packages/lib/.changeset}/config.json | 4 ++-- packages/lib/package.json | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 .changeset/README.md rename {.changeset => packages/lib/.changeset}/config.json (81%) 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", From b06bb5ef7c608cc59b796f018a8f657a544c90d9 Mon Sep 17 00:00:00 2001 From: Dale French Date: Thu, 25 Jul 2024 10:51:27 +0200 Subject: [PATCH 2/2] update config --- packages/lib/.changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lib/.changeset/config.json b/packages/lib/.changeset/config.json index 91b6a95..dcd3d8b 100644 --- a/packages/lib/.changeset/config.json +++ b/packages/lib/.changeset/config.json @@ -4,8 +4,8 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", - "baseBranch": "main", + "access": "public", + "baseBranch": "master", "updateInternalDependencies": "patch", "ignore": [] }