Skip to content

Commit

Permalink
chore(main): release ember-paper-password 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
1 parent 0b006a5 commit 5be027a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [0.3.0](https://github.com/linc-technologies/ember-paper-password/compare/ember-paper-password-v0.2.0...ember-paper-password-v0.3.0) (2024-10-07)


### Features

* **addon/components/paper-password:** migrates to native `zxcvbn` via `ember-auto-import`. ([83ebfdb](https://github.com/linc-technologies/ember-paper-password/commit/83ebfdbee4690f1d7f186a875fdf8322ac1ac2e6))
* initial `[email protected]` upgrade. ([55d366d](https://github.com/linc-technologies/ember-paper-password/commit/55d366d6d96bd5c836a5794908737374f14da2b0))
* initial `[email protected]` upgrade. ([e6ba2fa](https://github.com/linc-technologies/ember-paper-password/commit/e6ba2fa97d7894c2ffdcc58f977f7adf1bebb7a5))
* initial `[email protected]` upgrade. ([c8be5bd](https://github.com/linc-technologies/ember-paper-password/commit/c8be5bdb56e808a040666578f641a69f1042ae55))


### Bug Fixes

* **addon/components/paper-password:** fixes ember/avoid-leaking-state-in-ember-objects lint. ([b1f7e1d](https://github.com/linc-technologies/ember-paper-password/commit/b1f7e1d6633403cb4c44e9e44f78169b6c42d96e))
* **addon/templates/components/paper-password:** fixes lint (no-implicit-this). ([b5dedad](https://github.com/linc-technologies/ember-paper-password/commit/b5dedad37f7f7f19086bcfa0a337583fcdc52e9b))
* **tests/dummy/app/app:** remove usage of `Ember` global. ([dfe24c1](https://github.com/linc-technologies/ember-paper-password/commit/dfe24c10a22f4c601d4aee127e14620e38581e3c))
* **tests/dummy/app/templates/application:** fixes lint (no-implicit-this). ([77918c8](https://github.com/linc-technologies/ember-paper-password/commit/77918c89b234ee90def63061ed98997f5cac8236))


### Miscellaneous Chores

* release 0.3.0 ([51c4a9a](https://github.com/linc-technologies/ember-paper-password/commit/51c4a9a97780ed71c5c311a05f3288aadc133c22))
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": "@linc-technologies/ember-paper-password",
"version": "0.2.0",
"version": "0.3.0",
"description": "Password input with strength meter / requirements for Ember Paper",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 5be027a

Please sign in to comment.