Skip to content

Commit

Permalink
v18.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 27, 2024
1 parent 005b70e commit 48b8c98
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: "Translations: strip the version alias from renames when possible"
hash: c7b83174907e3227bab0c605662d206552ca6fc7
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: "Translations: use the `toAbstractSqlModel` to fetch the `toTable` info"
hash: 459751aed7d20e53ee10efd7cc12c296f945ba7d
body: |
This should give the same result whenever the resource name has a
version suffix, however in the case it is unversioned then it should be
more correct as that will be the table it gets translated to for the
next version
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 18.1.2
title: ""
date: 2024-08-27T16:47:00.735Z
- commits:
- subject: Throw an UnauthorizedError on /canAccess requests for unknown resources
hash: 17df5f4fa060c279b0490f7b9c8fb2b774e51078
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v18.1.2
## (2024-08-27)

* Translations: strip the version alias from renames when possible [Pagan Gazzard]
* Translations: use the `toAbstractSqlModel` to fetch the `toTable` info [Pagan Gazzard]

# v18.1.1
## (2024-08-20)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.1.1
18.1.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "18.1.1",
"version": "18.1.2",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -149,6 +149,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-08-20T14:49:35.133Z"
"publishedAt": "2024-08-27T16:47:01.454Z"
}
}

0 comments on commit 48b8c98

Please sign in to comment.