chore: Version Packages (#4826)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-25 16:15:33 +02:00
committed by GitHub
parent f28fa6a7b3
commit 362abdfad7
34 changed files with 131 additions and 69 deletions

View File

@@ -1,9 +0,0 @@
---
"@medusajs/medusa": minor
"@medusajs/file-local": patch
"medusa-file-minio": patch
"medusa-file-s3": patch
"@medusajs/types": patch
---
feat(medusa-file-local): local file service streaming methods

View File

@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): Fix sign out in admin panel not redirecting correctly

View File

@@ -1,8 +0,0 @@
---
"medusa-file-spaces": patch
"medusa-file-minio": patch
"medusa-file-s3": patch
"@medusajs/medusa": patch
---
fix(medusa-interfaces, medusa-file-\*): add `ìsPrivate` flag to the streaming methods, fix minio default bucket

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): `PriceListImportStrategy` descriptive error handling

View File

@@ -1,5 +0,0 @@
---
"medusa-telemetry": patch
---
fix(medusa-telemetry): added missing babel dependencies

View File

@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): Fix variant creation when no stock locations provided

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): refresh products when import is complete

View File

@@ -1,5 +1,15 @@
# @medusajs/admin-ui
## 2.0.1
### Patch Changes
- [#4837](https://github.com/medusajs/medusa/pull/4837) [`57e199ef5`](https://github.com/medusajs/medusa/commit/57e199ef522e45c45ba5d79287a4c258e6f3914c) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix sign out in admin panel not redirecting correctly
- [#4843](https://github.com/medusajs/medusa/pull/4843) [`f4bf9ee16`](https://github.com/medusajs/medusa/commit/f4bf9ee16915a88548c1666b182df478e4f5ed74) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix variant creation when no stock locations provided
- [#4840](https://github.com/medusajs/medusa/pull/4840) [`0c7c2eeea`](https://github.com/medusajs/medusa/commit/0c7c2eeeabad684c31a18d6f5579f30820b29efb) Thanks [@fPolic](https://github.com/fPolic)! - feat(admin-ui): refresh products when import is complete
## 2.0.0
### Major Changes

View File

@@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",

View File

@@ -1,5 +1,16 @@
# @medusajs/admin
## 7.0.1
### Patch Changes
- [#4837](https://github.com/medusajs/medusa/pull/4837) [`57e199ef5`](https://github.com/medusajs/medusa/commit/57e199ef522e45c45ba5d79287a4c258e6f3914c) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix sign out in admin panel not redirecting correctly
- [#4843](https://github.com/medusajs/medusa/pull/4843) [`f4bf9ee16`](https://github.com/medusajs/medusa/commit/f4bf9ee16915a88548c1666b182df478e4f5ed74) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(admin-ui): Fix variant creation when no stock locations provided
- Updated dependencies [[`57e199ef5`](https://github.com/medusajs/medusa/commit/57e199ef522e45c45ba5d79287a4c258e6f3914c), [`f4bf9ee16`](https://github.com/medusajs/medusa/commit/f4bf9ee16915a88548c1666b182df478e4f5ed74), [`0c7c2eeea`](https://github.com/medusajs/medusa/commit/0c7c2eeeabad684c31a18d6f5579f30820b29efb)]:
- @medusajs/admin-ui@2.0.1
## 7.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.0.0",
"version": "7.0.1",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},

View File

@@ -1,5 +1,12 @@
# Change Log
## 1.1.1
### Patch Changes
- Updated dependencies [[`c58588904`](https://github.com/medusajs/medusa/commit/c58588904c5631111603b15afacf7cdc4c738cc4)]:
- medusa-telemetry@0.0.17
## 1.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
@@ -18,7 +18,7 @@
"commander": "^10.0.1",
"glob": "^7.1.6",
"inquirer": "^9.2.2",
"medusa-telemetry": "^0.0.16",
"medusa-telemetry": "^0.0.17",
"nanoid": "^4.0.2",
"node-emoji": "^2.0.2",
"node-fetch": "^3.3.1",

View File

@@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.16",
"@medusajs/medusa-oas-cli": "0.2.17",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",

View File

@@ -1,5 +1,12 @@
# Change Log
## 1.3.20
### Patch Changes
- Updated dependencies [[`c58588904`](https://github.com/medusajs/medusa/commit/c58588904c5631111603b15afacf7cdc4c738cc4)]:
- medusa-telemetry@0.0.17
## 1.3.19
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.19",
"version": "1.3.20",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -50,7 +50,7 @@
"is-valid-path": "^0.1.1",
"meant": "^1.0.3",
"medusa-core-utils": "^1.2.0",
"medusa-telemetry": "^0.0.16",
"medusa-telemetry": "^0.0.17",
"open": "^8.0.6",
"ora": "^5.4.1",
"pg": "^8.11.0",

View File

@@ -1,5 +1,11 @@
# @medusajs/file-local
## 1.0.2
### Patch Changes
- [#4788](https://github.com/medusajs/medusa/pull/4788) [`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa-file-local): local file service streaming methods
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-local",
"version": "1.0.1",
"version": "1.0.2",
"description": "Local file plugin for Medusa",
"main": "dist/index.js",
"files": [
@@ -14,7 +14,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.12.0",
"@medusajs/medusa": "^1.15.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"rimraf": "^5.0.1",

View File

@@ -1,5 +1,13 @@
# Change Log
## 1.2.3
### Patch Changes
- [#4788](https://github.com/medusajs/medusa/pull/4788) [`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa-file-local): local file service streaming methods
- [#4771](https://github.com/medusajs/medusa/pull/4771) [`edf9ed4e5`](https://github.com/medusajs/medusa/commit/edf9ed4e593063622aa39cdbebef4810bf2a5fb1) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa-interfaces, medusa-file-\*): add `ìsPrivate` flag to the streaming methods, fix minio default bucket
## 1.2.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-minio",
"version": "1.2.2",
"version": "1.2.3",
"description": "MinIO server file connector for Medusa",
"main": "dist/index.js",
"files": [
@@ -14,7 +14,7 @@
"author": "Edin Skeja",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.12.3",
"@medusajs/medusa": "^1.15.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"rimraf": "^5.0.1",

View File

@@ -1,5 +1,13 @@
# Change Log
## 1.2.2
### Patch Changes
- [#4788](https://github.com/medusajs/medusa/pull/4788) [`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa-file-local): local file service streaming methods
- [#4771](https://github.com/medusajs/medusa/pull/4771) [`edf9ed4e5`](https://github.com/medusajs/medusa/commit/edf9ed4e593063622aa39cdbebef4810bf2a5fb1) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa-interfaces, medusa-file-\*): add `ìsPrivate` flag to the streaming methods, fix minio default bucket
## 1.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-s3",
"version": "1.2.1",
"version": "1.2.2",
"description": "AWS s3 file connector for Medusa",
"main": "dist/index.js",
"files": [
@@ -14,7 +14,7 @@
"author": "Sebastian Mateos Nicolajsen",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.15.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"medusa-test-utils": "^1.1.40",

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.8
### Patch Changes
- [#4771](https://github.com/medusajs/medusa/pull/4771) [`edf9ed4e5`](https://github.com/medusajs/medusa/commit/edf9ed4e593063622aa39cdbebef4810bf2a5fb1) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa-interfaces, medusa-file-\*): add `ìsPrivate` flag to the streaming methods, fix minio default bucket
## 1.3.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-spaces",
"version": "1.3.7",
"version": "1.3.8",
"description": "Digital Ocean Spaces file connector for Medusa",
"main": "index.js",
"repository": {
@@ -20,7 +20,7 @@
"@babel/preset-env": "^7.7.5",
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.9.6",
"@medusajs/medusa": "^1.12.1",
"@medusajs/medusa": "^1.15.0",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",

View File

@@ -1,5 +1,11 @@
# Change Log
## 0.0.17
### Patch Changes
- [#4817](https://github.com/medusajs/medusa/pull/4817) [`c58588904`](https://github.com/medusajs/medusa/commit/c58588904c5631111603b15afacf7cdc4c738cc4) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa-telemetry): added missing babel dependencies
## 0.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-telemetry",
"version": "0.0.16",
"version": "0.0.17",
"description": "Telemetry for Medusa",
"main": "dist/index.js",
"repository": {

View File

@@ -1,5 +1,21 @@
# Change Log
## 1.15.0
### Minor Changes
- [#4788](https://github.com/medusajs/medusa/pull/4788) [`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa-file-local): local file service streaming methods
### Patch Changes
- [#4771](https://github.com/medusajs/medusa/pull/4771) [`edf9ed4e5`](https://github.com/medusajs/medusa/commit/edf9ed4e593063622aa39cdbebef4810bf2a5fb1) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa-interfaces, medusa-file-\*): add `ìsPrivate` flag to the streaming methods, fix minio default bucket
- [#4842](https://github.com/medusajs/medusa/pull/4842) [`8b860416d`](https://github.com/medusajs/medusa/commit/8b860416d26ce77eb13a643eb616ed6e221d3d66) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa): `PriceListImportStrategy` descriptive error handling
- Updated dependencies [[`c58588904`](https://github.com/medusajs/medusa/commit/c58588904c5631111603b15afacf7cdc4c738cc4)]:
- medusa-telemetry@0.0.17
- @medusajs/medusa-cli@1.3.20
## 1.14.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.14.0",
"version": "1.15.0",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
@@ -19,7 +19,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.10.2",
"@medusajs/types": "^1.10.3",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
@@ -47,7 +47,7 @@
"typeorm": "^0.3.16"
},
"dependencies": {
"@medusajs/medusa-cli": "^1.3.19",
"@medusajs/medusa-cli": "^1.3.20",
"@medusajs/modules-sdk": "^1.9.2",
"@medusajs/orchestration": "^0.2.0",
"@medusajs/utils": "^1.9.6",
@@ -77,7 +77,7 @@
"knex": "2.4.2",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.2.0",
"medusa-telemetry": "^0.0.16",
"medusa-telemetry": "^0.0.17",
"medusa-test-utils": "^1.1.40",
"morgan": "^1.9.1",
"multer": "^1.4.5-lts.1",

View File

@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 0.2.17
### Patch Changes
- Updated dependencies [[`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26), [`edf9ed4e5`](https://github.com/medusajs/medusa/commit/edf9ed4e593063622aa39cdbebef4810bf2a5fb1), [`8b860416d`](https://github.com/medusajs/medusa/commit/8b860416d26ce77eb13a643eb616ed6e221d3d66)]:
- @medusajs/medusa@1.15.0
- @medusajs/types@1.10.3
## 0.2.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.16",
"version": "0.2.17",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -34,7 +34,7 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.14.0",
"@medusajs/medusa": "^1.15.0",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "workspace:^",
"@medusajs/utils": "workspace:^",

View File

@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 1.0.17
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.17
## 1.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.16",
"version": "1.0.17",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.16",
"@medusajs/medusa-oas-cli": "0.2.17",
"execa": "^5.1.1"
}
}

View File

@@ -1,5 +1,11 @@
# @medusajs/types
## 1.10.3
### Patch Changes
- [#4788](https://github.com/medusajs/medusa/pull/4788) [`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa-file-local): local file service streaming methods
## 1.10.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.10.2",
"version": "1.10.3",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",