Skip to content

Commit

Permalink
Version bump [skip actions][publish docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Sep 26, 2023
1 parent 44b2dd1 commit 093be1a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/transformer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/imodel-transformer",
"entries": [
{
"date": "Tue, 26 Sep 2023 16:19:57 GMT",
"tag": "@itwin/imodel-transformer_v0.4.2",
"version": "0.4.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "dc462020a152694640355f06d6263aae464c52f6",
"comment": "Fix aspect queries when class name is reserved SQLite keyword"
}
]
}
},
{
"date": "Wed, 20 Sep 2023 15:35:21 GMT",
"tag": "@itwin/imodel-transformer_v0.4.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @itwin/imodel-transformer

This log was last generated on Wed, 20 Sep 2023 15:35:21 GMT and should not be manually modified.
This log was last generated on Tue, 26 Sep 2023 16:19:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.2

Tue, 26 Sep 2023 16:19:57 GMT

### Patches

- Fix aspect queries when class name is reserved SQLite keyword ([commit](https://github.com/iTwin/transformer/commit/dc462020a152694640355f06d6263aae464c52f6))

## 0.4.1

Wed, 20 Sep 2023 15:35:21 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodel-transformer",
"version": "0.4.2-dev.0",
"version": "0.4.2",
"description": "API for exporting an iModel's parts and also importing them into another iModel",
"main": "lib/cjs/transformer.js",
"typings": "lib/cjs/transformer",
Expand Down

0 comments on commit 093be1a

Please sign in to comment.