@balena/pinejs 14.53.2 → 14.53.3
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/.github/workflows/flowzone.yml +11 -9
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +15 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: "Flowzone: Allow external contributions"
|
|
3
|
+
hash: bd74494e79a3f59fd00250ed6924b6a9faf2b4e6
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
Signed-off-by: Josh Bowling <josh@monarci.com>
|
|
9
|
+
signed-off-by: Josh Bowling <josh@monarci.com>
|
|
10
|
+
author: Josh Bowling
|
|
11
|
+
nested: []
|
|
12
|
+
version: 14.53.3
|
|
13
|
+
title: ""
|
|
14
|
+
date: 2022-12-06T04:40:02.272Z
|
|
1
15
|
- commits:
|
|
2
16
|
- subject: Update eventemitter to 5.x
|
|
3
17
|
hash: 0787a4000b523f9687ea009a02fef6293de30ba4
|
|
@@ -182,7 +196,7 @@
|
|
|
182
196
|
date: 2022-11-25T16:23:18.014Z
|
|
183
197
|
version: 14.53.2
|
|
184
198
|
title: ""
|
|
185
|
-
date: 2022-12-02T14:
|
|
199
|
+
date: 2022-12-02T14:28:31.435Z
|
|
186
200
|
- commits:
|
|
187
201
|
- subject: Update dependencies
|
|
188
202
|
hash: 9b24d54cff3f2e83456c9c2bd60ade9de8ab755b
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
# v14.53.3
|
|
8
|
+
## (2022-12-06)
|
|
9
|
+
|
|
10
|
+
* Flowzone: Allow external contributions [Josh Bowling]
|
|
11
|
+
|
|
7
12
|
# v14.53.2
|
|
8
13
|
## (2022-12-02)
|
|
9
14
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
14.53.
|
|
1
|
+
14.53.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "14.53.
|
|
3
|
+
"version": "14.53.3",
|
|
4
4
|
"main": "out/server-glue/module",
|
|
5
5
|
"repository": "git@github.com:balena-io/pinejs.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
"recursive": true
|
|
132
132
|
},
|
|
133
133
|
"versionist": {
|
|
134
|
-
"publishedAt": "2022-12-
|
|
134
|
+
"publishedAt": "2022-12-06T04:40:03.147Z"
|
|
135
135
|
}
|
|
136
136
|
}
|