Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellomontemagno committed Jun 7, 2020
1 parent b0fe791 commit 5bc2ad2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion packages/poach-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poach/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Helps transpiling, linting, and bundling node modules for the web.",
"keywords": [
"webpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/poach-jest-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poach/jest-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "Typescript types for @poach/jest",
"keywords": [
"webpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/poach-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poach/jest",
"version": "0.0.2",
"version": "0.0.3",
"description": "Poach configuration recipe for jest.",
"keywords": [
"webpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/poach-react-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poach/react-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "Typescript types for @poach/react",
"keywords": [
"webpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/poach-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poach/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "Poach configuration recipe for react.",
"keywords": [
"webpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/poach-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poach/typescript",
"version": "0.0.2",
"version": "0.0.3",
"description": "Poach configuration recipe for typescript.",
"keywords": [
"webpack",
Expand Down

0 comments on commit 5bc2ad2

Please sign in to comment.