jssm 5.70.22 → 5.70.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -19
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs.js +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
901 merges; 99 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -18,6 +18,21 @@ Published tags:
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [Untagged] - 6/17/2022 11:16:45 PM
|
|
26
|
+
|
|
27
|
+
Commit [2d23c3b2fcd31e6a6e9d1744b24cb688f344efb5](https://github.com/StoneCypher/jssm/commit/2d23c3b2fcd31e6a6e9d1744b24cb688f344efb5)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Trigger another build through specious doc updates
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -164,21 +179,4 @@ Commit [b6805a6d6f87139839aff6542212fb5176e9859d](https://github.com/StoneCypher
|
|
|
164
179
|
|
|
165
180
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
166
181
|
|
|
167
|
-
* Small doc changes to trigger a new matrix build in viz
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
<a name="5__70__12" />
|
|
177
|
-
|
|
178
|
-
## [5.70.12] - 6/10/2022 10:25:34 PM
|
|
179
|
-
|
|
180
|
-
Commit [0fe3acc4e95251cc359778779af4f114c36442db](https://github.com/StoneCypher/jssm/commit/0fe3acc4e95251cc359778779af4f114c36442db)
|
|
181
|
-
|
|
182
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
183
|
-
|
|
184
|
-
* small doc adds to trigger remote matrix build
|
|
182
|
+
* Small doc changes to trigger a new matrix build in viz
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.23";
|
|
2
2
|
export { version };
|