@artsy/cohesion 4.314.0 → 4.315.1

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.
@@ -0,0 +1,9 @@
1
+ name: ☢️ Conventional Commits Check
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, edited]
6
+
7
+ jobs:
8
+ run-conventional-commits-check:
9
+ uses: artsy/duchamp/.github/workflows/conventional-commits-check.yml@main
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v4.315.1 (Mon Nov 03 2025)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Revert "chore: add liveAuctions ScreenOwnerType" ([@dariakoko](https://github.com/dariakoko))
6
+ - chore: add liveAuctions ScreenOwnerType ([@dariakoko](https://github.com/dariakoko))
7
+
8
+ #### Authors: 1
9
+
10
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
11
+
12
+ ---
13
+
14
+ # v4.315.0 (Fri Oct 31 2025)
15
+
16
+ #### 🚀 Enhancement
17
+
18
+ - feat: add conventional commit github action [#650](https://github.com/artsy/cohesion/pull/650) ([@amonkhouse](https://github.com/amonkhouse))
19
+
20
+ #### Authors: 1
21
+
22
+ - Amy Monkhouse ([@amonkhouse](https://github.com/amonkhouse))
23
+
24
+ ---
25
+
1
26
  # v4.314.0 (Fri Oct 31 2025)
2
27
 
3
28
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.314.0",
3
+ "version": "4.315.1",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {