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

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Jul 22, 2020
1 parent 8eb4380 commit 36e1d23
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-07-22)


### Features

* **@air/browserslist-config:** define browserslist config ([3dc2c59](https://github.com/AirLabsTeam/web-core/commit/3dc2c59d9b87fba342b8e60fc2cde4bba274d24b))
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@air/browserslist-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "The official list of supported browsers for the Air web app.",
"keywords": [
"browserslist"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-07-22)


### Features

* **@air/eslint-config:** define eslint config ([92af013](https://github.com/AirLabsTeam/web-core/commit/92af013158635a2300574d533b544208dbb57e56))
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@air/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "The centralized Prettier + ESLint configuration for all client-side JS and TS at Air.",
"keywords": [
"eslint"
Expand Down
21 changes: 21 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-07-22)


### Code Refactoring

* remove custom scrollbar utility functions ([67b3164](https://github.com/AirLabsTeam/web-core/commit/67b3164bf3325484c4f70d2f4d607299d3d5de0d))


### Features

* **@air/utilities:** migrate utilities package ([d71c282](https://github.com/AirLabsTeam/web-core/commit/d71c282283f2727eb59af7e72fd841191b9b1a94))


### BREAKING CHANGES

* The CustomScrollbar suite of utility methods was removed.
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@air/utilities",
"version": "1.0.0",
"version": "2.0.0",
"description": "Universal set of utilities used in Air's suite of apps",
"homepage": "https://github.com/AirLabsTeam/web-core/tree/master/packages/utilities#readme",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/zephyr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-07-22)


### Bug Fixes

* resolve broken import ([bec3377](https://github.com/AirLabsTeam/web-core/commit/bec3377cf7cd1de9d1ab3f302d442d99e8012dea))


### Features

* **@air/zephyr:** define component library package ([8034cf4](https://github.com/AirLabsTeam/web-core/commit/8034cf43a26b20c4b4699a804eddacb2f05f5912))
2 changes: 1 addition & 1 deletion packages/zephyr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@air/zephyr",
"version": "1.0.0",
"version": "1.1.0",
"description": "Air's React component library",
"keywords": [
"react",
Expand Down

1 comment on commit 36e1d23

@vercel
Copy link

@vercel vercel bot commented on 36e1d23 Jul 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.