Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
4e5b068
Version Packages
github-actions[bot] Oct 14, 2022
7ecb80d
feat: update pnpm-lock
vanpho93 Oct 14, 2022
b29ecdc
fix: corrected the validation condition
shwetha263 Oct 13, 2022
809222a
fix: added test cases
shwetha263 Oct 14, 2022
cd8064e
fix: corrected the test case description
shwetha263 Oct 14, 2022
255664b
fix: eslint corrections
shwetha263 Oct 14, 2022
7e265ec
fix: eol-last issue
shwetha263 Oct 14, 2022
dcabf65
fix: added the changeset
shwetha263 Oct 14, 2022
b6e1f1c
fix: updated the change set to patch
shwetha263 Oct 14, 2022
2442d59
Version Packages
github-actions[bot] Oct 14, 2022
bb1b142
feat: update pnpm-lock
Oct 14, 2022
5bf870b
fix: awaited recursive createHandle call #6496
Oct 14, 2022
54cbb5e
Merge branch 'trunk' into issue-6496-await-recursive-createHandle-call
brent-hoover Oct 15, 2022
0c1e778
fix: added changeset
Oct 15, 2022
3b6a358
Merge branch 'issue-6496-await-recursive-createHandle-call' of https:…
Oct 15, 2022
091ef19
Merge branch 'trunk' into issue-6496-await-recursive-createHandle-call
smriti0710 Oct 15, 2022
425d8e4
feat: added shopId to payload for afterAddTagsToProducts & afterRemov…
vishalmalu Oct 11, 2022
671516c
chore: added changeset
vishalmalu Oct 11, 2022
8d489b2
Version Packages
github-actions[bot] Oct 14, 2022
e391a69
feat: update pnpm-lock
vanpho93 Oct 14, 2022
6f19657
fix: corrected the validation condition
shwetha263 Oct 13, 2022
d70bb5f
fix: added test cases
shwetha263 Oct 14, 2022
5659bcd
fix: corrected the test case description
shwetha263 Oct 14, 2022
e3ce485
fix: eslint corrections
shwetha263 Oct 14, 2022
cf64f94
fix: eol-last issue
shwetha263 Oct 14, 2022
764d5e9
fix: added the changeset
shwetha263 Oct 14, 2022
f28e40c
fix: updated the change set to patch
shwetha263 Oct 14, 2022
71e7172
Version Packages
github-actions[bot] Oct 14, 2022
20e429b
feat: update pnpm-lock
Oct 14, 2022
eb632bc
fix: awaited recursive createHandle call #6496
Oct 14, 2022
877eac7
fix: added changeset
Oct 15, 2022
629db8e
feat: update pnpm-lock
vanpho93 Oct 14, 2022
161200a
fix: added test cases
shwetha263 Oct 14, 2022
9b765f3
fix: corrected the test case description
shwetha263 Oct 14, 2022
da282d3
fix: eslint corrections
shwetha263 Oct 14, 2022
bfc8216
fix: eol-last issue
shwetha263 Oct 14, 2022
de5fcac
fix: added the changeset
shwetha263 Oct 14, 2022
291c130
fix: updated the change set to patch
shwetha263 Oct 14, 2022
4f5c26e
Version Packages
github-actions[bot] Oct 14, 2022
392506f
feat: update pnpm-lock
Oct 14, 2022
5ca610f
fix: correct package name for reaction
vanpho93 Oct 15, 2022
e89de53
Merge branch 'issue-6496-await-recursive-createHandle-call' of https:…
Oct 15, 2022
d67d2c4
fix: singing off Signed-off-by: Smriti Prakash<smriti3prakash7@gmail.…
Oct 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Version Packages
Signed-off-by: Smriti Prakash <[email protected]>
  • Loading branch information
github-actions[bot] authored and Smriti Prakash committed Oct 14, 2022
commit 4e5b068cafdcd3a14f00ded84d4701f389a03cce
5 changes: 0 additions & 5 deletions .changeset/moody-actors-flash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api-plugin-products/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactioncommerce/api-plugin-products

## 1.3.0

### Minor Changes

- [#6551](https://github.com/reactioncommerce/reaction/pull/6551) [`72b77f6ef`](https://github.com/reactioncommerce/reaction/commit/72b77f6ef4baf84dd437f86fe7f81b3f9ac2647a) Thanks [@vishalmalu](https://github.com/vishalmalu)! - Added shopId to payload for afterAddTagsToProducts & afterRemoveTagsFromProducts events

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-plugin-products/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactioncommerce/api-plugin-products",
"description": "Products plugin for the Reaction API",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"type": "module",
"engines": {
Expand Down