From c68f8a511415da45133aa740f72ac0f3229270da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:52:48 -0800 Subject: [PATCH] chore(release): version packages (#106) Co-authored-by: github-actions[bot] --- .changeset/shiny-walls-refuse.md | 6 ------ packages/surveys/CHANGELOG.md | 7 +++++++ packages/surveys/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/shiny-walls-refuse.md diff --git a/.changeset/shiny-walls-refuse.md b/.changeset/shiny-walls-refuse.md deleted file mode 100644 index bfbe74a5..00000000 --- a/.changeset/shiny-walls-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@lookit/surveys": patch ---- - -Fix "missing locale" error when the optional locale parameter is not specified -in a consent-survey plugin. diff --git a/packages/surveys/CHANGELOG.md b/packages/surveys/CHANGELOG.md index 37bc9f3d..981d2639 100644 --- a/packages/surveys/CHANGELOG.md +++ b/packages/surveys/CHANGELOG.md @@ -1,5 +1,12 @@ # @lookit/surveys +## 2.0.1 + +### Patch Changes + +- 683a072: Fix "missing locale" error when the optional locale parameter is not + specified in a consent-survey plugin. + ## 2.0.0 ### Patch Changes diff --git a/packages/surveys/package.json b/packages/surveys/package.json index ce376777..af262280 100644 --- a/packages/surveys/package.json +++ b/packages/surveys/package.json @@ -1,6 +1,6 @@ { "name": "@lookit/surveys", - "version": "2.0.0", + "version": "2.0.1", "description": "A survey plugin for lookit studies.", "homepage": "https://github.com/lookit/lookit-jspsych#readme", "bugs": {