diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f53054..086ee438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.5.0](https://github.com/silinternational/ui-components/compare/v3.4.0...v3.5.0) (2021-10-19) + + +### Features + +* **Drawer:** Add optional content slot above menu in Drawer ([6aa7ddb](https://github.com/silinternational/ui-components/commit/6aa7ddb98b11a97e19fd9fb0139ab1f9d9ee22bd)) + # [3.4.0](https://github.com/silinternational/ui-components/compare/v3.3.0...v3.4.0) (2021-10-18) diff --git a/package-lock.json b/package-lock.json index c22cd2df..01346eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silintl/ui-components", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@silintl/ui-components", - "version": "3.4.0", + "version": "3.5.0", "license": "MIT", "devDependencies": { "@roxi/routify": "^2.x", diff --git a/package.json b/package.json index 9821d5fd..00975a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silintl/ui-components", - "version": "3.4.0", + "version": "3.5.0", "description": "Reusable Svelte components for some internal applications", "main": "index.js", "scripts": {