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/cli@2.0.6
 - @beemo/core@2.1.4
 - @beemo/driver-babel@2.0.6
 - @beemo/driver-eslint@2.0.5
 - @beemo/driver-flow@2.0.6
 - @beemo/driver-jest@2.0.5
 - @beemo/driver-mocha@2.0.5
 - @beemo/driver-prettier@2.0.6
 - @beemo/driver-rollup@2.0.6
 - @beemo/driver-stylelint@2.1.2
 - @beemo/driver-typescript@2.1.2
 - @beemo/driver-webpack@2.0.6
 - @beemo/local@1.0.7
  • Loading branch information
milesj committed Mar 1, 2022
1 parent 4925bb1 commit 8478175
Show file tree
Hide file tree
Showing 26 changed files with 180 additions and 13 deletions.
12 changes: 12 additions & 0 deletions packages/cli/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.0.6 - 2022-03-01

#### 📦 Dependencies

- **[boost]** Update to v3 latest. ([34bf962](https://github.com/beemojs/beemo/commit/34bf962))

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





### 2.0.5 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/cli",
"version": "2.0.5",
"version": "2.0.6",
"release": "1614239076609",
"description": "Beemo CLI for consuming projects.",
"keywords": [
Expand Down
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.

### 2.1.4 - 2022-03-01

#### 📦 Dependencies

- Update minor and patch versions. ([7e9040e](https://github.com/beemojs/beemo/commit/7e9040e))
- **[beemo-dev]** Update to latest configs. ([fd4ef40](https://github.com/beemojs/beemo/commit/fd4ef40))
- **[boost]** Update to v3 latest. ([34bf962](https://github.com/beemojs/beemo/commit/34bf962))

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





### 2.1.3 - 2021-12-18

#### 🐞 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": "2.1.3",
"version": "2.1.4",
"release": "1614239076609",
"description": "Manage all dev tool configurations in a single centralized repository.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-babel/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.0.6 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))

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





### 2.0.5 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-babel",
"version": "2.0.5",
"version": "2.0.6",
"release": "1614239076609",
"description": "Babel driver for Beemo.",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/driver-eslint/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.

### 2.0.5 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))
- **[boost]** Update to v3 latest. ([34bf962](https://github.com/beemojs/beemo/commit/34bf962))

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





### 2.0.4 - 2021-12-18

#### 📦 Dependencies
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": "2.0.4",
"version": "2.0.5",
"release": "1614239076609",
"description": "ESLint driver for Beemo.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-flow/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.0.6 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))

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





### 2.0.5 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-flow",
"version": "2.0.5",
"version": "2.0.6",
"release": "1614239076609",
"description": "Flow driver for Beemo.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-jest/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.0.5 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))

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





### 2.0.4 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-jest",
"version": "2.0.4",
"version": "2.0.5",
"release": "1614239076609",
"description": "Jest driver for Beemo.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-mocha/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.0.5 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))

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





### 2.0.4 - 2021-11-13

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-mocha",
"version": "2.0.4",
"version": "2.0.5",
"release": "1614239076609",
"description": "Mocha driver for Beemo.",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/driver-prettier/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.

### 2.0.6 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))
- **[boost]** Update to v3 latest. ([34bf962](https://github.com/beemojs/beemo/commit/34bf962))

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





### 2.0.5 - 2021-12-18

#### 📦 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": "2.0.5",
"version": "2.0.6",
"release": "1614239076609",
"description": "Prettier driver for Beemo.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-rollup/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.0.6 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))

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





### 2.0.5 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-rollup",
"version": "2.0.5",
"version": "2.0.6",
"release": "1614239076609",
"description": "Rollup driver for Beemo.",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/driver-stylelint/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.

### 2.1.2 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))
- **[boost]** Update to v3 latest. ([34bf962](https://github.com/beemojs/beemo/commit/34bf962))

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





### 2.1.1 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beemo/driver-stylelint",
"version": "2.1.1",
"version": "2.1.2",
"release": "1614239076609",
"description": "Stylelint driver for Beemo.",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions packages/driver-typescript/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.

### 2.1.2 - 2022-03-01

#### ⚙️ Types

- Support newer ES2022 and ESNext types. ([4925bb1](https://github.com/beemojs/beemo/commit/4925bb1))

#### 📦 Dependencies

- **[beemo-dev]** Update to latest configs. ([fd4ef40](https://github.com/beemojs/beemo/commit/fd4ef40))
- **[boost]** Update to v3 latest. ([34bf962](https://github.com/beemojs/beemo/commit/34bf962))

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





### 2.1.1 - 2021-12-18

#### 📦 Dependencies
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": "2.1.1",
"version": "2.1.2",
"release": "1614239076609",
"description": "TypeScript driver for Beemo.",
"keywords": [
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.

### 2.0.6 - 2022-03-01

#### 📦 Dependencies

- Update driver dependencies to latest. ([c9f7052](https://github.com/beemojs/beemo/commit/c9f7052))

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





### 2.0.5 - 2021-12-18

#### 📦 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": "2.0.5",
"version": "2.0.6",
"release": "1614239076609",
"description": "Webpack driver for Beemo.",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/local/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.

### 1.0.7 - 2022-03-01

#### 📦 Dependencies

- Update minor and patch versions. ([7e9040e](https://github.com/beemojs/beemo/commit/7e9040e))
- **[beemo-dev]** Update to latest configs. ([fd4ef40](https://github.com/beemojs/beemo/commit/fd4ef40))

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





### 1.0.6 - 2021-12-18

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@beemo/local",
"version": "1.0.6",
"version": "1.0.7",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand Down

0 comments on commit 8478175

Please sign in to comment.