diff --git a/CHANGELOG.md b/CHANGELOG.md index 910423c..5ae6105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/sanity-io/table/compare/v1.1.0...v1.1.1) (2024-01-17) + +### Bug Fixes + +- pass row type to table component ([35d5457](https://github.com/sanity-io/table/commit/35d545728ad97419ee7cc7b0bb674bc5e8844a85)) + ## [1.1.0](https://github.com/sanity-io/table/compare/v1.0.1...v1.1.0) (2024-01-12) ### Features diff --git a/package-lock.json b/package-lock.json index 822edd2..78cc332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/table", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sanity/table", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@sanity/icons": "^2.0.0", diff --git a/package.json b/package.json index 6981226..445e219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/table", - "version": "1.1.0", + "version": "1.1.1", "description": "Table schema type and input component for Sanity Studio", "keywords": [ "sanity",