Skip to content

Commit

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

### Bug Fixes

* correct error message ([ef442b5](ef442b5))

### Features

* added AutoHeaders component ([0f0ed05](0f0ed05)), closes [#57](#57)
* **objectschemaasarray utility:** converts object schema to array with map function and rules ([85b0dc8](85b0dc8)), closes [#57](#57)
* **schema:** added `prefixItems` support as tuple ([eb41410](eb41410)), closes [#90](#90)

### BREAKING CHANGES

* **schema:** `CoreSchemaMetaSchema['items']` now just has `CoreSchemaMetaSchema` type,
nextSchema function now consider this field
* **objectschemaasarray utility:** orderFields and filter functions are deleted from the export
  • Loading branch information
semantic-release-bot committed Jun 1, 2022
1 parent 3c62f54 commit 3dd6b4e
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": "2.0.0",
"version": "3.0.0",
"description": "TODO",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 3dd6b4e

Please sign in to comment.