Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbockle committed Nov 11, 2021
1 parent 1a7cfd8 commit ec7243a
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.3...v0.7.4) (2021-11-11)


### Bug Fixes

* only init definitions when bound ([ad8051f](https://github.com/jbockle/au-jsonschema-form/commit/ad8051f26a281b638a76e6781fb474fdbf4c01db))
* **conditional:** ui:view-class applied twice ([a77b1cb](https://github.com/jbockle/au-jsonschema-form/commit/a77b1cb813c5681129a0d205374433882ff55268))


### Features

* **array:** add string array view ([1a7cfd8](https://github.com/jbockle/au-jsonschema-form/commit/1a7cfd83d980dfd43fbc2343b60f10690e449b8a))





## [0.7.3](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.2...v0.7.3) (2021-08-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.7.3"
"version": "0.7.4"
}
11 changes: 11 additions & 0 deletions packages/bootstrap-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.3...v0.7.4) (2021-11-11)


### Features

* **array:** add string array view ([1a7cfd8](https://github.com/jbockle/au-jsonschema-form/commit/1a7cfd83d980dfd43fbc2343b60f10690e449b8a))





## [0.7.3](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.2...v0.7.3) (2021-08-12)

**Note:** Version bump only for package @aujsf/bootstrap-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bootstrap-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aujsf/bootstrap-theme",
"description": "Bootstrap 4 Theme for @aujsf/core",
"author": "jbockle",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"docs": "typedoc --options ../typedoc.json --out ../examples/static/api/bootstrap-theme src"
},
"dependencies": {
"@aujsf/core": "^0.7.3"
"@aujsf/core": "^0.7.4"
},
"devDependencies": {
"aurelia-framework": "^1.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.3...v0.7.4) (2021-11-11)


### Bug Fixes

* only init definitions when bound ([ad8051f](https://github.com/jbockle/au-jsonschema-form/commit/ad8051f26a281b638a76e6781fb474fdbf4c01db))
* **conditional:** ui:view-class applied twice ([a77b1cb](https://github.com/jbockle/au-jsonschema-form/commit/a77b1cb813c5681129a0d205374433882ff55268))





## [0.7.3](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.2...v0.7.3) (2021-08-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aujsf/core",
"description": "Create forms based on JSON Schema!",
"author": "jbockle",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](http://???/compare/v0.7.3...v0.7.4) (2021-11-11)


### Features

* **array:** add string array view ([1a7cfd8](http://???/commits/1a7cfd83d980dfd43fbc2343b60f10690e449b8a))





## [0.7.3](http://???/compare/v0.7.2...v0.7.3) (2021-08-12)

**Note:** Version bump only for package examples
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"description": "An Aurelia client application.",
"version": "0.7.3",
"version": "0.7.4",
"repository": {
"type": "???",
"url": "???"
Expand All @@ -18,8 +18,8 @@
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@aujsf/bootstrap-theme": "^0.7.3",
"@aujsf/core": "^0.7.3",
"@aujsf/bootstrap-theme": "^0.7.4",
"@aujsf/core": "^0.7.4",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-fetch-client": "^1.8.2",
Expand Down

0 comments on commit ec7243a

Please sign in to comment.