Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
## [0.0.3](v0.0.2...v0.0.3) (2022-11-24)

### Bug Fixes

* make root package public for now ([b0c2937](a302836))

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent a302836 commit 9c42039
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.3](https://github.com/hongaar/moker/compare/v0.0.2...v0.0.3) (2022-11-24)

### Bug Fixes

- make root package public for now
([b0c2937](https://github.com/hongaar/moker/commit/b0c29373d0fee9d203c4206fc421e95f63bcf31c))

## [0.0.2](https://github.com/hongaar/moker/compare/v0.0.1...v0.0.2) (2022-11-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/root",
"version": "0.0.2",
"version": "0.0.3",
"description": "Moker root package (dummy)",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
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": "moker",
"version": "0.0.2",
"version": "0.0.3",
"description": "The moker CLI",
"repository": "https://github.com/hongaar/moker",
"author": "[email protected]",
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": "@mokr/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Core moker functions",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/plugins",
"version": "0.0.2",
"version": "0.0.3",
"description": "Moker plugins",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/templates",
"version": "0.0.2",
"version": "0.0.3",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down

0 comments on commit 9c42039

Please sign in to comment.