pcln-menu
Advanced tools
Comparing version 4.1.0-beta.1 to 4.1.0
@@ -5,2 +5,30 @@ { | ||
{ | ||
"version": "4.1.0", | ||
"tag": "pcln-menu_v4.1.0", | ||
"date": "Tue, 23 Feb 2021 15:06:30 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Add buttonProps prop for controlling the main button props", | ||
"author": "James <62619213+pcln-james@users.noreply.github.com>", | ||
"commit": "7cb221ae09874858e299a41cdfed6841f4d5054f" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"pcln-design-system\" to `4.5.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"pcln-popover\" to `4.1.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"pcln-design-system\" from `^4.4.1` to `^4.5.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"pcln-popover\" from `^4.0.6` to `^4.1.0`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "4.0.5", | ||
@@ -7,0 +35,0 @@ "tag": "pcln-menu_v4.0.5", |
# Change Log - pcln-menu | ||
This log was last generated on Wed, 17 Feb 2021 16:29:34 GMT and should not be manually modified. | ||
This log was last generated on Tue, 23 Feb 2021 15:06:30 GMT and should not be manually modified. | ||
## 4.1.0 | ||
Tue, 23 Feb 2021 15:06:30 GMT | ||
### Minor changes | ||
- Add buttonProps prop for controlling the main button props | ||
## 4.0.5 | ||
@@ -6,0 +13,0 @@ Wed, 17 Feb 2021 16:29:34 GMT |
112
package.json
{ | ||
"name": "pcln-menu", | ||
"version": "4.1.0-beta.1", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "npm run clean && npm run build", | ||
"build": "npm-run-all -p build:*", | ||
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs", | ||
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm", | ||
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es", | ||
"clean": "rimraf dist", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"start": "start-storybook", | ||
"test": "jest --verbose --coverage", | ||
"test:ci": "jest --silent --coverage --runInBand", | ||
"test:update": "jest --updateSnapshot", | ||
"test:ci:update": "jest --runInBand --updateSnapshot" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"author": "Priceline", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@priceline/babel-preset": "workspace:*", | ||
"@priceline/eslint-config": "workspace:*", | ||
"@rushstack/eslint-config": "^2.3.1", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.0.4", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.16.0", | ||
"jest": "^26.4.2", | ||
"jest-standard-reporter": "^1.1.1", | ||
"jest-styled-components": "^6.3.4", | ||
"npm-run-all": "^4.1.5", | ||
"pcln-design-system": "workspace:*", | ||
"pcln-icons": "workspace:*", | ||
"pcln-popover": "workspace:*", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"rimraf": "^3.0.2", | ||
"styled-components": "^4.4.1", | ||
"styled-system": "^4.2.4" | ||
}, | ||
"peerDependencies": { | ||
"pcln-design-system": "^4.4.1", | ||
"pcln-icons": "^4.1.1", | ||
"pcln-popover": "^4.0.6", | ||
"react": "^16.10.0", | ||
"react-dom": "^16.10.0", | ||
"styled-components": ">=4.4.1" | ||
} | ||
"name": "pcln-menu", | ||
"version": "4.1.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "npm run clean && npm run build", | ||
"build": "npm-run-all -p build:*", | ||
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs", | ||
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm", | ||
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es", | ||
"clean": "rimraf dist", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"start": "start-storybook", | ||
"test": "jest --verbose --coverage", | ||
"test:ci": "jest --silent --coverage --runInBand", | ||
"test:update": "jest --updateSnapshot", | ||
"test:ci:update": "jest --runInBand --updateSnapshot" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"author": "Priceline", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@priceline/babel-preset": "0.0.1", | ||
"@priceline/eslint-config": "0.0.1", | ||
"@rushstack/eslint-config": "^2.3.1", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.0.4", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.16.0", | ||
"jest": "^26.4.2", | ||
"jest-standard-reporter": "^1.1.1", | ||
"jest-styled-components": "^6.3.4", | ||
"npm-run-all": "^4.1.5", | ||
"pcln-design-system": "4.5.0", | ||
"pcln-icons": "4.1.1", | ||
"pcln-popover": "4.1.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"rimraf": "^3.0.2", | ||
"styled-components": "^4.4.1", | ||
"styled-system": "^4.2.4" | ||
}, | ||
"peerDependencies": { | ||
"pcln-design-system": "^4.5.0", | ||
"pcln-icons": "^4.1.1", | ||
"pcln-popover": "^4.1.0", | ||
"react": "^16.10.0", | ||
"react-dom": "^16.10.0", | ||
"styled-components": ">=4.4.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
50650
26
977
1
1