diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..e8e099a6 --- /dev/null +++ b/.release-plan.json @@ -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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7876e9be..10f941cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/ember-cookies/package.json b/packages/ember-cookies/package.json index add843c5..b63974e6 100644 --- a/packages/ember-cookies/package.json +++ b/packages/ember-cookies/package.json @@ -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"