Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release ember-paper-password 0.3.0 #26

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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-09)


### Features

* **.github:** adds codeowners. ([c53ea48](https://github.com/linc-technologies/ember-paper-password/commit/c53ea48f658924dae3437cbcdf11a4a7788ea5e3))
* **.github:** adds codeowners. ([#37](https://github.com/linc-technologies/ember-paper-password/issues/37)) ([d79d64d](https://github.com/linc-technologies/ember-paper-password/commit/d79d64d2c0ebabd932dcd212e4998636868f99b6))
* **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))
* **deps:** adds missing dependency `ember-source-channel-url@^3.0.0`. ([f86c3b6](https://github.com/linc-technologies/ember-paper-password/commit/f86c3b63f5f3c1a150c7fbabb62da84e88a9bf11))
* **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