@artsy/palette-mobile 11.2.2 → 11.2.3
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 +16 -0
- package/README.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v11.2.3 (Fri Jul 07 2023)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, Carlos Alberto de Araujo Barreto ([@araujobarret](https://github.com/araujobarret)), for all your work!
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- doc(setup): improve setup instructions [#121](https://github.com/artsy/palette-mobile/pull/121) ([@araujobarret](https://github.com/araujobarret))
|
|
10
|
+
|
|
11
|
+
#### Authors: 1
|
|
12
|
+
|
|
13
|
+
- Carlos Alberto de Araujo Barreto ([@araujobarret](https://github.com/araujobarret))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v11.2.2 (Thu Jun 29 2023)
|
|
2
18
|
|
|
3
19
|
:tada: This release contains work from a new contributor! :tada:
|
package/README.md
CHANGED