Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
 - @beemo/core@1.0.5
 - @beemo/driver-eslint@1.0.5
 - @beemo/driver-prettier@1.0.3
 - @beemo/driver-typescript@1.1.2
 - @beemo/driver-webpack@1.0.4
  • Loading branch information
milesj committed Aug 9, 2019
1 parent 4b5f532 commit 2427102
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 5 deletions.
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.0.5 - 2019-08-09

#### 📦 Dependencies

- Update dev versions. ([df01e03](https://github.com/beemojs/beemo/tree/master/packages/core/commit/df01e03))
- **[Boost]** Update to latest. ([15550ad](https://github.com/beemojs/beemo/tree/master/packages/core/commit/15550ad))
- Update minor and patch versions. ([4b5f532](https://github.com/beemojs/beemo/tree/master/packages/core/commit/4b5f532))

**Note:** Version bump only for package @beemo/core





### 1.0.4 - 2019-07-28

#### 🐞 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": "@beemo/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Manage all dev tool configurations in a single centralized repository.",
"keywords": [
"beemo",
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-eslint/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.5 - 2019-08-09

#### 📦 Dependencies

- **[Boost]** Update to latest. ([15550ad](https://github.com/beemojs/beemo/tree/master/packages/driver-eslint/commit/15550ad))

**Note:** Version bump only for package @beemo/driver-eslint





### 1.0.4 - 2019-07-28

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-eslint",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint driver for Beemo.",
"keywords": [
"beemo",
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-prettier/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-08-09

#### 📦 Dependencies

- **[Boost]** Update to latest. ([15550ad](https://github.com/beemojs/beemo/tree/master/packages/driver-prettier/commit/15550ad))

**Note:** Version bump only for package @beemo/driver-prettier





### 1.0.2 - 2019-07-06

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-prettier",
"version": "1.0.2",
"version": "1.0.3",
"description": "Prettier driver for Beemo.",
"keywords": [
"beemo",
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-typescript/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.2 - 2019-08-09

#### 📦 Dependencies

- **[Boost]** Update to latest. ([15550ad](https://github.com/beemojs/beemo/tree/master/packages/driver-typescript/commit/15550ad))

**Note:** Version bump only for package @beemo/driver-typescript





### 1.1.1 - 2019-07-28

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-typescript",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript driver for Beemo.",
"keywords": [
"beemo",
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-webpack/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.4 - 2019-08-09

#### 📦 Dependencies

- Update minor and patch versions. ([4b5f532](https://github.com/beemojs/beemo/tree/master/packages/driver-webpack/commit/4b5f532))

**Note:** Version bump only for package @beemo/driver-webpack





### 1.0.3 - 2019-07-28

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-webpack",
"version": "1.0.3",
"version": "1.0.4",
"description": "Webpack driver for Beemo.",
"keywords": [
"beemo",
Expand Down

0 comments on commit 2427102

Please sign in to comment.