Skip to content

Commit

Permalink
Version Packages (#3292)
Browse files Browse the repository at this point in the history
* chore(release): version packages
* edit changelogs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Becky Gilbert <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 54e04dc commit e201ca2
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/shy-cheetahs-grow.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/plugins/survey.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# survey

Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md).
Current version: 1.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md).

SurveyJS version: 1.9.138

Expand Down Expand Up @@ -205,7 +205,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md).
This plugin requires an additional stylesheet called `survey.css`. You can load it via:

```html
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].0/css/survey.css">
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].1/css/survey.css">
```

If you are using a bundler such as [webpack](https://webpack.js.org/), you can also import it in JavaScript as follows, depending on your bundler configuration:
Expand All @@ -218,8 +218,8 @@ import '@jspsych/plugin-survey/css/survey.css'
Using the CDN-hosted JavaScript file:

```js
<script src="https://unpkg.com/@jspsych/[email protected].0"></script>
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].0/css/survey.css">
<script src="https://unpkg.com/@jspsych/[email protected].1"></script>
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected].1/css/survey.css">
```

Using the JavaScript file downloaded from a GitHub release dist archive:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/config

## 2.0.1

### Patch Changes

- [#3287](https://github.com/jspsych/jsPsych/pull/3287) [`54e04dc9`](https://github.com/jspsych/jsPsych/commit/54e04dc93f54a7a019db1fee4961dcc5e02b6fc0) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - Adds the survey.css file to the dist archive (#3131).

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/config",
"version": "2.0.0",
"version": "2.0.1",
"description": "Shared (build) configuration for jsPsych packages",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-survey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jspsych/plugin-survey

## 1.0.1

### Patch Changes

- [#3287](https://github.com/jspsych/jsPsych/pull/3287) [`54e04dc9`](https://github.com/jspsych/jsPsych/commit/54e04dc93f54a7a019db1fee4961dcc5e02b6fc0) Thanks [@becky-gilbert](https://github.com/becky-gilbert)! - This fixes the incorrect width for dropdown question options (#3286) and cleans up code/comments.

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-survey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jspsych/plugin-survey",
"version": "1.0.0",
"version": "1.0.1",
"description": "A jsPsych plugin for complex surveys",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -44,7 +44,7 @@
"jspsych": ">=7.0.0"
},
"devDependencies": {
"@jspsych/config": "^2.0.0",
"@jspsych/config": "^2.0.1",
"@jspsych/test-utils": "^1.1.2",
"npm-run-all": "^4.1.5",
"sass": "^1.43.5"
Expand Down

0 comments on commit e201ca2

Please sign in to comment.