Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @blogster/[email protected]
 - @blogster/[email protected]
 - @blogster/[email protected]
 - @blogster/[email protected]
  • Loading branch information
Maxime Gélinas committed Nov 24, 2020
1 parent 8194f0c commit ad50793
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/maximegel/blogster/compare/@blogster/[email protected]...@blogster/[email protected]) (2020-11-24)

### Bug Fixes

- **cli:** fix imports, load plugins from config ([d808473](https://github.com/maximegel/blogster/commit/d8084731c12d8c776b53c2ae82c162f1ed35bca7))

# 1.0.0 (2020-11-24)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blogster/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"bin": {
"bgs": "cli.js"
Expand All @@ -14,7 +14,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^1.0.0",
"@blogster/core": "^1.0.1",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"strip-ansi": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/maximegel/blogster/compare/@blogster/[email protected]...@blogster/[email protected]) (2020-11-24)

### Bug Fixes

- **core:** add `plugins` to config interface ([d1271d5](https://github.com/maximegel/blogster/commit/d1271d5de584454469635655c52cd28c361e2ffe))

# 1.0.0 (2020-11-24)

### Bug 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": "@blogster/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-devto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/maximegel/blogster/compare/@blogster/[email protected]...@blogster/[email protected]) (2020-11-24)

**Note:** Version bump only for package @blogster/plugin-devto

# 1.0.0 (2020-11-24)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-devto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blogster/plugin-devto",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"files": [
"lib"
Expand All @@ -10,7 +10,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^1.0.0",
"@blogster/core": "^1.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-medium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/maximegel/blogster/compare/@blogster/[email protected]...@blogster/[email protected]) (2020-11-24)

**Note:** Version bump only for package @blogster/plugin-medium

# 1.0.0 (2020-11-24)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-medium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blogster/plugin-medium",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"files": [
"lib"
Expand All @@ -10,7 +10,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^1.0.0",
"@blogster/core": "^1.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand Down

0 comments on commit ad50793

Please sign in to comment.