@artsy/palette-mobile 11.2.8 → 11.2.9

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,3 +1,15 @@
1
+ # v11.2.9 (Fri Jul 28 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix(Pill): export Pill from index [#129](https://github.com/artsy/palette-mobile/pull/129) ([@araujobarret](https://github.com/araujobarret))
6
+
7
+ #### Authors: 1
8
+
9
+ - Carlos Alberto de Araujo Barreto ([@araujobarret](https://github.com/araujobarret))
10
+
11
+ ---
12
+
1
13
  # v11.2.8 (Thu Jul 27 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -24,6 +24,7 @@ export * from "./List";
24
24
  export * from "./Message";
25
25
  export * from "./MeasuredView";
26
26
  export * from "./MenuItem";
27
+ export * from "./Pill";
27
28
  export * from "./PopIn";
28
29
  export * from "./ProgressBar";
29
30
  export * from "./Radio";
@@ -40,6 +40,7 @@ __exportStar(require("./List"), exports);
40
40
  __exportStar(require("./Message"), exports);
41
41
  __exportStar(require("./MeasuredView"), exports);
42
42
  __exportStar(require("./MenuItem"), exports);
43
+ __exportStar(require("./Pill"), exports);
43
44
  __exportStar(require("./PopIn"), exports);
44
45
  __exportStar(require("./ProgressBar"), exports);
45
46
  __exportStar(require("./Radio"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "11.2.8",
3
+ "version": "11.2.9",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",