You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/circuit-ui/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @sumup-oss/circuit-ui
2
2
3
+
## 9.0.0-next.3
4
+
5
+
### Patch Changes
6
+
7
+
-[#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.
Copy file name to clipboardExpand all lines: packages/eslint-plugin-circuit-ui/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @sumup-oss/eslint-plugin-circuit-ui
2
2
3
+
## 5.0.0-next.4
4
+
5
+
### Minor Changes
6
+
7
+
-[#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.
8
+
9
+
### Patch Changes
10
+
11
+
-[#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.
0 commit comments