Skip to content

Commit

Permalink
Version Packages (next) (#2736)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] authored Oct 24, 2024
1 parent c16de1a commit f601c09
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"brown-cobras-invite",
"chilly-dodos-end",
"chilly-gorillas-wonder",
"chilly-scissors-remember",
"clever-pugs-sing",
"dry-cheetahs-tap",
"dry-melons-bake",
Expand All @@ -35,9 +36,11 @@
"late-books-attack",
"late-feet-attack",
"lazy-icons-beg",
"metal-games-knock",
"old-sloths-speak",
"plenty-chicken-deny",
"pretty-tigers-run",
"quick-books-train",
"rich-phones-attend",
"seven-bees-train",
"shaggy-tomatoes-protect",
Expand Down
6 changes: 6 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup-oss/circuit-ui

## 9.0.0-next.3

### Patch Changes

- [#2737](https://github.com/sumup-oss/circuit-ui/pull/2737) [`c2c819c`](https://github.com/sumup-oss/circuit-ui/commit/c2c819c6d3f536f53f62cc2f3887cd2578986cfd) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed safely accessing environment variables in environments where the `process` variable is undefined.

## 9.0.0-next.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/circuit-ui",
"version": "9.0.0-next.2",
"version": "9.0.0-next.3",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sumup-oss/eslint-plugin-circuit-ui

## 5.0.0-next.4

### Minor Changes

- [#2735](https://github.com/sumup-oss/circuit-ui/pull/2735) [`70f3ab8`](https://github.com/sumup-oss/circuit-ui/commit/70f3ab80d460b06fb58c812a2b075c24631a62d4) Thanks [@connor-baer](https://github.com/connor-baer)! - Expanded the `renamed-package-scope` ESLint rule to cover additional occurrences of package names such as in Jest module mocks.

### Patch Changes

- [#2735](https://github.com/sumup-oss/circuit-ui/pull/2735) [`70f3ab8`](https://github.com/sumup-oss/circuit-ui/commit/70f3ab80d460b06fb58c812a2b075c24631a62d4) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the `no-renamed-props` ESLint rule to add the `as="strong"` prop when migrating the Body's `variant="highlight"` prop to match the previous semantics.

## 5.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/eslint-plugin-circuit-ui",
"version": "5.0.0-next.3",
"version": "5.0.0-next.4",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down

0 comments on commit f601c09

Please sign in to comment.