@primer/components 0.0.0-20218248253 → 0.0.0-202182493810

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-20218248253
3
+ ## 0.0.0-202182493810
4
+
5
+ ### Major Changes
6
+
7
+ - [#1448](https://github.com/primer/react/pull/1448) [`1a39fb02`](https://github.com/primer/react/commit/1a39fb0284c5e19324d378629d09a343be4cde05) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove `.Breadcrumb` classname from the root element of the `Breadcrumbs` component. This change shouldn't break anything unless you have styles, scripts, or tests that reference the `.Breadcrumb` classname.
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - Fake entry to force publishing
8
12
 
13
+ * [#1448](https://github.com/primer/react/pull/1448) [`1a39fb02`](https://github.com/primer/react/commit/1a39fb0284c5e19324d378629d09a343be4cde05) Thanks [@SferaDev](https://github.com/SferaDev)! - Rename `Breadcrumb` component to `Breadcrumbs`
14
+
9
15
  ## 29.1.1
10
16
 
11
17
  ### Patch Changes