Skip to content

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
 - @airbnb/lunar@1.18.0
 - @airbnb/lunar-icons@1.4.0
 - @airbnb/lunar-layouts@1.1.0
  • Loading branch information
airbnb-bot committed Jun 7, 2019
1 parent 75acae5 commit 55d2257
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.18.0 - 2019-06-07

#### 🚀 Updates

- **[withIcon]** Throw dev error if an ally prop is missing. (#84) ([75acae5](https://github.com/airbnb/lunar/commit/75acae5)), closes [#84](https://github.com/airbnb/lunar/issues/84)

**Note:** Version bump only for package @airbnb/lunar





## 1.17.0 - 2019-06-07

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar",
"version": "1.17.0",
"version": "1.18.0",
"description": "React toolkit and design language for Airbnb open source and internal projects.",
"license": "MIT",
"main": "./lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.4.0 - 2019-06-07

#### 🚀 Updates

- **[withIcon]** Throw dev error if an ally prop is missing. (#84) ([75acae5](https://github.com/airbnb/lunar/commit/75acae5)), closes [#84](https://github.com/airbnb/lunar/issues/84)

**Note:** Version bump only for package @airbnb/lunar-icons





## 1.3.0 - 2019-05-31

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-icons",
"version": "1.3.0",
"version": "1.4.0",
"description": "Icons for Lunar.",
"license": "(MIT AND Apache-2.0)",
"main": "./lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.0 - 2019-06-07

#### 🚀 Updates

- **[withIcon]** Throw dev error if an ally prop is missing. (#84) ([75acae5](https://github.com/airbnb/lunar/commit/75acae5)), closes [#84](https://github.com/airbnb/lunar/issues/84)

**Note:** Version bump only for package @airbnb/lunar-layouts





### 1.0.6 - 2019-05-21

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-layouts",
"version": "1.0.6",
"version": "1.1.0",
"description": "Pre-defined page layouts for Lunar.",
"license": "MIT",
"main": "./lib/index.js",
Expand Down

0 comments on commit 55d2257

Please sign in to comment.