Skip to content

Commit

Permalink
chore(release): @autoviews/core-v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@autoviews/core-v2.0.0](https://github.com/wix-incubator/autoviews/compare/@autoviews/core-v1.0.3...@autoviews/core-v2.0.0) (2022-05-26)

### Features

* **schema:** added `prefixItems` support as tuple ([#91](#91)) ([5c5c715](5c5c715)), closes [#90](#90)

### BREAKING CHANGES

* **schema:** `CoreSchemaMetaSchema['items']` now just has `CoreSchemaMetaSchema` type,
nextSchema function now consider this field
  • Loading branch information
semantic-release-bot committed May 26, 2022
1 parent a986dd6 commit ad7dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoviews/core",
"version": "1.0.3",
"version": "2.0.0",
"description": "TODO",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ad7dacb

Please sign in to comment.