Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @blogster/cli@1.0.0
 - @blogster/core@1.0.0
 - @blogster/plugin-devto@1.0.0
 - @blogster/plugin-medium@1.0.0
  • Loading branch information
Maxime Gélinas committed Nov 24, 2020
1 parent f162331 commit 2eadf46
Show file tree
Hide file tree
Showing 8 changed files with 39 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.0 (2020-11-24)

### Features

- add medium and dev.to support ([7401e56](https://github.com/maximegel/blogster/commit/7401e5634a17d50358c23c38ba2877ef894052e1))

## 0.0.1 (2020-11-24)

**Note:** Version bump only for package @blogster/cli
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": "0.0.1",
"version": "1.0.0",
"description": "",
"bin": {
"bgs": "cli.js"
Expand All @@ -14,7 +14,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^0.0.1",
"@blogster/core": "^1.0.0",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"strip-ansi": "^6.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-11-24)

### Bug Fixes

- **core:** fix type error ([fdb59ad](https://github.com/maximegel/blogster/commit/fdb59ad7b9a727e3fcde591bfeef40cf80b6e37a))

### Features

- add medium and dev.to support ([7401e56](https://github.com/maximegel/blogster/commit/7401e5634a17d50358c23c38ba2877ef894052e1))

## 0.0.1 (2020-11-24)

**Note:** Version bump only for package @blogster/core
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": "0.0.1",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-devto/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.0 (2020-11-24)

### Features

- add medium and dev.to support ([7401e56](https://github.com/maximegel/blogster/commit/7401e5634a17d50358c23c38ba2877ef894052e1))

## 0.0.1 (2020-11-24)

**Note:** Version bump only for package @blogster/plugin-devto
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": "0.0.1",
"version": "1.0.0",
"description": "",
"files": [
"lib"
Expand All @@ -10,7 +10,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^0.0.1",
"@blogster/core": "^1.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-medium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-11-24)

### Bug Fixes

- **plugin-medium:** fix imports ([f02e80d](https://github.com/maximegel/blogster/commit/f02e80df46888a0a70bb21e40ab58d86643c3271))

### Features

- add medium and dev.to support ([7401e56](https://github.com/maximegel/blogster/commit/7401e5634a17d50358c23c38ba2877ef894052e1))

## 0.0.1 (2020-11-24)

**Note:** Version bump only for package @blogster/plugin-medium
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": "0.0.1",
"version": "1.0.0",
"description": "",
"files": [
"lib"
Expand All @@ -10,7 +10,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^0.0.1",
"@blogster/core": "^1.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand Down

0 comments on commit 2eadf46

Please sign in to comment.