From b3fc27ec79dde667bc3aa89bfe390242918b8e50 Mon Sep 17 00:00:00 2001 From: Andy Tran Date: Tue, 31 Aug 2021 13:42:28 -0700 Subject: [PATCH] chore(release): publish - @air/icons@9.5.0 - @air/zephyr@12.31.0 --- packages/icons/CHANGELOG.md | 10 ++++++++++ packages/icons/package.json | 2 +- packages/zephyr/CHANGELOG.md | 10 ++++++++++ packages/zephyr/package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index f5a50c6b..cb2efebc 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.5.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@9.4.0...@air/icons@9.5.0) (2021-08-31) + +### Bug Fixes + +- **@air/icons:** add in icon path data ([8ccd294](https://github.com/AirLabsTeam/web-core/commit/8ccd294fbe5586199c510df24c5bb832e9689936)) + +### Features + +- **@air/icons:** add in sales, support and marker icons ([8bcb75d](https://github.com/AirLabsTeam/web-core/commit/8bcb75d81592236065046746be146fb6909a7b18)) + # [9.4.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@9.3.0...@air/icons@9.4.0) (2021-08-31) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index eebf9798..aaa1ee58 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@air/icons", - "version": "9.4.0", + "version": "9.5.0", "description": "Air's iconography", "keywords": [ "react", diff --git a/packages/zephyr/CHANGELOG.md b/packages/zephyr/CHANGELOG.md index 80518afb..a8324b47 100644 --- a/packages/zephyr/CHANGELOG.md +++ b/packages/zephyr/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.31.0](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@12.30.2...@air/zephyr@12.31.0) (2021-08-31) + +### Bug Fixes + +- fix spacing in Radix Menu ([ec3e454](https://github.com/AirLabsTeam/web-core/commit/ec3e45404740c978abf981cf81b39df59322f3ee)) + +### Features + +- **text:** add font size 8 ([82775b9](https://github.com/AirLabsTeam/web-core/commit/82775b9aa6e22625308b6fb5dea4ecfba4cbab9f)) + ## [12.30.2](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@12.30.1...@air/zephyr@12.30.2) (2021-08-31) **Note:** Version bump only for package @air/zephyr diff --git a/packages/zephyr/package.json b/packages/zephyr/package.json index 355e4ced..e1cb9c1f 100644 --- a/packages/zephyr/package.json +++ b/packages/zephyr/package.json @@ -1,6 +1,6 @@ { "name": "@air/zephyr", - "version": "12.30.2", + "version": "12.31.0", "description": "Air's React component library", "keywords": [ "react", @@ -45,7 +45,7 @@ "react": ">=16" }, "devDependencies": { - "@air/icons": "^9.4.0", + "@air/icons": "^9.5.0", "@styled-system/css": "^5.1.5", "@types/classnames": "^2.2.11", "@types/react-select": "^3.0.27",