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 Apr 7, 2020
1 parent 4687c8f commit 5946017
Show file tree
Hide file tree
Showing 18 changed files with 115 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 3.0.2 - 2020-04-07

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





### 3.0.1 - 2020-03-25

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-apollo",
"version": "3.0.1",
"version": "3.0.2",
"release": "1583350587083",
"description": "Apollo and GraphQL utilities.",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"react-apollo": "^3.0.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1",
"@airbnb/lunar-test-utils": "^3.0.2",
"@apollo/react-testing": "^3.1.3",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/app-shell/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.

### 3.0.2 - 2020-04-07

#### 📦 Dependencies

- **[aesthetic]** Update to latest (for performance gains). ([b3a42d0](https://github.com/airbnb/lunar/commit/b3a42d0))

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





### 3.0.1 - 2020-03-25

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-app-shell",
"version": "3.0.1",
"version": "3.0.2",
"release": "1583350587083",
"description": "Application shell powered by Lunar.",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"react": "^16.8.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1",
"@airbnb/lunar-test-utils": "^3.0.2",
"react": "^16.13.0"
},
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/composer/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.

### 2.1.1 - 2020-04-07

#### 📦 Dependencies

- **[aesthetic]** Update to latest (for performance gains). ([b3a42d0](https://github.com/airbnb/lunar/commit/b3a42d0))

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





## 2.1.0 - 2020-03-30

#### 🚀 Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-composer",
"version": "2.1.0",
"version": "2.1.1",
"release": "1583350587083",
"description": "Unified composer for doing all the things.",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"react": "^16.13.0"
},
"dependencies": {
"@airbnb/lunar-icons": "^3.1.0",
"@airbnb/lunar-icons": "^3.1.1",
"lodash": "^4.17.15",
"uuid": "^7.0.3"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 3.6.1 - 2020-04-07

#### 📦 Dependencies

- **[aesthetic]** Update to latest (for performance gains). ([b3a42d0](https://github.com/airbnb/lunar/commit/b3a42d0))
- **[luxon]** Update to v1.23. ([14306f4](https://github.com/airbnb/lunar/commit/14306f4))

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





## 3.6.0 - 2020-03-30

#### 🚀 Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar",
"version": "3.6.0",
"version": "3.6.1",
"release": "1583350587083",
"description": "React toolkit and design language for Airbnb open source and internal projects.",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"react-dom": "^16.8.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1",
"@airbnb/lunar-test-utils": "^3.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0 - 2020-04-07

#### 🚀 Updates

- New focus styles throughout. (#349) ([7ea005b](https://github.com/airbnb/lunar/commit/7ea005b)), closes [#349](https://github.com/airbnb/lunar/issues/349)

#### 📦 Dependencies

- **[aesthetic]** Update to latest (for performance gains). ([b3a42d0](https://github.com/airbnb/lunar/commit/b3a42d0))
- **[final-form]** Update to v4.19. ([97debfb](https://github.com/airbnb/lunar/commit/97debfb))

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





### 3.0.2 - 2020-03-25

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-forms",
"version": "3.0.2",
"version": "3.1.0",
"release": "1583350587083",
"description": "Form functionality for Lunar.",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"react": "^16.8.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1",
"@airbnb/lunar-test-utils": "^3.0.2",
"react": "^16.13.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 3.1.1 - 2020-04-07

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





## 3.1.0 - 2020-03-27

#### 🚀 Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-icons",
"version": "3.1.0",
"version": "3.1.1",
"release": "1583350587083",
"description": "Icons for Lunar.",
"license": "(MIT AND Apache-2.0)",
Expand All @@ -21,7 +21,7 @@
"react": "^16.8.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1",
"@airbnb/lunar-test-utils": "^3.0.2",
"react": "^16.13.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 3.0.2 - 2020-04-07

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





### 3.0.1 - 2020-03-25

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-layouts",
"version": "3.0.1",
"version": "3.0.2",
"release": "1583350587083",
"description": "Pre-defined page layouts for Lunar.",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"react": "^16.8.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1",
"@airbnb/lunar-test-utils": "^3.0.2",
"react": "^16.13.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 3.0.4 - 2020-04-07

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





### 3.0.3 - 2020-03-25

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-metrics",
"version": "3.0.3",
"version": "3.0.4",
"release": "1583350587083",
"description": "Metrics handling for Lunar.",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"@airbnb/lunar": "^3.0.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^3.0.1"
"@airbnb/lunar-test-utils": "^3.0.2"
},
"dependencies": {
"@sentry/browser": "^5.15.0",
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.

### 3.0.2 - 2020-04-07

#### 📦 Dependencies

- **[aesthetic]** Update to latest (for performance gains). ([b3a42d0](https://github.com/airbnb/lunar/commit/b3a42d0))

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





### 3.0.1 - 2020-03-25

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/lunar-test-utils",
"version": "3.0.1",
"version": "3.0.2",
"release": "1583350587083",
"description": "Utilities for local testing.",
"license": "MIT",
Expand Down

0 comments on commit 5946017

Please sign in to comment.