Skip to content

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
airbnb-bot committed May 1, 2019
1 parent d36b547 commit 3177a53
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 4 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.4.2 - 2019-05-01

#### 📦 Dependencies

- Update Interweave and Aesthetic. (#51) ([d36b547](https://github.com/airbnb/lunar/commit/d36b547)), closes [#51](https://github.com/airbnb/lunar/issues/51)

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





### 1.4.1 - 2019-05-01

#### 🐞 Fixes
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.4.1",
"version": "1.4.2",
"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/forms/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.0.7 - 2019-05-01

#### 📦 Dependencies

- Update Interweave and Aesthetic. (#51) ([d36b547](https://github.com/airbnb/lunar/commit/d36b547)), closes [#51](https://github.com/airbnb/lunar/issues/51)

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





### 1.0.6 - 2019-04-26

**Note:** Version bump only for package @airbnb/lunar-forms
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-forms",
"version": "1.0.6",
"version": "1.0.7",
"description": "Form functionality for Lunar.",
"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.1.1 - 2019-05-01

#### 📦 Dependencies

- Update Interweave and Aesthetic. (#51) ([d36b547](https://github.com/airbnb/lunar/commit/d36b547)), closes [#51](https://github.com/airbnb/lunar/issues/51)

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





## 1.1.0 - 2019-04-26

#### 🚀 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.1.0",
"version": "1.1.1",
"description": "Icons for Lunar.",
"license": "(MIT AND Apache-2.0)",
"main": "./lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/test-utils/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.0.3 - 2019-05-01

#### 📦 Dependencies

- Update Interweave and Aesthetic. (#51) ([d36b547](https://github.com/airbnb/lunar/commit/d36b547)), closes [#51](https://github.com/airbnb/lunar/issues/51)

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





### 1.0.2 - 2019-04-23

#### 🛠 Internals
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@airbnb/lunar-test-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utilities for local testing.",
"license": "MIT",
"main": "./lib/index.js",
Expand Down

0 comments on commit 3177a53

Please sign in to comment.