From 0cfdad8b0ba9403da88436a93d362fab2ce25391 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:37:17 +0100 Subject: [PATCH] Version Packages (#2636) Co-authored-by: github-actions[bot] --- .changeset/old-lies-boil.md | 5 ----- .changeset/two-melons-swim.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/old-lies-boil.md delete mode 100644 .changeset/two-melons-swim.md diff --git a/.changeset/old-lies-boil.md b/.changeset/old-lies-boil.md deleted file mode 100644 index 3e0440c2bff..00000000000 --- a/.changeset/old-lies-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav2: Use useIsomorphicLayoutEffect to make it SSR friendly diff --git a/.changeset/two-melons-swim.md b/.changeset/two-melons-swim.md deleted file mode 100644 index f43e41636d4..00000000000 --- a/.changeset/two-melons-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix issue where scroll containers nested inside of PageLayout.Pane would be hard to use on mobile. diff --git a/CHANGELOG.md b/CHANGELOG.md index d88bc988c7a..50a9ac749e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/components +## 35.15.1 + +### Patch Changes + +- [#2625](https://github.com/primer/react/pull/2625) [`404e2b15`](https://github.com/primer/react/commit/404e2b15f4fe53e4cbeccb138c0d680beacb3045) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - UnderlineNav2: Use useIsomorphicLayoutEffect to make it SSR friendly + +- [#2606](https://github.com/primer/react/pull/2606) [`e98bcdf9`](https://github.com/primer/react/commit/e98bcdf966fea513dc79c73da35e610039aaba3d) Thanks [@radglob](https://github.com/radglob)! - Fix issue where scroll containers nested inside of PageLayout.Pane would be hard to use on mobile. + ## 35.15.0 ### Minor Changes diff --git a/package.json b/package.json index eaebd6f5bf8..30abb501570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.15.0", + "version": "35.15.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",