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

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbockle committed Mar 23, 2021
1 parent 063d716 commit d4e8a61
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 10 deletions.
11 changes: 11 additions & 0 deletions 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.6.3](https://github.com/jbockle/au-jsonschema-form/compare/v0.6.2...v0.6.3) (2021-03-23)


### Bug Fixes

* merge defaults overriding value ([063d716](https://github.com/jbockle/au-jsonschema-form/commit/063d7163c2993283d128a9ff9234b520ecf5a147))





## [0.6.2](https://github.com/jbockle/au-jsonschema-form/compare/v0.6.1...v0.6.2) (2021-03-16)


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.6.2"
"version": "0.6.3"
}
8 changes: 8 additions & 0 deletions packages/bootstrap-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/jbockle/au-jsonschema-form/compare/v0.6.2...v0.6.3) (2021-03-23)

**Note:** Version bump only for package @aujsf/bootstrap-theme





## [0.6.2](https://github.com/jbockle/au-jsonschema-form/compare/v0.6.1...v0.6.2) (2021-03-16)

**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.6.2",
"version": "0.6.3",
"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.6.2"
"@aujsf/core": "^0.6.3"
},
"devDependencies": {
"aurelia-framework": "^1.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.6.3](https://github.com/jbockle/au-jsonschema-form/compare/v0.6.2...v0.6.3) (2021-03-23)


### Bug Fixes

* merge defaults overriding value ([063d716](https://github.com/jbockle/au-jsonschema-form/commit/063d7163c2993283d128a9ff9234b520ecf5a147))





## [0.6.2](https://github.com/jbockle/au-jsonschema-form/compare/v0.6.1...v0.6.2) (2021-03-16)


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.6.2",
"version": "0.6.3",
"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.6.3](http://???/compare/v0.6.2...v0.6.3) (2021-03-23)


### Bug Fixes

* merge defaults overriding value ([063d716](http://???/commits/063d7163c2993283d128a9ff9234b520ecf5a147))





## [0.6.2](http://???/compare/v0.6.1...v0.6.2) (2021-03-16)

**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.6.2",
"version": "0.6.3",
"repository": {
"type": "???",
"url": "???"
Expand All @@ -18,8 +18,8 @@
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@aujsf/bootstrap-theme": "^0.6.2",
"@aujsf/core": "^0.6.2",
"@aujsf/bootstrap-theme": "^0.6.3",
"@aujsf/core": "^0.6.3",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-fetch-client": "^1.8.2",
Expand Down

0 comments on commit d4e8a61

Please sign in to comment.