From 7cf101449d5a6ba46faa609c1df63e085c397885 Mon Sep 17 00:00:00 2001 From: Andy Tran Date: Mon, 12 Sep 2022 12:23:01 -0700 Subject: [PATCH] chore(release): publish - @air/icons@10.3.0 - @air/zephyr@18.0.4 --- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/zephyr/CHANGELOG.md | 4 ++++ packages/zephyr/package.json | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 215e6987..f66df236 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. +# [10.3.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@10.2.0...@air/icons@10.3.0) (2022-09-12) + +### Features + +- **added youtube icon:** added youtube icon to our icons list ([d6372fd](https://github.com/AirLabsTeam/web-core/commit/d6372fd8202466f11c903357f0247a7730739ea8)) + # [10.2.0](https://github.com/AirLabsTeam/web-core/compare/@air/icons@10.1.0...@air/icons@10.2.0) (2022-05-10) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index ceef6f45..dbe9fd8b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@air/icons", - "version": "10.2.0", + "version": "10.3.0", "description": "Air's iconography", "keywords": [ "react", diff --git a/packages/zephyr/CHANGELOG.md b/packages/zephyr/CHANGELOG.md index cf14b446..8e4a86e5 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. +## [18.0.4](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@18.0.3...@air/zephyr@18.0.4) (2022-09-12) + +**Note:** Version bump only for package @air/zephyr + ## [18.0.3](https://github.com/AirLabsTeam/web-core/compare/@air/zephyr@18.0.2...@air/zephyr@18.0.3) (2022-07-28) ### Bug Fixes diff --git a/packages/zephyr/package.json b/packages/zephyr/package.json index f117b212..ff926542 100644 --- a/packages/zephyr/package.json +++ b/packages/zephyr/package.json @@ -1,6 +1,6 @@ { "name": "@air/zephyr", - "version": "18.0.3", + "version": "18.0.4", "description": "Air's React component library", "keywords": [ "react", @@ -45,7 +45,7 @@ "react": ">=16" }, "devDependencies": { - "@air/icons": "^10.2.0", + "@air/icons": "^10.3.0", "@styled-system/css": "^5.1.5", "@types/classnames": "^2.2.11", "@types/styled-system": "^5.1.10",