Skip to content

Commit

Permalink
chore(release): 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 20, 2019
1 parent 61574e5 commit 538774b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "4.1.1",
"version": "4.1.2",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "4.1.1",
"version": "4.1.2",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:4.1.1",
"@pnpm/config": "workspace:4.1.2",
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/types": "workspace:4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "4.1.1",
"version": "4.1.2",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand All @@ -21,11 +21,11 @@
"lib/"
],
"dependencies": {
"@pnpm/config": "workspace:4.1.1",
"@pnpm/config": "workspace:4.1.2",
"@pnpm/constants": "workspace:2.0.0",
"@pnpm/core-loggers": "workspace:4.0.0",
"@pnpm/default-fetcher": "workspace:4.0.2",
"@pnpm/default-reporter": "workspace:4.1.1",
"@pnpm/default-reporter": "workspace:4.1.2",
"@pnpm/default-resolver": "workspace:4.0.1",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/file-reporter": "0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 538774b

Please sign in to comment.