Skip to content

Commit

Permalink
Release @uxpin/merge-cli v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
devfive committed Jan 9, 2019
1 parent 1a4c7cf commit 7c04cd1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/uxpin-merge-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uxpin/merge-cli",
"version": "0.0.19",
"version": "0.0.20",
"description": "Command-line tool integrating Design System repository with http://code.uxpin.com",
"main": "src/index.js",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`The dump command run for the arui-feather repository prints the JSON describing the full repository 1`] = `
"
You are using @uxpin/merge-cli version: 0.0.19
You are using @uxpin/merge-cli version: 0.0.20
{
\\"categorizedComponents\\": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`The dump command run for the mineral-ui repository prints the JSON describing the full repository 1`] = `
"
You are using @uxpin/merge-cli version: 0.0.19
You are using @uxpin/merge-cli version: 0.0.20

{
\\"categorizedComponents\\": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`The dump command run for the nordnet-ui-kit repository prints the JSON describing the full repository 1`] = `
"
You are using @uxpin/merge-cli version: 0.0.19
You are using @uxpin/merge-cli version: 0.0.20
{
\\"categorizedComponents\\": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`The dump command run for the polaris repository, prints the JSON describing the full repository 1`] = `
"
You are using @uxpin/merge-cli version: 0.0.19
You are using @uxpin/merge-cli version: 0.0.20
{
\\"categorizedComponents\\": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Pushing mineral-ui design system with required user webpack config prints warnings without stack traces to the console 1`] = `
"
You are using @uxpin/merge-cli version: 0.0.19
You are using @uxpin/merge-cli version: 0.0.20
warning Cannot compute default value for property \`triggerTitle\`
Expand Down

0 comments on commit 7c04cd1

Please sign in to comment.