Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 25, 2024
1 parent c3a0066 commit a72c110
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
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-25)\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 * [#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"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# Changelog
## Release (2024-01-25)

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`
* [#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

0 comments on commit a72c110

Please sign in to comment.