Skip to content

Commit

Permalink
chore(release): prepare release v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Apr 1, 2022
1 parent df5f730 commit 83b13e9
Show file tree
Hide file tree
Showing 18 changed files with 88 additions and 71 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-resources",
"version": "1.14.0",
"version": "1.14.1",
"description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -29,4 +29,4 @@
"aurelia-task-queue": "^1.0.0",
"aurelia-templating": "^1.8.1"
}
}
}
21 changes: 11 additions & 10 deletions dist/amd/aurelia-templating-resources.js

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

2 changes: 1 addition & 1 deletion dist/amd/aurelia-templating-resources.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/commonjs/aurelia-templating-resources.js

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

2 changes: 1 addition & 1 deletion dist/commonjs/aurelia-templating-resources.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/es2015/aurelia-templating-resources.js

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

2 changes: 1 addition & 1 deletion dist/es2015/aurelia-templating-resources.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/es2017/aurelia-templating-resources.js

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

2 changes: 1 addition & 1 deletion dist/es2017/aurelia-templating-resources.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/native-modules/aurelia-templating-resources.js

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

2 changes: 1 addition & 1 deletion dist/native-modules/aurelia-templating-resources.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/system/aurelia-templating-resources.js

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

2 changes: 1 addition & 1 deletion dist/system/aurelia-templating-resources.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Generated by dts-bundle-generator v6.5.0

import { OverrideContext, bindingMode } from 'aurelia-binding';
import { View, ViewFactory, ViewSlot } from 'aurelia-templating';

Expand Down
9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.14.1](https://github.com/aurelia/templating-resources/compare/1.14.0...1.14.1) (2022-04-01)


### Bug Fixes

* **dep:** upgrade vuln framework dep ([#416](https://github.com/aurelia/templating-resources/issues/416)) ([df5f730](https://github.com/aurelia/templating-resources/commit/df5f730e482eae440a547a497506a0d1fe60110b))



# [1.14.0](https://github.com/aurelia/templating-resources/compare/1.13.1...1.14.0) (2022-03-24)


Expand Down
2 changes: 1 addition & 1 deletion doc/api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-resources",
"version": "1.14.0",
"version": "1.14.1",
"description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 83b13e9

Please sign in to comment.