diff --git a/CHANGELOG.md b/CHANGELOG.md index a50fec1..c86e28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### [3.0.1-alpha.0](https://github.com/movableink/tailwind-config/compare/v2.6.3...v3.0.1-alpha.0) (2023-06-26) + +### ⚠ BREAKING CHANGES + +- migrates colors to match mui color palette + +### Features + +- migrates colors to match mui color palette ([24a3ecc](https://github.com/movableink/tailwind-config/commit/24a3ecc5cc2fdfcaac47d0ae85ab20f01dad0a5e)) + +### Bug Fixes + +- typo in version ([1f476a7](https://github.com/movableink/tailwind-config/commit/1f476a77d4c79cded6786d29b0cee0cadf725f3d)) + ### [2.6.3](https://github.com/movableink/tailwind-config/compare/v2.6.2...v2.6.3) (2023-04-19) ### [2.6.2](https://github.com/movableink/tailwind-config/compare/v2.6.1...v2.6.2) (2023-04-19) diff --git a/package.json b/package.json index 2d8efe5..a55e574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movable/tailwind-config", - "version": "3.0.0", + "version": "3.0.1-alpha.0", "description": "Tailwind Config for Fluid", "main": "index.js", "repository": "git@github.com:movableink/tailwind-config.git",