Skip to content

Commit

Permalink
1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
albab7 committed Oct 25, 2024
1 parent 98ffbe2 commit 50c0a86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.19] - 2024-10-25

- `isPartialFormat` option is available inside data-schema `formOptions`

## [1.0.18] - 2024-04-16

- `events`: add properties `dateFormat` and `timezone` to `ExportUserConfig` event
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-lc/back-kit-engine",
"version": "1.0.19-rc1",
"version": "1.0.19",
"description": "engine to sync react over webcomponents scaffolding + backoffice utils and types/interfaces",
"license": "SEE LICENSE IN LICENSE",
"author": "Mia Platform Core Team <[email protected]>",
Expand Down Expand Up @@ -84,7 +84,7 @@
"docs:events": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' ts-node src/docgen --entryPoints src/events/bk/index.ts --type events",
"docs:components": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' ts-node src/docgen --entryPoints src/base/index.ts --type components",
"docs": "run-p docs:events",
"postinstall": "husky install",
"_postinstall": "husky install",
"prepublish": "pinst --disable"
},
"devDependencies": {
Expand Down Expand Up @@ -180,6 +180,5 @@
"[email protected]": {
"unplugged": true
}
},
"stableVersion": "1.0.18"
}
}

0 comments on commit 50c0a86

Please sign in to comment.