diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d85a9e00..36c9e797 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.11.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@9.10.0...@air/icons@9.11.0) (2021-12-14) + +### Features + +- **@air/icons:** add in discussions and discussions filled icons ([95cd631](https://github.com/AirLabsTeam/web-core/commit/95cd631f811b3704f210c78192dd8c6d6969457d)) + # [9.10.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@9.9.0...@air/icons@9.10.0) (2021-12-14) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index e1911dbb..c391c0be 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@air/icons", - "version": "9.10.0", + "version": "9.11.0", "description": "Air's iconography", "keywords": [ "react", diff --git a/packages/zephyr/CHANGELOG.md b/packages/zephyr/CHANGELOG.md index 9a20fced..8c1fe622 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.2](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@15.6.1...@air/zephyr@15.6.2) (2021-12-14) + +**Note:** Version bump only for package @air/zephyr + ## [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 diff --git a/packages/zephyr/package.json b/packages/zephyr/package.json index a94da320..782d5ebe 100644 --- a/packages/zephyr/package.json +++ b/packages/zephyr/package.json @@ -1,6 +1,6 @@ { "name": "@air/zephyr", - "version": "15.6.1", + "version": "15.6.2", "description": "Air's React component library", "keywords": [ "react", @@ -45,7 +45,7 @@ "react": ">=16" }, "devDependencies": { - "@air/icons": "^9.10.0", + "@air/icons": "^9.11.0", "@styled-system/css": "^5.1.5", "@types/classnames": "^2.2.11", "@types/react-select": "^3.0.27",