@balena/pinejs 17.2.0-build-joshbwlng-tasks-2f4d8f53b469a2eb62ffb71cb3f9e82258e9430c-1 → 17.2.0-build-joshbwlng-tasks-b246a5244eeb1c020c533c54d6fb2f112a0ed972-1
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/.versionbot/CHANGELOG.yml +14 -10
- package/CHANGELOG.md +5 -1
- package/package.json +2 -2
@@ -1,14 +1,6 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Fixes
|
3
|
-
hash: 2f4d8f53b469a2eb62ffb71cb3f9e82258e9430c
|
4
|
-
body: ""
|
5
|
-
footer:
|
6
|
-
Change-type: patch
|
7
|
-
change-type: patch
|
8
|
-
author: Josh Bowling
|
9
|
-
nested: []
|
10
2
|
- subject: Add async tasks
|
11
|
-
hash:
|
3
|
+
hash: b246a5244eeb1c020c533c54d6fb2f112a0ed972
|
12
4
|
body: ""
|
13
5
|
footer:
|
14
6
|
Change-type: minor
|
@@ -17,7 +9,19 @@
|
|
17
9
|
nested: []
|
18
10
|
version: 17.2.0
|
19
11
|
title: ""
|
20
|
-
date: 2024-06-
|
12
|
+
date: 2024-06-24T23:02:16.681Z
|
13
|
+
- commits:
|
14
|
+
- subject: Rollback sbvr-types back to v7
|
15
|
+
hash: b61ee61f7b7318b0dd4269646d0272be820e806b
|
16
|
+
body: ""
|
17
|
+
footer:
|
18
|
+
Change-type: patch
|
19
|
+
change-type: patch
|
20
|
+
author: Otavio Jacobi
|
21
|
+
nested: []
|
22
|
+
version: 17.1.5
|
23
|
+
title: ""
|
24
|
+
date: 2024-06-24T13:26:42.675Z
|
21
25
|
- commits:
|
22
26
|
- subject: Update TypeScript to 5.5.2
|
23
27
|
hash: a68100fef918a589df620077ffb043b7ca2e3719
|
package/CHANGELOG.md
CHANGED
@@ -7,9 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v17.2.0
|
8
8
|
## (2024-06-24)
|
9
9
|
|
10
|
-
* Fixes [Josh Bowling]
|
11
10
|
* Add async tasks [Josh Bowling]
|
12
11
|
|
12
|
+
# v17.1.5
|
13
|
+
## (2024-06-24)
|
14
|
+
|
15
|
+
* Rollback sbvr-types back to v7 [Otavio Jacobi]
|
16
|
+
|
13
17
|
# v17.1.4
|
14
18
|
## (2024-06-20)
|
15
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.2.0-build-joshbwlng-tasks-
|
3
|
+
"version": "17.2.0-build-joshbwlng-tasks-b246a5244eeb1c020c533c54d6fb2f112a0ed972-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2024-06-
|
152
|
+
"publishedAt": "2024-06-24T23:02:17.420Z"
|
153
153
|
}
|
154
154
|
}
|