From 3798fa57e21f898e50e136acb2f49a656823c5b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Feb 2022 09:41:58 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.11 [skip ci] # [1.0.0-alpha.11](https://github.com/sws2apps/lmm-oa-sws/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-02-09) ### Bug Fixes * **app:** fix dateformat deps after version update ([aac993a](https://github.com/sws2apps/lmm-oa-sws/commit/aac993ac2f1d3fa3b748aae377a945cf13e4fd41)) * **deps:** update some dependencies to their latest version ([601065e](https://github.com/sws2apps/lmm-oa-sws/commit/601065ee6fe45b34830b2186f7da6fd4ac0f8237)) ### Features * **navbar:** shorten app stage for smaller screen ([bb4a543](https://github.com/sws2apps/lmm-oa-sws/commit/bb4a543f346f89ace3aabdc7f2375f4df5f02579)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2b690e..909f70ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.0.0-alpha.11](https://github.com/sws2apps/lmm-oa-sws/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-02-09) + + +### Bug Fixes + +* **app:** fix dateformat deps after version update ([aac993a](https://github.com/sws2apps/lmm-oa-sws/commit/aac993ac2f1d3fa3b748aae377a945cf13e4fd41)) +* **deps:** update some dependencies to their latest version ([601065e](https://github.com/sws2apps/lmm-oa-sws/commit/601065ee6fe45b34830b2186f7da6fd4ac0f8237)) + + +### Features + +* **navbar:** shorten app stage for smaller screen ([bb4a543](https://github.com/sws2apps/lmm-oa-sws/commit/bb4a543f346f89ace3aabdc7f2375f4df5f02579)) + # [1.0.0-alpha.10](https://github.com/sws2apps/lmm-oa-sws/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-02-06) diff --git a/package.json b/package.json index 20b3181f..e0e39bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "private": true, "dependencies": { "@emotion/react": "^11.4.1",