Skip to content

Commit

Permalink
chore(release): prepare release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jan 23, 2024
1 parent 359c960 commit ba00940
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 28 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-resources",
"version": "1.15.0",
"version": "1.15.1",
"description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.",
"keywords": [
"aurelia",
Expand Down
11 changes: 8 additions & 3 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.

11 changes: 8 additions & 3 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.

11 changes: 8 additions & 3 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.

11 changes: 8 additions & 3 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.

11 changes: 8 additions & 3 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.

11 changes: 8 additions & 3 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.

7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.15.1](https://github.com/aurelia/templating-resources/compare/1.15.0...1.15.1) (2024-01-23)


### Bug Fixes

* **compose:** properly handle replace strategy ([359c960](https://github.com/aurelia/templating-resources/commit/359c96038c9c4ecc3abda10e90af6b57a16ea37b))

## [1.15.0](https://github.com/aurelia/templating-resources/compare/1.14.3...1.15.0) (2023-11-20)


Expand Down
4 changes: 2 additions & 2 deletions 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.15.0",
"version": "1.15.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 ba00940

Please sign in to comment.