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
  • Loading branch information
milesj committed Dec 18, 2021
1 parent 00604a8 commit fbffbd8
Show file tree
Hide file tree
Showing 26 changed files with 169 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.5 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.4 - 2021-11-13

#### 📦 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.4",
"version": "2.0.5",
"release": "1614239076609",
"description": "Beemo CLI for consuming projects.",
"keywords": [
Expand Down
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.

### 2.1.3 - 2021-12-18

#### 🐞 Fixes

- Dont use TS files for copy/reference strategies. ([4dd3d12](https://github.com/beemojs/beemo/commit/4dd3d12))

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





### 2.1.2 - 2021-11-13

#### 🐞 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.2",
"version": "2.1.3",
"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.5 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.4 - 2021-11-13

#### 📦 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.4",
"version": "2.0.5",
"release": "1614239076609",
"description": "Babel driver for Beemo.",
"keywords": [
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.

### 2.0.4 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.3 - 2021-11-13

#### 📦 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.3",
"version": "2.0.4",
"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.5 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.4 - 2021-11-13

#### 📦 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.4",
"version": "2.0.5",
"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.4 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.3 - 2021-11-13

#### 📦 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.3",
"version": "2.0.4",
"release": "1614239076609",
"description": "Jest driver for Beemo.",
"keywords": [
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.

### 2.0.5 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.4 - 2021-11-13

#### 📦 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.4",
"version": "2.0.5",
"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.5 - 2021-12-18

#### 📦 Dependencies

- **[packemon]** Update to v1.9. ([2c5863e](https://github.com/beemojs/beemo/commit/2c5863e))

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





### 2.0.4 - 2021-11-13

#### 📦 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.4",
"version": "2.0.5",
"release": "1614239076609",
"description": "Rollup driver for Beemo.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/driver-stylelint/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 - 2021-12-18

#### 📦 Dependencies

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

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





## 2.1.0 - 2021-11-13

#### 🚀 Updates
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.0",
"version": "2.1.1",
"release": "1614239076609",
"description": "Stylelint driver for Beemo.",
"keywords": [
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.

### 2.1.1 - 2021-12-18

#### 📦 Dependencies

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

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





## 2.1.0 - 2021-11-13

#### 🚀 Updates
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.0",
"version": "2.1.1",
"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.5 - 2021-12-18

#### 📦 Dependencies

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

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





### 2.0.4 - 2021-11-13

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

#### 📦 Dependencies

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

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





### 1.0.5 - 2021-11-13

#### 📦 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.5",
"version": "1.0.6",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions website/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 - 2021-12-18

#### 📘 Docs

- Update to latest. ([00604a8](https://github.com/beemojs/beemo/commit/00604a8))

**Note:** Version bump only for package website





## 1.1.0 - 2021-11-13

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit fbffbd8

Please sign in to comment.