Skip to content

Commit 5d464b6

Browse files
authored
Merge pull request #29 from codee-sh/feat/improve-emails-action
Feat: improve emails action
2 parents 9846c77 + 7572b68 commit 5d464b6

49 files changed

Lines changed: 20080 additions & 1261 deletions

Some content is hidden

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

.changeset/fluffy-lilies-invite.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@codee-sh/medusa-plugin-automations": patch
3+
---
4+
5+
Improve automation action services and template handling.
6+
7+
- add context transformation support for email actions via `@codee-sh/medusa-plugin-notification-emails`
8+
- improve template selection by introducing external template options and `fillTemplateNameFieldWithOptions`
9+
- enhance admin action configuration with grouped options support in `SelectField`
10+
- refactor email/slack action services to use more flexible typing and remove unused template registration logic
11+
- clean up deprecated Slack template resources and internal service wiring

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ dependencies:
2121
- title: ["deps:", "dependencies:", "bump "]
2222
- head: ["deps/", "dependencies/"]
2323

24+
"type: chore":
25+
- title: ["chore:"]
26+
- head: ["chore/"]
27+
28+
breaking:
29+
- title: ["breaking:", "BREAKING:"]
30+
- head: ["breaking/"]
31+

.github/workflows/changeset-version.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/release-notes.yml

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)