diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fbdd5941e..1652f14df 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 6a0950d32..9271452d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 2d12234b4..0c84372d8 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -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 diff --git a/packages/forms/package.json b/packages/forms/package.json index c7ae11f7d..bca7c5e74 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -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", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 0d7051c65..202400f33 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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 diff --git a/packages/icons/package.json b/packages/icons/package.json index b70f02087..b0ec66639 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 9bffaba21..77ef957d2 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -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 diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index df7dac349..e9e4dd271 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -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",