Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator authored and github-actions[bot] committed Nov 1, 2024
1 parent 65e5e40 commit 4a62127
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-cookies": {
"impact": "minor",
"oldVersion": "1.1.2",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/ember-cookies/package.json"
}
},
"description": "## Release (2024-11-01)\n\nember-cookies 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cookies`, `test-app`\n * [#972](https://github.com/mainmatter/ember-cookies/pull/972) Support Partitioned Cookies ([@Gaurav0](https://github.com/Gaurav0))\n\n#### :house: Internal\n* Other\n * [#986](https://github.com/mainmatter/ember-cookies/pull/986) chore(release): use release-plan ([@BobrImperator](https://github.com/BobrImperator))\n * [#946](https://github.com/mainmatter/ember-cookies/pull/946) chore(ci): strategy.fail-fast=false ([@BobrImperator](https://github.com/BobrImperator))\n * [#945](https://github.com/mainmatter/ember-cookies/pull/945) chore: ci fixes ([@BobrImperator](https://github.com/BobrImperator))\n* `test-app`\n * [#947](https://github.com/mainmatter/ember-cookies/pull/947) chore(ci): add ember-lts-5.8 scenario ([@BobrImperator](https://github.com/BobrImperator))\n * [#949](https://github.com/mainmatter/ember-cookies/pull/949) chore(deps): remove ember-data ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-cookies`, `test-app`\n * [#944](https://github.com/mainmatter/ember-cookies/pull/944) chore(deps): migrate eslint to new configuration syntax ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## Release (2024-11-01)

ember-cookies 1.2.0 (minor)

#### :rocket: Enhancement
* `ember-cookies`, `test-app`
* [#972](https://github.com/mainmatter/ember-cookies/pull/972) Support Partitioned Cookies ([@Gaurav0](https://github.com/Gaurav0))

#### :house: Internal
* Other
* [#986](https://github.com/mainmatter/ember-cookies/pull/986) chore(release): use release-plan ([@BobrImperator](https://github.com/BobrImperator))
* [#946](https://github.com/mainmatter/ember-cookies/pull/946) chore(ci): strategy.fail-fast=false ([@BobrImperator](https://github.com/BobrImperator))
* [#945](https://github.com/mainmatter/ember-cookies/pull/945) chore: ci fixes ([@BobrImperator](https://github.com/BobrImperator))
* `test-app`
* [#947](https://github.com/mainmatter/ember-cookies/pull/947) chore(ci): add ember-lts-5.8 scenario ([@BobrImperator](https://github.com/BobrImperator))
* [#949](https://github.com/mainmatter/ember-cookies/pull/949) chore(deps): remove ember-data ([@BobrImperator](https://github.com/BobrImperator))
* `ember-cookies`, `test-app`
* [#944](https://github.com/mainmatter/ember-cookies/pull/944) chore(deps): migrate eslint to new configuration syntax ([@BobrImperator](https://github.com/BobrImperator))

#### Committers: 2
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))

# 1.1.2

* **Fix** chore(ci): use pull_request_target event to allow continue-on-error-comment to work for forks by @BobrImperator in https://github.com/mainmatter/ember-cookies/pull/901
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cookies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cookies",
"version": "1.1.2",
"version": "1.2.0",
"description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 4a62127

Please sign in to comment.