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": {