From 09a7d1361068fb90bcfb73bf764e7a2e07d6d809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Wed, 24 Jan 2024 10:55:41 +0000 Subject: [PATCH] Version Packages (next) (#927) * Version Packages (next) * Fix typo in changelog --------- Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 ++++ .changeset/twelve-pandas-listen.md | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 557825b0..50423ae6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,10 +6,14 @@ }, "changesets": [ "empty-eagles-rule", + "four-crews-admire", "fresh-hounds-pretend", "fuzzy-bees-build", "little-pants-attend", + "nervous-dolphins-fix", "plenty-needles-hunt", + "silly-seals-arrive", + "twelve-pandas-listen", "warm-apples-greet", "wicked-trees-join" ] diff --git a/.changeset/twelve-pandas-listen.md b/.changeset/twelve-pandas-listen.md index c45afc60..37472e4d 100644 --- a/.changeset/twelve-pandas-listen.md +++ b/.changeset/twelve-pandas-listen.md @@ -2,4 +2,4 @@ '@sumup/foundry': minor --- -Added support for [`@sumup/eslint-plugin-circuit-ui`](https://circuit.sumup.com/?path=/docs/packages-eslint-plugin-circuit-ui--docs). This plugin helps help users follow best practices when using [Circuit UI](https://circuit.sumup.com/). +Added support for [`@sumup/eslint-plugin-circuit-ui`](https://circuit.sumup.com/?path=/docs/packages-eslint-plugin-circuit-ui--docs). This plugin helps users follow best practices when using [Circuit UI](https://circuit.sumup.com/). diff --git a/CHANGELOG.md b/CHANGELOG.md index a84c88e3..64db0d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @sumup/foundry +## 7.0.0-next.3 + +### Major Changes + +- [#926](https://github.com/sumup-oss/foundry/pull/926) [`7a39c58`](https://github.com/sumup-oss/foundry/commit/7a39c58ceed4146b1858ebc997d8da9ba83735fc) Thanks [@connor-baer](https://github.com/connor-baer)! - Upgraded to [Stylelint 16](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md#1600). Refer to the [migration guide](https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-16.md). + +### Minor Changes + +- [#931](https://github.com/sumup-oss/foundry/pull/931) [`39b28a8`](https://github.com/sumup-oss/foundry/commit/39b28a8abc9d634508e03b6db05c87da31b1d9bd) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `debug` command to inspect the detected configuration options. + +- [#931](https://github.com/sumup-oss/foundry/pull/931) [`39b28a8`](https://github.com/sumup-oss/foundry/commit/39b28a8abc9d634508e03b6db05c87da31b1d9bd) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the obsolete `publish` option which hasn't been used since v6. + +- [#929](https://github.com/sumup-oss/foundry/pull/929) [`20d1be5`](https://github.com/sumup-oss/foundry/commit/20d1be5fab4de214ddfb33f5cd9a0ab3bbe51b51) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for [`@sumup/eslint-plugin-circuit-ui`](https://circuit.sumup.com/?path=/docs/packages-eslint-plugin-circuit-ui--docs). This plugin helps users follow best practices when using [Circuit UI](https://circuit.sumup.com/). + ## 7.0.0-next.2 ### Major Changes diff --git a/package.json b/package.json index 42aaebf5..b50df96d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/foundry", - "version": "7.0.0-next.2", + "version": "7.0.0-next.3", "description": "A toolkit for JavaScript + TypeScript applications by SumUp.", "repository": "https://github.com/sumup-oss/foundry", "author": "Felix Jung , Connor Bär ",