chore(release): Publish

This commit is contained in:
olivermrbl
2022-11-02 16:44:54 +01:00
parent a014e3623c
commit ee8a71c692
35 changed files with 111 additions and 124 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Changes type to type_id for the list products endpoints in both the Store and Admin API.

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Allow to filter collections by discount condition id

View File

@@ -1,10 +0,0 @@
---
"medusa-file-minio": patch
"medusa-file-s3": patch
"medusa-file-spaces": patch
"@medusajs/medusa-js": patch
"medusa-react": patch
"@medusajs/medusa": patch
---
Add protected uploads to fileservices

View File

@@ -1,5 +0,0 @@
---
---
chore: Automate staging releases with action

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Select config should be undefined if length === 0

View File

@@ -1,7 +0,0 @@
---
"@medusajs/medusa-js": patch
"medusa-react": patch
"@medusajs/medusa": patch
---
Feat(medusa, medusa-js, medusa-react): add resources to discount condition by batch

View File

@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/medusa-js": patch
---
Adds the use of price selection strategy to retrieving variants in the admin API. This moves the responsibility of tax calculations from the frontend (admin) to the backend.

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Product import - allow null product type

View File

@@ -1,5 +0,0 @@
---
"medusa-dev-cli": patch
---
Avoid dev cli auth

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Allow to query product types by discount condition id

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Allow to query product tags by condition id

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): allow filtering collections by handle

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": minor
---
fix(medusa): Idempotency workStage used within transaction

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": minor
---
feat(medusa): Align columns between product import/export, re visit the way the columns are defined and treated

View File

@@ -1,7 +0,0 @@
---
"@medusajs/medusa-js": patch
"medusa-react": patch
"@medusajs/medusa": patch
---
feat(medusa): Support batch remove resources on discount condition

View File

