Skip to content

Commit 66bfb91

Browse files
chore(release): version packages
1 parent 8a34814 commit 66bfb91

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.changeset/hip-planets-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugin-fullscreen/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# @jspsych/plugin-fullscreen
22

3-
## 1.0.0
4-
### Major Changes
3+
## 1.0.1
4+
5+
### Patch Changes
56

7+
- [#2212](https://github.com/jspsych/jsPsych/pull/2212) [`85a69d28`](https://github.com/jspsych/jsPsych/commit/85a69d28bc5ea25afba7b55d133e4ec03f2e808e) Thanks [@bjoluc](https://github.com/bjoluc)! - Consistently replace anonymous functions with arrow functions to avoid masking of `this`
68

9+
## 1.0.0
10+
11+
### Major Changes
712

813
- [#2183](https://github.com/jspsych/jsPsych/pull/2183) [`c8760b1`](https://github.com/jspsych/jsPsych/commit/c8760b19483453b0e77dc98e464e1629b5605a15) Thanks [@jodeleeuw](https://github.com/jodeleeuw), [@becky-gilbert](https://github.com/becky-gilbert), [@bjoluc](https://github.com/bjoluc)! - **jsPsych is now fully modular, with individual NPM packages for the core library, plugins, and extensions.**
9-
14+
1015
To support this change, we've made a number of breaking changes. We've added [a guide for migrating from version 6.x to 7.x](https://www.jspsych.org/7.0/support/migration-v7/) to the documentation, and updated the [hello world tutorial](https://www.jspsych.org/7.0/tutorials/hello-world/) with instructions for configuring jsPsych in three different ways. In addition to enabling package management, some of the benefits that this change provides include an improved developer experience with IntelliSense code hints, proper encapsulation of jsPsych so that multiple instances can be run on the same page, and easier integration with modern JavaScript tools like bundlers.
1116

1217
### Patch Changes

packages/plugin-fullscreen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jspsych/plugin-fullscreen",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "jsPsych plugin to toggle fullscreen mode in the browser",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)