diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..0473eeca7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# 1.0.0 (2022-02-23) + + +### Bug Fixes + +* Build on Netlify ([4d08fd8](https://github.com/commercelayer/sanity-template-commercelayer/commit/4d08fd8c7ed0d062bb8953aa3ec2c35826f6b520)) +* **build:** fix production build errors ([e3c2afa](https://github.com/commercelayer/sanity-template-commercelayer/commit/e3c2afa33f20c829b99dff01d25577a3ba785417)) +* fix netlify config conflicts ([46310dc](https://github.com/commercelayer/sanity-template-commercelayer/commit/46310dcdc2ba5574409bf6f33935049741b3da4d)) +* fix profuction build errors ([3d032db](https://github.com/commercelayer/sanity-template-commercelayer/commit/3d032db2ae6f35f4ea8a14f36968c4c013891aba)) +* Item type ([aadb578](https://github.com/commercelayer/sanity-template-commercelayer/commit/aadb578dc9b59f41c7c17d1521853efe138b7f4b)) +* Remove comments, update package.json ([cea5faa](https://github.com/commercelayer/sanity-template-commercelayer/commit/cea5faa737f722888961e518e161c526c72e8c3e)) +* **schema:** fix image previews in studio issue ([0e42cce](https://github.com/commercelayer/sanity-template-commercelayer/commit/0e42cce9c142997d5e9b1358aaeb942c89c84cec)) +* **studio:** fix studio assets path error in prod ([200495e](https://github.com/commercelayer/sanity-template-commercelayer/commit/200495ec23a7607c06c82fc2dee5a2d208db4b1b)) + + +### Features + +* Add `title` to fields schema ([1eac239](https://github.com/commercelayer/sanity-template-commercelayer/commit/1eac239545d37e12aaf5299e680021cf84fc74b4)) +* Add Commerce Layer Demo ([4d28e3a](https://github.com/commercelayer/sanity-template-commercelayer/commit/4d28e3a77502bc3db118fff0da40e154a7acc530)) +* Add localization ([6bc1f4f](https://github.com/commercelayer/sanity-template-commercelayer/commit/6bc1f4f6931a0a1214cc23055b325408daeb5270)) +* add localization support ([89b3457](https://github.com/commercelayer/sanity-template-commercelayer/commit/89b3457fd389e1ecbf1af0df706a2ff91c8f6764)) +* Add netlify config ([93f869a](https://github.com/commercelayer/sanity-template-commercelayer/commit/93f869a77c37d687d6426a86d138258d68a2bcb2)) +* bundle and reconfigure starter :sparkles: ([c05e00e](https://github.com/commercelayer/sanity-template-commercelayer/commit/c05e00e1a838586cff89b7f790b56564fc45c5fd)) +* **locale:** update localization ([8a01c44](https://github.com/commercelayer/sanity-template-commercelayer/commit/8a01c44a0d6e8f2e584f6b46ec86ec5435881301)) +* **schema:** add icons to documents :unicorn: ([f8f55d2](https://github.com/commercelayer/sanity-template-commercelayer/commit/f8f55d209898551c70deb5fd1f48b645310fc4ca)) +* **schema:** update content model ([d819160](https://github.com/commercelayer/sanity-template-commercelayer/commit/d8191609aae96ce64ce4973b9bdf0823b6c9858c)) +* setup repo starter :unicorn: ([535ece1](https://github.com/commercelayer/sanity-template-commercelayer/commit/535ece1b98adb0f16d1e3a8795e1e22d16289690)) +* **studio:** update sanity schema :unicorn: ([d0e35d0](https://github.com/commercelayer/sanity-template-commercelayer/commit/d0e35d02b346ac16fd326a35921883fb9c4976e7)) +* Update catalog relationship ([53cc8b7](https://github.com/commercelayer/sanity-template-commercelayer/commit/53cc8b7928dde0f8151cc8d9516e1f99b8f3dd2a)) +* Update schema ([7c7210e](https://github.com/commercelayer/sanity-template-commercelayer/commit/7c7210e4320a2569f7c91d9162ee3538e8cdb56b)) + + +### Performance Improvements + +* Update react-components and tailwindcss ([39b3c34](https://github.com/commercelayer/sanity-template-commercelayer/commit/39b3c34012a547f59699dab05d2bd913cd200f16)) diff --git a/package-lock.json b/package-lock.json index 6599dc844..c1ebfb783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sanity-template-commercelayer", - "version": "0.0.0-development", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 70c150397..d6d6f2506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-template-commercelayer", - "version": "0.0.0-development", + "version": "1.0.0", "description": "A multi-country ecommerce starter built with Sanity Studio, Commerce Layer, Next.js, and deployed to Netlify.", "engines": { "node": ">=16",