Skip to content

Commit 44ab0cb

Browse files
Version Packages (#238)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/[email protected] ### Patch Changes - 3921a38: Fix bug where JIPT integration parsing rules returned incorrect type - Updated dependencies [3921a38] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [3921a38] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - 3921a38: Error when rule returns incorrect `parse` result Author: khan-actions-bot Reviewers: kevinbarabash Required Reviewers: Approved By: kevinbarabash Checks: ✅ codecov/project, ✅ Lint, Flow, and Test (ubuntu-latest, 16.x), ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Check builds for changes in size (ubuntu-latest, 16.x), ✅ Test Coverage (ubuntu-latest, 16.x), ✅ gerald, ❌ Check for .changeset file (ubuntu-latest, 16.x) Pull Request URL: #238
1 parent b96e4ae commit 44ab0cb

File tree

9 files changed

+26
-17
lines changed

9 files changed

+26
-17
lines changed

.changeset/dry-steaks-burn.md

-2
This file was deleted.

.changeset/gorgeous-experts-itch.md

-5
This file was deleted.

.changeset/silly-ladybugs-doubt.md

-5
This file was deleted.

packages/perseus-editor/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/perseus-editor
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3921a385]
8+
- @khanacademy/perseus@0.2.7
9+
310
## 0.3.2
411

512
### Patch Changes

packages/perseus-editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus editors",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.3.2",
6+
"version": "0.3.3",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@khanacademy/kmath": "^0.0.5",
25-
"@khanacademy/perseus": "^0.2.6"
25+
"@khanacademy/perseus": "^0.2.7"
2626
},
2727
"devDependencies": {
2828
"@khanacademy/wonder-blocks-button": "^2.11.5",

packages/perseus/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @khanacademy/perseus
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- 3921a385: Fix bug where JIPT integration parsing rules returned incorrect type
8+
- Updated dependencies [3921a385]
9+
- @khanacademy/simple-markdown@0.8.3
10+
311
## 0.2.6
412

513
### Patch Changes

packages/perseus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Core Perseus API (includes renderers and widgets)",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.2.6",
6+
"version": "0.2.7",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -24,7 +24,7 @@
2424
"@khanacademy/kmath": "^0.0.5",
2525
"@khanacademy/math-input": "^0.5.2",
2626
"@khanacademy/kas": "^0.2.4",
27-
"@khanacademy/simple-markdown": "^0.8.2",
27+
"@khanacademy/simple-markdown": "^0.8.3",
2828
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992"
2929
},
3030
"devDependencies": {

packages/simple-markdown/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/simple-markdown
22

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- 3921a385: Error when rule returns incorrect `parse` result
8+
39
## 0.8.2
410

511
### Patch Changes

packages/simple-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Javascript markdown parsing, made simple",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.8.2",
6+
"version": "0.8.3",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)