From 946b199375be4f57c013d36cbb817b3d45b08e2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Apr 2023 18:50:29 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/orange-mayflies-smoke.md | 5 ----- .changeset/proud-dingos-mate.md | 5 ----- package-lock.json | 6 ++++-- packages/plugin-html-choice/CHANGELOG.md | 7 +++++++ packages/plugin-html-choice/package.json | 2 +- packages/plugin-nextcloud-filedrop/CHANGELOG.md | 7 +++++++ packages/plugin-nextcloud-filedrop/package.json | 2 +- 7 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 .changeset/orange-mayflies-smoke.md delete mode 100644 .changeset/proud-dingos-mate.md create mode 100644 packages/plugin-html-choice/CHANGELOG.md create mode 100644 packages/plugin-nextcloud-filedrop/CHANGELOG.md diff --git a/.changeset/orange-mayflies-smoke.md b/.changeset/orange-mayflies-smoke.md deleted file mode 100644 index 19373c5c..00000000 --- a/.changeset/orange-mayflies-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-html-choice": major ---- - -major release diff --git a/.changeset/proud-dingos-mate.md b/.changeset/proud-dingos-mate.md deleted file mode 100644 index 762dd052..00000000 --- a/.changeset/proud-dingos-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych-contrib/plugin-nextcloud-filedrop": major ---- - -Initial release of nextcloud filedrop plugin diff --git a/package-lock.json b/package-lock.json index d530c90d..cff89e7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15215,7 +15215,8 @@ } }, "packages/plugin-html-choice": { - "version": "0.1.0", + "name": "@jspsych-contrib/plugin-html-choice", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^1.0.0", @@ -15316,7 +15317,8 @@ } }, "packages/plugin-nextcloud-filedrop": { - "version": "0.1.0", + "name": "@jspsych-contrib/plugin-nextcloud-filedrop", + "version": "1.0.0", "license": "MIT", "dependencies": { "jszip": "^3.10.1" diff --git a/packages/plugin-html-choice/CHANGELOG.md b/packages/plugin-html-choice/CHANGELOG.md new file mode 100644 index 00000000..793e55b0 --- /dev/null +++ b/packages/plugin-html-choice/CHANGELOG.md @@ -0,0 +1,7 @@ +# @jspsych-contrib/plugin-html-choice + +## 1.0.0 + +### Major Changes + +- [#65](https://github.com/jspsych/jspsych-contrib/pull/65) [`40ecb31`](https://github.com/jspsych/jspsych-contrib/commit/40ecb314ecdf58b6cab1d969cc37f26688823bf9) Thanks [@younesStrittmatter](https://github.com/younesStrittmatter)! - major release diff --git a/packages/plugin-html-choice/package.json b/packages/plugin-html-choice/package.json index 0f0c0258..7c8a14fa 100644 --- a/packages/plugin-html-choice/package.json +++ b/packages/plugin-html-choice/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych-contrib/plugin-html-choice", - "version": "0.1.0", + "version": "1.0.0", "description": "", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-nextcloud-filedrop/CHANGELOG.md b/packages/plugin-nextcloud-filedrop/CHANGELOG.md new file mode 100644 index 00000000..8931e05c --- /dev/null +++ b/packages/plugin-nextcloud-filedrop/CHANGELOG.md @@ -0,0 +1,7 @@ +# @jspsych-contrib/plugin-nextcloud-filedrop + +## 1.0.0 + +### Major Changes + +- [#62](https://github.com/jspsych/jspsych-contrib/pull/62) [`7cb724d`](https://github.com/jspsych/jspsych-contrib/commit/7cb724d2c0ebddf57d9bb944214a8f40de0e0108) Thanks [@mgrewe](https://github.com/mgrewe)! - Initial release of nextcloud filedrop plugin diff --git a/packages/plugin-nextcloud-filedrop/package.json b/packages/plugin-nextcloud-filedrop/package.json index 2e6d23b3..78039d37 100644 --- a/packages/plugin-nextcloud-filedrop/package.json +++ b/packages/plugin-nextcloud-filedrop/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych-contrib/plugin-nextcloud-filedrop", - "version": "0.1.0", + "version": "1.0.0", "description": "", "unpkg": "dist/index.browser.min.js", "files": [