@artsy/dismissible 0.3.2 → 0.3.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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.3.3 (Sat Dec 23 2023)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Update README.md ([@damassi](https://github.com/damassi))
6
+
7
+ #### Authors: 1
8
+
9
+ - Christopher Pappas ([@damassi](https://github.com/damassi))
10
+
11
+ ---
12
+
1
13
  # v0.3.2 (Fri Dec 22 2023)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
package/README.md CHANGED
@@ -38,7 +38,7 @@ const NewFeatureAlert = () => {
38
38
  const isDisplayable = !isDismissed("newFeature").status
39
39
 
40
40
  const handleClose = () => {
41
- dismiss(ALERT_ID)
41
+ dismiss("newFeature")
42
42
  }
43
43
 
44
44
  if (!isDisplayable) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/dismissible",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",