jssm 5.85.1 → 5.85.2
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 -17
- package/README.md +1 -1
- 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
|
+
1074 merges; 161 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] - 9/12/2022 9:35:11 AM
|
|
26
|
+
|
|
27
|
+
Commit [76d6729a35a3f4eba666ff2d78cd284ed0668edd](https://github.com/StoneCypher/jssm/commit/76d6729a35a3f4eba666ff2d78cd284ed0668edd)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Remove noisy echo in the YML
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -166,19 +181,4 @@ Commit [991d2dcf113bd19026f037e6eb22f46eacde57aa](https://github.com/StoneCypher
|
|
|
166
181
|
|
|
167
182
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
168
183
|
|
|
169
|
-
* Add a bold theme
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## [Untagged] - 9/10/2022 1:13:33 PM
|
|
179
|
-
|
|
180
|
-
Commit [d96737539244745a206582e0a9b69e39ed5ef9c6](https://github.com/StoneCypher/jssm/commit/d96737539244745a206582e0a9b69e39ed5ef9c6)
|
|
181
|
-
|
|
182
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
183
|
-
|
|
184
|
-
* breaking jssm-viz, need to sort why
|
|
184
|
+
* Add a bold theme
|
package/README.md
CHANGED
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.85.
|
|
1
|
+
const version = "5.85.2";
|
|
2
2
|
export { version };
|