@artsy/dismissible 0.6.0 → 0.8.0

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.
@@ -2,7 +2,7 @@ name: ☢️ Conventional Commits Check
2
2
 
3
3
  on:
4
4
  pull_request:
5
- types: [opened, edited]
5
+ types: [edited, opened, ready_for_review, reopened]
6
6
 
7
7
  jobs:
8
8
  run-conventional-commits-check:
@@ -0,0 +1,11 @@
1
+ name: ☢️ Danger - Yarn
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, reopened, synchronize]
6
+
7
+ jobs:
8
+ run-danger-yarn:
9
+ uses: artsy/duchamp/.github/workflows/danger-yarn.yml@main
10
+ secrets:
11
+ danger-token: ${{ secrets.DANGER_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v0.8.0 (Fri Feb 06 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: add triggers to conventional commits check [#13](https://github.com/artsy/dismissible/pull/13) ([@amonkhouse](https://github.com/amonkhouse))
6
+
7
+ #### Authors: 1
8
+
9
+ - Amy Monkhouse ([@amonkhouse](https://github.com/amonkhouse))
10
+
11
+ ---
12
+
13
+ # v0.7.0 (Mon Nov 10 2025)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - feat: add yarn check github action [#12](https://github.com/artsy/dismissible/pull/12) ([@mc-jones](https://github.com/mc-jones))
18
+
19
+ #### Authors: 1
20
+
21
+ - Matt Jones ([@mc-jones](https://github.com/mc-jones))
22
+
23
+ ---
24
+
1
25
  # v0.6.0 (Mon Nov 10 2025)
2
26
 
3
27
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/dismissible",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",