Skip to content

Commit

Permalink
Version Packages (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 17, 2023
1 parent c1c7b25 commit 18caceb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/metal-jeans-share.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @crystallize/import-utilities

## 1.16.0

### Minor Changes

- c1c7b25: Allow products to be updated without specifying `vatType` or
`variants`. You can now update an existing product with this spec:
```
const jsonSpec: JsonSpec = {
items: [
{
name: 'Product updated from import-utilities 💥',
shape: 'default-product',
externalReference: 'my-existing-product',
},
],
}
```

## 1.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/import-utilities",
"version": "1.15.0",
"version": "1.16.0",
"main": "dist/index.js",
"author": "Crystallize <hello@crystallize.com>",
"contributors": [
Expand Down

0 comments on commit 18caceb

Please sign in to comment.