Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cpe-patterns

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpe-patterns - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/images/icons/compact/menu.svg

22

CHANGELOG.md

@@ -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.

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc