diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 78e415bc..d85a9e00 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.10.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@9.9.0...@air/icons@9.10.0) (2021-12-14) + +### Features + +- add calendar icon ([112f790](https://github.com/AirLabsTeam/web-core/commit/112f790a404cae16555ef2180a6c884779d68441)) + # [9.9.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@9.8.2...@air/icons@9.9.0) (2021-12-13) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index 4856606c..e1911dbb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@air/icons", - "version": "9.9.0", + "version": "9.10.0", "description": "Air's iconography", "keywords": [ "react", diff --git a/packages/zephyr/CHANGELOG.md b/packages/zephyr/CHANGELOG.md index 44c592c8..9a20fced 100644 --- a/packages/zephyr/CHANGELOG.md +++ b/packages/zephyr/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [15.6.1](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@15.6.0...@air/zephyr@15.6.1) (2021-12-14) + +**Note:** Version bump only for package @air/zephyr + # [15.6.0](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@15.5.1...@air/zephyr@15.6.0) (2021-12-14) ### Features diff --git a/packages/zephyr/package.json b/packages/zephyr/package.json index 454311d3..a94da320 100644 --- a/packages/zephyr/package.json +++ b/packages/zephyr/package.json @@ -1,6 +1,6 @@ { "name": "@air/zephyr", - "version": "15.6.0", + "version": "15.6.1", "description": "Air's React component library", "keywords": [ "react", @@ -45,7 +45,7 @@ "react": ">=16" }, "devDependencies": { - "@air/icons": "^9.9.0", + "@air/icons": "^9.10.0", "@styled-system/css": "^5.1.5", "@types/classnames": "^2.2.11", "@types/react-select": "^3.0.27",