diff --git a/CHANGELOG.md b/CHANGELOG.md index e3806a5a..5ce6c709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Project Changelog +## [1.2.3](https://github.com/GrabarzUndPartner/foundation/compare/v1.2.2...v1.2.3) (2022-05-17) + + +### Bug Fixes + +* **update:** clean; renamed teaser-wall to tile-wall ([a4eba5f](https://github.com/GrabarzUndPartner/foundation/commit/a4eba5f99f8d2ac66d84895687bfc9655b766624)) +* **update:** update samples; update tests ([312c3d5](https://github.com/GrabarzUndPartner/foundation/commit/312c3d5901d45a43ac1a8c3a89e8b8d1c9dbd135)) + ## [1.2.2](https://github.com/GrabarzUndPartner/foundation/compare/v1.2.1...v1.2.2) (2022-05-16) diff --git a/package-lock.json b/package-lock.json index a9840172..4fda08f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundation", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foundation", - "version": "1.2.2", + "version": "1.2.3", "hasInstallScript": true, "workspaces": [ "./packages/core", diff --git a/package.json b/package.json index 59f11408..3fb4da56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation", - "version": "1.2.2", + "version": "1.2.3", "private": true, "scripts": { "postinstall": "husky install",