Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Jul 20, 2020
1 parent 6c7122e commit 595f6ff
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 13 deletions.
23 changes: 18 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
{
"lerna": "4.0.9",
"packages": ["packages/design-tokens", "packages/matchbox-icons", "packages/matchbox"],
"version": "fixed",
"packages": [
"packages/design-tokens",
"packages/matchbox-icons",
"packages/matchbox"
],
"version": "4.0.10",
"command": {
"publish": {
"ignoreChanges": ["**/tests/**", "**/*.md"],
"ignoreChanges": [
"**/tests/**",
"**/*.md"
],
"allowBranch": "main"
},
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
"npmClientArgs": [
"--no-package-lock"
]
},
"version": {
"message": "Publish",
"allowBranch": "main"
}
},
"ignoreChanges": ["**/matchbox-site/**", "**/tests/**", "**/*.md"]
"ignoreChanges": [
"**/matchbox-site/**",
"**/tests/**",
"**/*.md"
]
}
2 changes: 1 addition & 1 deletion packages/design-tokens/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/design-tokens",
"version": "1.0.1",
"version": "4.0.10",
"description": "SparkPost Design Tokens",
"main": "index.js",
"style": "dist/index.scss",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox-icons/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/matchbox-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox-icons",
"version": "1.3.1",
"version": "4.0.10",
"description": "React icons for Matchbox",
"main": "matchbox-icons.js",
"module": "matchbox-icons.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/matchbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox",
"version": "4.0.9",
"version": "4.0.10",
"description": "A React UI component library",
"main": "matchbox.js",
"module": "matchbox.esm.js",
Expand All @@ -25,7 +25,7 @@
},
"sideEffects": false,
"dependencies": {
"@sparkpost/design-tokens": "^1.0.1",
"@sparkpost/design-tokens": "^4.0.10",
"@styled-system/prop-types": "^5.1.2",
"@styled-system/props": "^5.1.5",
"prop-types": "^15.7.2",
Expand All @@ -50,7 +50,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@sparkpost/matchbox-icons": "^1.3.1",
"@sparkpost/matchbox-icons": "^4.0.10",
"autoprefixer": "^7.2.5",
"change-case": "^3.0.1",
"cssnano": "^4.1.10",
Expand Down

0 comments on commit 595f6ff

Please sign in to comment.