Skip to content

Commit 27dc66c

Browse files
authored
Merge pull request #19 from codee-sh/develop
chore: prepare release
2 parents 44b7d7f + 78eea71 commit 27dc66c

63 files changed

Lines changed: 2585 additions & 192 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/clean-heads-hear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@codee-sh/medusa-plugin-automations": patch
3+
---
4+
5+
update ORDER_ATTRIBUTES to ORDER_QUERY_FIELDS for improved totals calculation and UI consistency

.changeset/fresh-lamps-stand.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@codee-sh/medusa-plugin-automations": patch
3+
---
4+
5+
Update contributing

.changeset/fuzzy-coins-invent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@codee-sh/medusa-plugin-automations": patch
3+
---
4+
5+
Update name in the column name

.changeset/nine-monkeys-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@codee-sh/medusa-plugin-automations": patch
3+
---
4+
5+
feat: Add throttle support for event triggers

.github/workflows/release-notes.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@
55

66
name: Generate Release Notes (Backup)
77

8+
# DISABLED - Using GitHub's built-in "Generate release notes" instead
9+
# This workflow is kept for reference but will NOT run automatically.
10+
# To enable: uncomment the "on:" section below and remove workflow_dispatch
11+
12+
# on:
13+
# release:
14+
# types: [created]
15+
16+
# Only allows manual trigger, prevents automatic execution
817
on:
9-
release:
10-
types: [created]
18+
workflow_dispatch:
1119

1220
jobs:
1321
generate-release-notes:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ yarn-error.log*
3434
.env
3535
.env.local
3636

37+
# Temporary docs (internal)
38+
docs-temp/
39+

0 commit comments

Comments
 (0)