@@ -1,5 +0,0 @@
---
"medusa-payment-stripe": patch
---
Support automatic payment methods

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Capture DraftOrder payment immediately in register-payment.ts

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Filter product list by discount condition id

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.0.27
### Patch Changes
- [#2360](https://github.com/medusajs/medusa/pull/2360) [`196595cb6`](https://github.com/medusajs/medusa/commit/196595cb651d058b7da8711604ba57e5c0ee8a55) Thanks [@srindom](https://github.com/srindom)! - Avoid dev cli auth
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -7,18 +13,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package medusa-dev-cli
## [0.0.25](https://github.com/medusajs/medusa/compare/medusa-dev-cli@0.0.24...medusa-dev-cli@0.0.25) (2022-07-05)
**Note:** Version bump only for package medusa-dev-cli
## [0.0.24](https://github.com/medusajs/medusa/compare/medusa-dev-cli@0.0.23...medusa-dev-cli@0.0.24) (2021-12-08)
**Note:** Version bump only for package medusa-dev-cli

View File

@@ -1,7 +1,7 @@
{
"name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa",
"version": "0.0.26",
"version": "0.0.27",
"author": "Sebastian Rindom <skrindom@gmail.com>",
"bin": {
"medusa-dev": "./dist/index.js"

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.1.1
### Patch Changes
- [#2433](https://github.com/medusajs/medusa/pull/2433) [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add protected uploads to fileservices
## 1.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-minio",
"version": "1.1.0",
"version": "1.1.1",
"description": "MinIO server file connector for Medusa",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.1.7
### Patch Changes
- [#2433](https://github.com/medusajs/medusa/pull/2433) [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add protected uploads to fileservices
## 1.1.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-s3",
"version": "1.1.6",
"version": "1.1.7",
"description": "AWS s3 file connector for Medusa",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.1
### Patch Changes
- [#2433](https://github.com/medusajs/medusa/pull/2433) [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add protected uploads to fileservices
## 1.3.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-spaces",
"version": "1.3.0",
"version": "1.3.1",
"description": "Digital Ocean Spaces file connector for Medusa",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,20 @@
# Change Log
## 1.3.2
### Patch Changes
- [#2433](https://github.com/medusajs/medusa/pull/2433) [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add protected uploads to fileservices
* [#2430](https://github.com/medusajs/medusa/pull/2430) [`765a2cccd`](https://github.com/medusajs/medusa/commit/765a2cccda2c4c552ede9ec23e0c1e3dd4ea44fc) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat(medusa, medusa-js, medusa-react): add resources to discount condition by batch
- [#2270](https://github.com/medusajs/medusa/pull/2270) [`69e579758`](https://github.com/medusajs/medusa/commit/69e579758f81332094d6f0dfa6fbcbc359b0d92c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - Adds the use of price selection strategy to retrieving variants in the admin API. This moves the responsibility of tax calculations from the frontend (admin) to the backend.
* [#2444](https://github.com/medusajs/medusa/pull/2444) [`48411157b`](https://github.com/medusajs/medusa/commit/48411157b1cdec0a67f91e06de8ac547af89d7af) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Support batch remove resources on discount condition
* Updated dependencies [[`211720f24`](https://github.com/medusajs/medusa/commit/211720f24cbcb1f01c36aa35660e1ff0c4518ebd), [`c71744245`](https://github.com/medusajs/medusa/commit/c717442451cf9fc2e0961edded5b49ea5a78760e), [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1), [`13611e3e5`](https://github.com/medusajs/medusa/commit/13611e3e53d449fbfab7a88f848f6652a360bd14), [`765a2cccd`](https://github.com/medusajs/medusa/commit/765a2cccda2c4c552ede9ec23e0c1e3dd4ea44fc), [`69e579758`](https://github.com/medusajs/medusa/commit/69e579758f81332094d6f0dfa6fbcbc359b0d92c), [`05f921711`](https://github.com/medusajs/medusa/commit/05f921711fb0ac3603d29955648d8ba563a7da7d), [`19ca18e71`](https://github.com/medusajs/medusa/commit/19ca18e71c8feea7277e09db3c5e9e6316adb6ab), [`a9c703d56`](https://github.com/medusajs/medusa/commit/a9c703d56c2678fb509af7f9e1fe2cb65f95ba9d), [`58c7ffdc6`](https://github.com/medusajs/medusa/commit/58c7ffdc6ec1d06f76aaa9427505dc452398770f), [`9deec0fc3`](https://github.com/medusajs/medusa/commit/9deec0fc3c3ff9d89ca194b8b05948141799a412), [`299c4ae7f`](https://github.com/medusajs/medusa/commit/299c4ae7f55b0586f283d7f21792b7b204df421a), [`48411157b`](https://github.com/medusajs/medusa/commit/48411157b1cdec0a67f91e06de8ac547af89d7af), [`144ce0e42`](https://github.com/medusajs/medusa/commit/144ce0e42cd894a2cd5b40b68c095fd1eda851a9), [`8be67c734`](https://github.com/medusajs/medusa/commit/8be67c734c970ef03bf0afaf74cc3818e305466d)]:
- @medusajs/medusa@1.6.0
## 1.3.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "1.3.1",
"version": "1.3.2",
"description": "Client for Medusa Commerce Rest API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,7 +15,7 @@
"author": "Oliver Juhl",
"license": "MIT",
"dependencies": {
"@medusajs/medusa": "^1.5.0",
"@medusajs/medusa": "^1.6.0",
"axios": "^0.24.0",
"form-data": "^4.0.0",
"qs": "^6.10.3",

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.1.45
### Patch Changes
- [`a014e3623`](https://github.com/medusajs/medusa/commit/a014e3623c64f747e7496abccb8d0c7c01093d8b) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Support automatic payment methods
## 1.1.44
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "1.1.44",
"version": "1.1.45",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,19 @@
# Change Log
## 3.0.0
### Patch Changes
- [#2433](https://github.com/medusajs/medusa/pull/2433) [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add protected uploads to fileservices
* [#2430](https://github.com/medusajs/medusa/pull/2430) [`765a2cccd`](https://github.com/medusajs/medusa/commit/765a2cccda2c4c552ede9ec23e0c1e3dd4ea44fc) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat(medusa, medusa-js, medusa-react): add resources to discount condition by batch
- [#2444](https://github.com/medusajs/medusa/pull/2444) [`48411157b`](https://github.com/medusajs/medusa/commit/48411157b1cdec0a67f91e06de8ac547af89d7af) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Support batch remove resources on discount condition
- Updated dependencies [[`211720f24`](https://github.com/medusajs/medusa/commit/211720f24cbcb1f01c36aa35660e1ff0c4518ebd), [`c71744245`](https://github.com/medusajs/medusa/commit/c717442451cf9fc2e0961edded5b49ea5a78760e), [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1), [`13611e3e5`](https://github.com/medusajs/medusa/commit/13611e3e53d449fbfab7a88f848f6652a360bd14), [`765a2cccd`](https://github.com/medusajs/medusa/commit/765a2cccda2c4c552ede9ec23e0c1e3dd4ea44fc), [`69e579758`](https://github.com/medusajs/medusa/commit/69e579758f81332094d6f0dfa6fbcbc359b0d92c), [`05f921711`](https://github.com/medusajs/medusa/commit/05f921711fb0ac3603d29955648d8ba563a7da7d), [`19ca18e71`](https://github.com/medusajs/medusa/commit/19ca18e71c8feea7277e09db3c5e9e6316adb6ab), [`a9c703d56`](https://github.com/medusajs/medusa/commit/a9c703d56c2678fb509af7f9e1fe2cb65f95ba9d), [`58c7ffdc6`](https://github.com/medusajs/medusa/commit/58c7ffdc6ec1d06f76aaa9427505dc452398770f), [`9deec0fc3`](https://github.com/medusajs/medusa/commit/9deec0fc3c3ff9d89ca194b8b05948141799a412), [`299c4ae7f`](https://github.com/medusajs/medusa/commit/299c4ae7f55b0586f283d7f21792b7b204df421a), [`48411157b`](https://github.com/medusajs/medusa/commit/48411157b1cdec0a67f91e06de8ac547af89d7af), [`144ce0e42`](https://github.com/medusajs/medusa/commit/144ce0e42cd894a2cd5b40b68c095fd1eda851a9), [`8be67c734`](https://github.com/medusajs/medusa/commit/8be67c734c970ef03bf0afaf74cc3818e305466d)]:
- @medusajs/medusa@1.6.0
- @medusajs/medusa-js@1.3.2
## 2.0.0
### Patch Changes

View File

@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -22,7 +22,7 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@medusajs/medusa": "^1.5.0",
"@medusajs/medusa": "^1.6.0",
"react": ">=16",
"react-query": ">= 3.29.0"
},
@@ -74,7 +74,7 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@medusajs/medusa-js": "^1.3.1",
"@medusajs/medusa-js": "^1.3.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react-query": "^3.31.0"

View File

@@ -1,5 +1,41 @@
# Change Log
## 1.6.0
### Minor Changes
- [#2358](https://github.com/medusajs/medusa/pull/2358) [`9deec0fc3`](https://github.com/medusajs/medusa/commit/9deec0fc3c3ff9d89ca194b8b05948141799a412) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Idempotency workStage used within transaction
* [#2471](https://github.com/medusajs/medusa/pull/2471) [`299c4ae7f`](https://github.com/medusajs/medusa/commit/299c4ae7f55b0586f283d7f21792b7b204df421a) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Align columns between product import/export, re visit the way the columns are defined and treated
### Patch Changes
- [#2427](https://github.com/medusajs/medusa/pull/2427) [`211720f24`](https://github.com/medusajs/medusa/commit/211720f24cbcb1f01c36aa35660e1ff0c4518ebd) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - Changes type to type_id for the list products endpoints in both the Store and Admin API.
* [#2411](https://github.com/medusajs/medusa/pull/2411) [`c71744245`](https://github.com/medusajs/medusa/commit/c717442451cf9fc2e0961edded5b49ea5a78760e) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Allow to filter collections by discount condition id
- [#2433](https://github.com/medusajs/medusa/pull/2433) [`3c5e31c64`](https://github.com/medusajs/medusa/commit/3c5e31c6455695f854e9df7a3592c12b899fa1e1) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Add protected uploads to fileservices
* [#2469](https://github.com/medusajs/medusa/pull/2469) [`13611e3e5`](https://github.com/medusajs/medusa/commit/13611e3e53d449fbfab7a88f848f6652a360bd14) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Select config should be undefined if length === 0
- [#2430](https://github.com/medusajs/medusa/pull/2430) [`765a2cccd`](https://github.com/medusajs/medusa/commit/765a2cccda2c4c552ede9ec23e0c1e3dd4ea44fc) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat(medusa, medusa-js, medusa-react): add resources to discount condition by batch
* [#2270](https://github.com/medusajs/medusa/pull/2270) [`69e579758`](https://github.com/medusajs/medusa/commit/69e579758f81332094d6f0dfa6fbcbc359b0d92c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - Adds the use of price selection strategy to retrieving variants in the admin API. This moves the responsibility of tax calculations from the frontend (admin) to the backend.
- [#2424](https://github.com/medusajs/medusa/pull/2424) [`05f921711`](https://github.com/medusajs/medusa/commit/05f921711fb0ac3603d29955648d8ba563a7da7d) Thanks [@fPolic](https://github.com/fPolic)! - Product import - allow null product type
* [#2359](https://github.com/medusajs/medusa/pull/2359) [`19ca18e71`](https://github.com/medusajs/medusa/commit/19ca18e71c8feea7277e09db3c5e9e6316adb6ab) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Allow to query product types by discount condition id
- [#2340](https://github.com/medusajs/medusa/pull/2340) [`a9c703d56`](https://github.com/medusajs/medusa/commit/a9c703d56c2678fb509af7f9e1fe2cb65f95ba9d) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Allow to query product tags by condition id
* [#2482](https://github.com/medusajs/medusa/pull/2482) [`58c7ffdc6`](https://github.com/medusajs/medusa/commit/58c7ffdc6ec1d06f76aaa9427505dc452398770f) Thanks [@srindom](https://github.com/srindom)! - fix(medusa): allow filtering collections by handle
- [#2444](https://github.com/medusajs/medusa/pull/2444) [`48411157b`](https://github.com/medusajs/medusa/commit/48411157b1cdec0a67f91e06de8ac547af89d7af) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Support batch remove resources on discount condition
* [#2402](https://github.com/medusajs/medusa/pull/2402) [`144ce0e42`](https://github.com/medusajs/medusa/commit/144ce0e42cd894a2cd5b40b68c095fd1eda851a9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Capture DraftOrder payment immediately in register-payment.ts
- [#2464](https://github.com/medusajs/medusa/pull/2464) [`8be67c734`](https://github.com/medusajs/medusa/commit/8be67c734c970ef03bf0afaf74cc3818e305466d) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Filter product list by discount condition id
## 1.5.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.5.0",
"version": "1.6.0",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",

View File

@@ -4360,11 +4360,11 @@ __metadata:
languageName: unknown
linkType: soft
"@medusajs/medusa-js@^1.3.1, @medusajs/medusa-js@workspace:packages/medusa-js":
"@medusajs/medusa-js@^1.3.2, @medusajs/medusa-js@workspace:packages/medusa-js":
version: 0.0.0-use.local
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
dependencies:
"@medusajs/medusa": ^1.5.0
"@medusajs/medusa": ^1.6.0
"@types/jest": ^26.0.19
axios: ^0.24.0
cross-env: ^7.0.3
@@ -4376,7 +4376,7 @@ __metadata:
languageName: unknown
linkType: soft
"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.5.0, @medusajs/medusa@workspace:packages/medusa":
"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.6.0, @medusajs/medusa@workspace:packages/medusa":
version: 0.0.0-use.local
resolution: "@medusajs/medusa@workspace:packages/medusa"
dependencies:
@@ -24320,7 +24320,7 @@ __metadata:
resolution: "medusa-react@workspace:packages/medusa-react"
dependencies:
"@babel/core": ^7.16.0
"@medusajs/medusa-js": ^1.3.1
"@medusajs/medusa-js": ^1.3.2
"@size-limit/preset-small-lib": ^6.0.4
"@storybook/addon-contexts": ^5.3.21
"@storybook/addon-essentials": ^6.3.12
@@ -24351,7 +24351,7 @@ __metadata:
ts-jest: ^27.1.4
tslib: ^2.3.1
peerDependencies:
"@medusajs/medusa": ^1.5.0
"@medusajs/medusa": ^1.6.0
react: ">=16"
react-query: ">= 3.29.0"
languageName: unknown