Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8bfaf15
feat: initial commit fulfillment base
sujithvn Oct 17, 2022
4eb2ee8
feat: initial commit fulfillment base
sujithvn Oct 17, 2022
747c633
Merge remote-tracking branch 'origin/01-fulfillment-base' into 01-ful…
sujithvn Oct 18, 2022
7bf42e6
fix: pnpm-lock
sujithvn Oct 18, 2022
25aaed2
fix: to generate function name in camel-case
sujithvn Oct 19, 2022
7d0fea9
feat: createFFType test
sujithvn Oct 24, 2022
a87d6f4
feat: ff-type tests
sujithvn Oct 24, 2022
cb3e9a3
fix: review comment fixes
sujithvn Oct 26, 2022
d496857
fix: removed string concatenation logic
sujithvn Oct 27, 2022
349e1cd
fix: use queries.getCartById delete /util version
sujithvn Oct 28, 2022
f7a8aae
fix: updateSurcharge returns the entire document from db
sushmitha-malae Oct 19, 2022
d4853d0
moved jest process env to a separate file
Oct 17, 2022
1451b40
fix: updated gitignore
Oct 18, 2022
c1f1234
fix: fixed lint error
Oct 18, 2022
a26cb3c
fix: empty commit to re-trigger build
Oct 18, 2022
12d44eb
docs: Fix typo for node version manager
pduvvur Oct 18, 2022
b14a752
fix: allow restrictions on nested properties
Oct 19, 2022
61002e1
fix: add lock file, tests and changeset
range123 Oct 20, 2022
82be516
chore: remove yalc example file
brent-hoover Oct 20, 2022
3cbe960
feat: change reaction dependencies version
vanpho93 Oct 21, 2022
870820b
feat: update lock file
vanpho93 Oct 21, 2022
8100fa1
Version Packages
github-actions[bot] Oct 21, 2022
1eb6b07
feat: update pnpm-lock
Oct 21, 2022
599cd13
feat: add replaceOne to mockCollection
tuanvu0995 Oct 24, 2022
b0425c6
Create shaggy-feet-look.md
tuanvu0995 Oct 24, 2022
f0a0fa7
Update shaggy-feet-look.md
tuanvu0995 Oct 25, 2022
b5ab314
feat: change changeset message
tuanvu0995 Oct 25, 2022
b2cc11b
Create SECURITY.md
brent-hoover Oct 27, 2022
10e623f
Update SECURITY.md
brent-hoover Oct 28, 2022
9a6c933
Version Packages
github-actions[bot] Oct 28, 2022
dab552c
feat: update pnpm-lock
Oct 28, 2022
1d04e2d
fix: issue copy release from [email protected] to v4.x.x
vanpho93 Oct 24, 2022
5996940
update docs to remove references to semantic release
Oct 28, 2022
36b7a5c
fix: fixed broken test
sujithvn Oct 31, 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
Prev Previous commit
Next Next commit
Version Packages
  • Loading branch information
github-actions[bot] authored and sujithvn committed Oct 31, 2022
commit 8100fa1c61607dc8a8e5155481061e68800adbf8
5 changes: 0 additions & 5 deletions .changeset/awaited-recursive-createHandle-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-poems-smash.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/reaction/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# reaction

## 4.2.4

### Patch Changes

- Updated dependencies [[`b48825c43`](https://github.com/reactioncommerce/reaction/commit/b48825c43f1d72347e2173cf09c1a363638ae173), [`769c2185b`](https://github.com/reactioncommerce/reaction/commit/769c2185b8bb39bc0a3682b37ac8efd16aa77712)]:
- @reactioncommerce/[email protected]
- @reactioncommerce/[email protected]

## 4.2.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/reaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaction",
"version": "4.2.3",
"version": "4.2.4",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"main": "./src/index.js",
"type": "module",
Expand Down Expand Up @@ -45,10 +45,10 @@
"@reactioncommerce/api-plugin-payments-example": "1.1.2",
"@reactioncommerce/api-plugin-payments-stripe-sca": "1.0.2",
"@reactioncommerce/api-plugin-pricing-simple": "1.0.7",
"@reactioncommerce/api-plugin-products": "1.3.0",
"@reactioncommerce/api-plugin-products": "1.3.1",
"@reactioncommerce/api-plugin-settings": "1.0.7",
"@reactioncommerce/api-plugin-shipments": "1.0.3",
"@reactioncommerce/api-plugin-shipments-flat-rate": "1.0.9",
"@reactioncommerce/api-plugin-shipments-flat-rate": "1.0.10",
"@reactioncommerce/api-plugin-shops": "1.3.0",
"@reactioncommerce/api-plugin-simple-schema": "1.0.3",
"@reactioncommerce/api-plugin-sitemap-generator": "1.2.3",
Expand Down
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.1

### Patch Changes

- [#6565](https://github.com/reactioncommerce/reaction/pull/6565) [`b48825c43`](https://github.com/reactioncommerce/reaction/commit/b48825c43f1d72347e2173cf09c1a363638ae173) Thanks [@smriti0710](https://github.com/smriti0710)! - awaited the recursive createHandle call

## 1.3.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.3.0",
"version": "1.3.1",
"main": "index.js",
"type": "module",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/api-plugin-shipments-flat-rate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @reactioncommerce/api-plugin-shipments-flat-rate

## 1.0.10

### Patch Changes

- [#6578](https://github.com/reactioncommerce/reaction/pull/6578) [`769c2185b`](https://github.com/reactioncommerce/reaction/commit/769c2185b8bb39bc0a3682b37ac8efd16aa77712) Thanks [@range123](https://github.com/range123)! - allow nested properties to be accessible for shipment restrictions.
2 changes: 1 addition & 1 deletion packages/api-plugin-shipments-flat-rate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactioncommerce/api-plugin-shipments-flat-rate",
"description": "Flat Rate Shipments plugin for the Reaction API",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"type": "module",
"engines": {
Expand Down