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 8, 2024
1 parent 9f6c143 commit 413245b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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-08)


### Features

* **addon/components/paper-password:** migrates to native `zxcvbn` via `ember-auto-import`. ([83ebfdb](https://github.com/linc-technologies/ember-paper-password/commit/83ebfdbee4690f1d7f186a875fdf8322ac1ac2e6))
* **deps:** migrates to yarn for dependency management. ([07c7ba2](https://github.com/linc-technologies/ember-paper-password/commit/07c7ba2737854e858e4417de96953f16514889e6))
* **deps:** migrates to yarn for dependency management. ([#27](https://github.com/linc-technologies/ember-paper-password/issues/27)) ([9f6c143](https://github.com/linc-technologies/ember-paper-password/commit/9f6c1431f205fbf930916e381b732701965ddfc2))
* 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))
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 413245b

Please sign in to comment.