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

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbockle committed Nov 11, 2021
1 parent f18ef73 commit 8b6a576
Show file tree
Hide file tree
Showing 11 changed files with 54 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.7.5](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.4...v0.7.5) (2021-11-11)


### Features

* **enum:** custom enum labels ([f18ef73](https://github.com/jbockle/au-jsonschema-form/commit/f18ef735eea8fd42f41cdf3f1f47c28b0dc6956d))





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


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.4"
"version": "0.7.5"
}
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.5](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.4...v0.7.5) (2021-11-11)


### Features

* **enum:** custom enum labels ([f18ef73](https://github.com/jbockle/au-jsonschema-form/commit/f18ef735eea8fd42f41cdf3f1f47c28b0dc6956d))





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


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.4",
"version": "0.7.5",
"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.4"
"@aujsf/core": "^0.7.5"
},
"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.7.5](https://github.com/jbockle/au-jsonschema-form/compare/v0.7.4...v0.7.5) (2021-11-11)


### Features

* **enum:** custom enum labels ([f18ef73](https://github.com/jbockle/au-jsonschema-form/commit/f18ef735eea8fd42f41cdf3f1f47c28b0dc6956d))





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


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.4",
"version": "0.7.5",
"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.5](http://???/compare/v0.7.4...v0.7.5) (2021-11-11)


### Features

* **enum:** custom enum labels ([f18ef73](http://???/commits/f18ef735eea8fd42f41cdf3f1f47c28b0dc6956d))





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


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

0 comments on commit 8b6a576

Please sign in to comment.