From ad7dacb0172d7ec05cac6ed8ac5c060f8cd19be6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 May 2022 12:37:43 +0000 Subject: [PATCH] chore(release): @autoviews/core-v2.0.0 [skip ci] # [@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](https://github.com/wix-incubator/autoviews/issues/91)) ([5c5c715](https://github.com/wix-incubator/autoviews/commit/5c5c715685906424edc07e339b28acb3f477da0a)), closes [#90](https://github.com/wix-incubator/autoviews/issues/90) ### BREAKING CHANGES * **schema:** `CoreSchemaMetaSchema['items']` now just has `CoreSchemaMetaSchema` type, nextSchema function now consider this field --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index d7ab02d2..c1f755cc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",