jssm 5.70.34 → 5.70.35
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 +32 -36
- 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
|
+
914 merges; 109 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -18,6 +18,36 @@ Published tags:
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [Untagged] - 6/19/2022 10:37:04 AM
|
|
26
|
+
|
|
27
|
+
Commit [b3e69d9745b92d845bedcfbc08f342997137af3d](https://github.com/StoneCypher/jssm/commit/b3e69d9745b92d845bedcfbc08f342997137af3d)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* new trigger with replaced token
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [Untagged] - 6/18/2022 9:40:31 PM
|
|
41
|
+
|
|
42
|
+
Commit [a0f295f060c7f08a8b10b2208dd1c95dc7f3c97a](https://github.com/StoneCypher/jssm/commit/a0f295f060c7f08a8b10b2208dd1c95dc7f3c97a)
|
|
43
|
+
|
|
44
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
45
|
+
|
|
46
|
+
* another trigger commit with mild doc extension
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
21
51
|
|
|
22
52
|
|
|
23
53
|
|
|
@@ -145,38 +175,4 @@ Commit [58ae08abf0b5f62c375a93a15397d026aa427067](https://github.com/StoneCypher
|
|
|
145
175
|
|
|
146
176
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
147
177
|
|
|
148
|
-
* still yet another facile doc commit to trigger a build
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
<a name="5__70__25" />
|
|
158
|
-
|
|
159
|
-
## [5.70.25] - 6/18/2022 12:13:48 AM
|
|
160
|
-
|
|
161
|
-
Commit [cbf80320d60307321deeb1ee6c69c99eda0396f4](https://github.com/StoneCypher/jssm/commit/cbf80320d60307321deeb1ee6c69c99eda0396f4)
|
|
162
|
-
|
|
163
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
164
|
-
|
|
165
|
-
* still another facile doc commit to trigger a build
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
<a name="5__70__24" />
|
|
175
|
-
|
|
176
|
-
## [5.70.24] - 6/17/2022 11:59:55 PM
|
|
177
|
-
|
|
178
|
-
Commit [aa94a8998f4e3c06b6dea36af21e6184368db0cd](https://github.com/StoneCypher/jssm/commit/aa94a8998f4e3c06b6dea36af21e6184368db0cd)
|
|
179
|
-
|
|
180
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
181
|
-
|
|
182
|
-
* yet another remote build aligned push
|
|
178
|
+
* still yet another facile doc commit to trigger a build
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.35";
|
|
2
2
|
export { version };
|