Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @blogster/cli@0.0.1
 - @blogster/core@0.0.1
 - @blogster/plugin-devto@0.0.1
 - @blogster/plugin-medium@0.0.1
  • Loading branch information
Maxime Gélinas committed Nov 24, 2020
1 parent fc30386 commit 3147196
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.0",
"version": "0.0.1",
"description": "",
"bin": {
"bgs": "cli.js"
Expand All @@ -14,7 +14,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^0.0.0",
"@blogster/core": "^0.0.1",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"strip-ansi": "^6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.0",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-devto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.0",
"version": "0.0.1",
"description": "",
"files": [
"lib"
Expand All @@ -10,7 +10,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^0.0.0",
"@blogster/core": "^0.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-medium/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 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.0",
"version": "0.0.1",
"description": "",
"files": [
"lib"
Expand All @@ -10,7 +10,7 @@
"clean": "rimraf lib tsconfig.lib.tsbuildinfo"
},
"dependencies": {
"@blogster/core": "^0.0.0",
"@blogster/core": "^0.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
Expand Down

0 comments on commit 3147196

Please sign in to comment.