Skip to content

Commit

Permalink
chore: release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poulet42 committed Jan 22, 2024
1 parent c8a24e7 commit c3fae87
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@


# [7.1.0](https://github.com/qonto/ember-amount-input/compare/v7.0.0...v7.1.0) (2024-01-22)


### Bug Fixes

* bump lockfile post release and use semantic commit message ([9119d44](https://github.com/qonto/ember-amount-input/commit/9119d44901dbb83e693b961cce3d71c34da59bc9))
* **ci:** remove wrong GH token used in release-it config ([cbe1462](https://github.com/qonto/ember-amount-input/commit/cbe14622ba69f03fe435c96a11060ee057e85538))
* **ci:** set infile property in release-it config ([8f74536](https://github.com/qonto/ember-amount-input/commit/8f745366271a19241c533308c578800fcbd83a2f))
* replace v7-beta0 with v7 in changelog ([6d66e42](https://github.com/qonto/ember-amount-input/commit/6d66e42b5842556baf393a03056b92f52eef6f26))


### Features

* **ci:** add manual release workflow ([78b5d84](https://github.com/qonto/ember-amount-input/commit/78b5d8440745081002f30728a407d615d0fdcdaf))

## [7.0.0](https://github.com/qonto/ember-amount-input/compare/v6.0.2...v7.0.0) (2024-01-09)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-amount-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-amount-input",
"version": "7.0.0",
"version": "7.1.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-amount-input",
"version": "7.0.0",
"version": "7.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "7.0.0",
"version": "7.1.0",
"private": true,
"description": "Test app for ember-amount-input addon",
"repository": "",
Expand Down Expand Up @@ -96,6 +96,6 @@
"edition": "octane"
},
"dependencies": {
"ember-amount-input": "7.0.0"
"ember-amount-input": "7.1.0"
}
}

0 comments on commit c3fae87

Please sign in to comment.