jssm 5.70.1 → 5.70.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 -22
- 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
|
+
899 merges; 78 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/7/2022 11:28:45 PM
|
|
26
|
+
|
|
27
|
+
Commit [9bb5cd89eccc48f267a5997559998b55fe21ded9](https://github.com/StoneCypher/jssm/commit/9bb5cd89eccc48f267a5997559998b55fe21ded9)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* more attempts to tie repos together
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -161,24 +176,4 @@ Commit [570555ea0c4dcc36e50358152401f7055012b011](https://github.com/StoneCypher
|
|
|
161
176
|
|
|
162
177
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
163
178
|
|
|
164
|
-
* trivial doc stubs
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
<a name="5__69__0" />
|
|
174
|
-
|
|
175
|
-
## [5.69.0] - 6/6/2022 10:29:57 PM
|
|
176
|
-
|
|
177
|
-
Commit [b0fe5d467f6571fa5c9bf19805c3d43cf5a8fc0a](https://github.com/StoneCypher/jssm/commit/b0fe5d467f6571fa5c9bf19805c3d43cf5a8fc0a)
|
|
178
|
-
|
|
179
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
180
|
-
|
|
181
|
-
Merges [ea3e310, 5950672]
|
|
182
|
-
|
|
183
|
-
* Merge pull request #495 from StoneCypher/ExportFieldsForCdnPkg
|
|
184
|
-
* export fields in package.json
|
|
179
|
+
* trivial doc stubs
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.2";
|
|
2
2
|
export { version };
|