Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 4f059ec

Browse files
committed
chore(release): publish
- @air/[email protected] - @air/[email protected]
1 parent b4ab5ed commit 4f059ec

File tree

4 files changed

+18
-24
lines changed

4 files changed

+18
-24
lines changed

packages/icons/CHANGELOG.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [10.6.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-12-01)
7-
8-
9-
### Bug Fixes
10-
11-
* ran svgo ([003fea4](https://github.com/AirLabsTeam/web-core/commit/003fea4310161b2c79efc55d340f20d483a191dc))
12-
* reorder iconList ([9dad1d5](https://github.com/AirLabsTeam/web-core/commit/9dad1d5cb41a27676ed15a213a0e4d9a7878a66d))
13-
6+
# [10.7.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-12-13)
147

158
### Features
169

17-
* **@air/icons:** add Dollar icon ([744de72](https://github.com/AirLabsTeam/web-core/commit/744de72905031050e2e84e1da58634c1edc01a36))
18-
19-
20-
10+
- **@air/icons:** add A icon ([6f56081](https://github.com/AirLabsTeam/web-core/commit/6f560818f8a5d83557c2f8c14261668b99a3084a))
2111

12+
# [10.6.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-12-01)
2213

23-
# [10.5.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-11-08)
14+
### Bug Fixes
2415

16+
- ran svgo ([003fea4](https://github.com/AirLabsTeam/web-core/commit/003fea4310161b2c79efc55d340f20d483a191dc))
17+
- reorder iconList ([9dad1d5](https://github.com/AirLabsTeam/web-core/commit/9dad1d5cb41a27676ed15a213a0e4d9a7878a66d))
2518

2619
### Features
2720

28-
* **@air/icons:** add Finder icon ([2b61f9e](https://github.com/AirLabsTeam/web-core/commit/2b61f9ee50cc775f88437446012da4e912f4f310))
29-
21+
- **@air/icons:** add Dollar icon ([744de72](https://github.com/AirLabsTeam/web-core/commit/744de72905031050e2e84e1da58634c1edc01a36))
3022

23+
# [10.5.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-11-08)
3124

25+
### Features
3226

27+
- **@air/icons:** add Finder icon ([2b61f9e](https://github.com/AirLabsTeam/web-core/commit/2b61f9ee50cc775f88437446012da4e912f4f310))
3328

3429
# [10.4.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-11-04)
3530

36-
3731
### Features
3832

39-
* **@air/icons:** add copy icon ([db33c68](https://github.com/AirLabsTeam/web-core/commit/db33c68292fb82c10d7122294d6c38411ab904f1))
40-
41-
42-
43-
33+
- **@air/icons:** add copy icon ([db33c68](https://github.com/AirLabsTeam/web-core/commit/db33c68292fb82c10d7122294d6c38411ab904f1))
4434

4535
# [10.3.0](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-09-12)
4636

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@air/icons",
3-
"version": "10.6.0",
3+
"version": "10.7.0",
44
"description": "Air's iconography",
55
"keywords": [
66
"react",

packages/zephyr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.0.11](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-12-13)
7+
8+
**Note:** Version bump only for package @air/zephyr
9+
610
## [18.0.10](https://github.com/AirLabsTeam/web-core/compare/@air/[email protected]...@air/[email protected]) (2022-12-09)
711

812
### Bug Fixes

packages/zephyr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@air/zephyr",
3-
"version": "18.0.10",
3+
"version": "18.0.11",
44
"description": "Air's React component library",
55
"keywords": [
66
"react",
@@ -45,7 +45,7 @@
4545
"react": ">=16"
4646
},
4747
"devDependencies": {
48-
"@air/icons": "^10.6.0",
48+
"@air/icons": "^10.7.0",
4949
"@styled-system/css": "^5.1.5",
5050
"@types/classnames": "^2.2.11",
5151
"@types/styled-system": "^5.1.10",

0 commit comments

Comments
 (0)