Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Brockman Smoliansky committed Jul 1, 2019
1 parent 870ea84 commit 0cd9217
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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.

## 1.0.1 (2019-07-01)

**Note:** Version bump only for package workspace
8 changes: 8 additions & 0 deletions code/temp-test-pkg/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.

## 1.0.1 (2019-07-01)

**Note:** Version bump only for package @dbrockman/temp-test-pkg
4 changes: 1 addition & 3 deletions code/temp-test-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbrockman/temp-test-pkg",
"version": "1.0.0",
"version": "1.0.1",
"description": "A small package to have at least one test to run",
"private": true,
"main": "build/main.js",
Expand All @@ -14,8 +14,6 @@
"prebuild": "yarn run clean",
"postbuild": "del 'build/**/__*__/'"
},
"dependencies": {},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["code/*"],
"packages": [
"code/*"
],
"command": {
"version": {
"allowBranch": "master"
Expand Down

0 comments on commit 0cd9217

Please sign in to comment.