Skip to content

Commit a3bef78

Browse files
Version Packages (#135)
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 - a46d62b: Remove .tgz file that shouldn't be packaged Author: khan-actions-bot Reviewers: Required Reviewers: Approved By: Checks: ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Lint, flow, and coverage check (ubuntu-latest, 16.x), ✅ Test (ubuntu-latest, 16.x) Pull Request URL: #135
1 parent a46d62b commit a3bef78

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/loud-elephants-marry.md

-5
This file was deleted.

packages/kmath/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @khanacademy/kmath
2+
3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- a46d62bf: Remove .tgz file that shouldn't be packaged

packages/kmath/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@khanacademy/kmath",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
77
"description": "Khan Academy's Javascript Numeric Math Utilities",
88
"module": "dist/es/index.js",
99
"main": "dist/index.js",

0 commit comments

Comments
 (0)