cpe-patterns
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -8,12 +8,26 @@ # Changelog | ||
## [1.2.0] - 2018-11-29 | ||
### Added | ||
- Modified the appearance of the `MegaMenu--dark` modifier. Adds SVG icon to | ||
compact icons set and changes the `MegaMenu--dark .MegaMenu-tabObject` | ||
border-color from "yellow" to "light-gray". ([#224](https://github.com/cloudfour/cpe-patterns/pull/224)) | ||
## [Unreleased] | ||
## [1.2.0] - 2018-11-29 | ||
### Removed | ||
- Hide patterns with `hidden: true` ([#222](https://github.com/cloudfour/cpe-patterns/pull/222)) | ||
## [1.1.0] - 2018-11-5 | ||
### Added | ||
- Added a dark theme for the `MegaMenu` component. Ideal for usage on secondary sites, or microsites that need to maintain the Champion brand aesthetic but benefit from an alternative menu style that contrasts the default `MegaMenu` pattern. ([#218](https://github.com/cloudfour/cpe-patterns/pull/218)) | ||
## [1.0.0] - 2018-10-26 | ||
Initial release to npm | ||
## [1.1.0] - 2018-11-05 | ||
Adds a dark theme for the `MegaMenu` component. Ideal for usage on secondary sites, or microsites that need to maintain the Champion brand aesthetic but benefit from an alternative menu style that contrasts the default `MegaMenu` pattern. |
{ | ||
"name": "cpe-patterns", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Cloud Four", | ||
@@ -25,3 +25,4 @@ "description": "A pattern library authoring environment", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=8", | ||
"npm": ">=6" | ||
}, | ||
@@ -91,3 +92,4 @@ "files": [ | ||
"start": "gulp --dev", | ||
"prepublishOnly": "npm ci && npm run build", | ||
"prepublishOnly": "npm ci && npm run build && prettier --list-different '**/*.js'", | ||
"postpublish": "git tag v$npm_package_version && git push --tags", | ||
"check-lint": "prettier --list-different '**/*.js' && eslint '**/*.js'", | ||
@@ -94,0 +96,0 @@ "version": "node scripts/update-changelog.js && git add CHANGELOG.md", |
@@ -30,3 +30,19 @@ # CPE Patterns | ||
- `npm version <new version here>` | ||
- `npm publish` - this will run the build and actually publish the output to npm | ||
Make sure you have the latest npm version (`npm i -g npm`) | ||
- `npm version <new version here>` (in a PR) | ||
- This will update the version number in `package.json`, `package-lock.json`, and `CHANGELOG.md` | ||
- `npm publish` (on `master`, **after** PR is merged) | ||
## Using your local version of `cpe-patterns` in another project | ||
In your local `cpe-patterns` folder: | ||
- `npm link` - registers the module globally | ||
- `npm start` - starts watcher | ||
In a repo that uses `cpe-patterns`: | ||
- `npm link cpe-patterns` - This points `node_modules/cpe-patterns` to your local `cpe-patterns` folder | ||
When you want to switch back to the published version of `cpe-patterns`, just run `npm i` |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3692325
338
48