Files
medusa-store/packages/inventory/CHANGELOG.md
github-actions[bot] c0d74bc682 chore: Version Packages (#5340)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-19 15:58:48 +02:00

28 KiB

@medusajs/inventory

1.11.1

Patch Changes

1.11.0

Minor Changes

Patch Changes

1.10.0

Minor Changes

Patch Changes

1.9.2

Patch Changes

  • #4503 d184d23c6 Thanks @pKorsholm! - feat(medusa,inventory,types,brightpearl): update some inventory methods to be bulk-operation enabled

1.9.1

Patch Changes

1.9.0

Minor Changes

  • #4146 db4199530 Thanks @fPolic! - chore(medusa, utils, inventory, stock-location): clear deps in the utils package

Patch Changes

1.8.6

Patch Changes

1.8.5

Patch Changes

  • #3971 7fd22ecb4 Thanks @pKorsholm! - Feat(client-types, inventory, medusa, types): add title, thumbnail and description to inventory item and description` to reservation item.

  • Updated dependencies [1ea57c3a6]:

    • @medusajs/utils@1.8.4
    • @medusajs/modules-sdk@1.8.5

1.8.4

Patch Changes

1.8.3

Patch Changes

1.8.2

Patch Changes

  • Updated dependencies []:
    • @medusajs/modules-sdk@1.8.2

1.8.1

Patch Changes

1.8.0

Minor Changes

Patch Changes

1.8.0-rc.4

Patch Changes

1.8.0-rc.3

Patch Changes

  • Updated dependencies [55e94d0b4]:
    • @medusajs/modules-sdk@0.1.0-rc.3

1.8.0-rc.2

Patch Changes

  • chore: Fix RC package versions

  • Updated dependencies []:

    • @medusajs/modules-sdk@0.1.0-rc.2
    • @medusajs/utils@0.0.2-rc.1

1.8.0-rc.1

Patch Changes

  • Updated dependencies [bca1f80dd]:
    • @medusajs/modules-sdk@0.1.0-rc.1

1.8.0-rc.0

Minor Changes

Patch Changes

  • #3319 08c8aa46c Thanks @pKorsholm! - List inventory items based on locations

  • #3041 121b42acf Thanks @riqwan! - chore(medusa): Typeorm fixes / enhancements

    • upgrade typeorm from 0.2.51 to 0.3.11
    • Plugin repository loader to work with Typeorm update
  • #3352 aa690beed Thanks @carlos-r-l-rodrigues! - feat(medusa): Modules initializer

    Loading modules in a project

    Example

    import {
      InventoryServiceInitializeOptions,
      initialize,
    } from "@medusajs/inventory"
    
    const options: InventoryServiceInitializeOptions = {
      database: {
        type: "postgres",
        url: DB_URL,
      },
    }
    
    const inventoryService = await initialize(options)
    const newInventoryItem = await inventoryService.createInventoryItem({
      sku: "sku_123",
    })
    
  • #3460 10bf05c14 Thanks @pKorsholm! - Fix(inventory, medusa): ensure no orphaned reservations and invenotry levels on location removal

  • #3531 4e9d257d3 Thanks @carlos-r-l-rodrigues! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules

  • Updated dependencies [74bc4b16a, 77d46220c, 271844aed, 4e9d257d3]:

    • @medusajs/utils@0.0.2-rc.0
    • @medusajs/modules-sdk@0.1.0-rc.0

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

  • Updated dependencies [c43248131]:
    • @medusajs/medusa@1.7.11

1.0.7

Patch Changes

1.0.6

Patch Changes

  • Updated dependencies [370bd472e]:
    • @medusajs/medusa@1.7.9

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes