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

Prepare Release #579

Merged
merged 1 commit into from
Jan 29, 2024
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
29 changes: 29 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"solution": {
"ember-pikaday": {
"impact": "minor",
"oldVersion": "4.0.0",
"newVersion": "4.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-01-29)\n\nember-pikaday 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-pikaday`\n * [#535](https://github.com/adopted-ember-addons/ember-pikaday/pull/535) feat: add new `register` attr to access pikaday instance, moment instance replaceable ([@betocantu93](https://github.com/betocantu93))\n\n#### :bug: Bug Fix\n* `ember-pikaday`\n * [#569](https://github.com/adopted-ember-addons/ember-pikaday/pull/569) Bug: updated tests ([@MelSumner](https://github.com/MelSumner))\n * [#540](https://github.com/adopted-ember-addons/ember-pikaday/pull/540) fix(modifier): ensure compatibility with ember-modifier v4 ([@anehx](https://github.com/anehx))\n\n#### :memo: Documentation\n* `ember-pikaday`\n * [#534](https://github.com/adopted-ember-addons/ember-pikaday/pull/534) fix(docs): simpler localization of datepicker ([@czosel](https://github.com/czosel))\n\n#### :house: Internal\n* `ember-pikaday`\n * [#580](https://github.com/adopted-ember-addons/ember-pikaday/pull/580) Resolve failing test scenarios ([@MelSumner](https://github.com/MelSumner))\n * [#578](https://github.com/adopted-ember-addons/ember-pikaday/pull/578) setup release-plan ([@mansona](https://github.com/mansona))\n * [#576](https://github.com/adopted-ember-addons/ember-pikaday/pull/576) use pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 5\n- Alberto Cantú Gómez ([@betocantu93](https://github.com/betocantu93))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Christian Zosel ([@czosel](https://github.com/czosel))\n- Jonas Metzener ([@anehx](https://github.com/anehx))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# Changelog
## Release (2024-01-29)

ember-pikaday 4.1.0 (minor)

#### :rocket: Enhancement
* `ember-pikaday`
* [#535](https://github.com/adopted-ember-addons/ember-pikaday/pull/535) feat: add new `register` attr to access pikaday instance, moment instance replaceable ([@betocantu93](https://github.com/betocantu93))

#### :bug: Bug Fix
* `ember-pikaday`
* [#569](https://github.com/adopted-ember-addons/ember-pikaday/pull/569) Bug: updated tests ([@MelSumner](https://github.com/MelSumner))
* [#540](https://github.com/adopted-ember-addons/ember-pikaday/pull/540) fix(modifier): ensure compatibility with ember-modifier v4 ([@anehx](https://github.com/anehx))

#### :memo: Documentation
* `ember-pikaday`
* [#534](https://github.com/adopted-ember-addons/ember-pikaday/pull/534) fix(docs): simpler localization of datepicker ([@czosel](https://github.com/czosel))

#### :house: Internal
* `ember-pikaday`
* [#580](https://github.com/adopted-ember-addons/ember-pikaday/pull/580) Resolve failing test scenarios ([@MelSumner](https://github.com/MelSumner))
* [#578](https://github.com/adopted-ember-addons/ember-pikaday/pull/578) setup release-plan ([@mansona](https://github.com/mansona))
* [#576](https://github.com/adopted-ember-addons/ember-pikaday/pull/576) use pnpm ([@mansona](https://github.com/mansona))

#### Committers: 5
- Alberto Cantú Gómez ([@betocantu93](https://github.com/betocantu93))
- Chris Manson ([@mansona](https://github.com/mansona))
- Christian Zosel ([@czosel](https://github.com/czosel))
- Jonas Metzener ([@anehx](https://github.com/anehx))
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))

## v4.0.0 (2022-02-02)

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-pikaday",
"version": "4.0.0",
"version": "4.1.0",
"description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.",
"keywords": [
"datepicker",
Expand Down