postcss-prefixwrap
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog | ||
## [1.11.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0) | ||
### Features and Improvements | ||
- GitHub Actions Release | ||
## [1.10.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0) | ||
@@ -7,0 +13,0 @@ |
@@ -15,7 +15,7 @@ # [PostCSS Prefix Wrap](./README.md) / Contributing | ||
Provided by [Travis CI](https://travis-ci.org/dbtedman/postcss-prefixwrap) and [GitHub Actions](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test), run on every commit and pull request. | ||
Provided by [GitHub Actions](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test), run on every commit and pull request. | ||
## Code Formatting | ||
Code formatting support provided by [Prettier](https://prettier.io/) and [ESLint](http://eslint.org/). | ||
Code formatting support provided by [Prettier](https://prettier.io/). | ||
@@ -36,14 +36,4 @@ ```bash | ||
> You need to first be logged in to NPM to publish. Try `yarn login` first and if that does not work when running the below commands, try `npm login` instead. | ||
Update `CHANGELOG.md` and `package.json` with details on the updated release version. | ||
After updating the current version, run the following command: | ||
```bash | ||
yarn release | ||
``` | ||
You can test what will be published by running the following command: | ||
```bash | ||
yarn pack | ||
``` | ||
Then [Publish a new release](https://github.com/dbtedman/postcss-prefixwrap/releases/new) to trigger publishing a new version of this package. |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
@@ -33,3 +33,2 @@ "license": "MIT", | ||
"lint": "prettier './**/*.{md,yml,yaml,json,ts,js}' --check", | ||
"release": "yarn clean && yarn build && yarn publish", | ||
"test": "jest --coverage" | ||
@@ -36,0 +35,0 @@ }, |
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) | ||
[](https://www.npmjs.com/package/postcss-prefixwrap) | ||
[](https://www.npmjs.com/package/postcss-prefixwrap) | ||
[](https://www.npmjs.com/package/postcss-prefixwrap) | ||
[](https://www.npmjs.com/package/postcss-prefixwrap) | ||
[](https://snyk.io/test/github/dbtedman/postcss-prefixwrap) | ||
[](https://codeclimate.com/github/dbtedman/postcss-prefixwrap/maintainability) | ||
[](https://codecov.io/gh/dbtedman/postcss-prefixwrap) | ||
[](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test) | ||
[](https://snyk.io/test/github/dbtedman/postcss-prefixwrap) | ||
[](https://codeclimate.com/github/dbtedman/postcss-prefixwrap/maintainability) | ||
[](https://codecov.io/gh/dbtedman/postcss-prefixwrap) | ||
A [PostCSS](https://postcss.org) plugin which prepends a selector to CSS styles to constrain their effect on parent elements in a page. | ||
- [Where do I start?](#where-do-i-start) | ||
- [What options does it have?](#what-options-does-it-have) | ||
- [Want to lean more?](#want-to-lean-more) | ||
## Where do I start? | ||
@@ -81,3 +87,3 @@ | ||
## Options | ||
## What options does it have? | ||
@@ -84,0 +90,0 @@ ### Minimal |
@@ -13,18 +13,18 @@ # [PostCSS Prefix Wrap](./README.md) / Security | ||
Provided by [Snyk](https://snyk.io/test/github/dbtedman/postcss-prefixwrap) for validating NPM dependencies. | ||
Provided by [Snyk](https://snyk.io/test/github/dbtedman/postcss-prefixwrap) for validating package dependencies. | ||
## Security Disclosure Policy | ||
Email [dbtedman@gmail.com](mailto:dbtedman@gmail.com) with details about the security issue. | ||
Email [dbtedman@gmail.com](mailto:dbtedman@gmail.com) with details about the security issue or raise a [GitHub Issue](https://github.com/dbtedman/postcss-prefixwrap/issues) and tag it as **Security**. | ||
## Security Update Policy | ||
_Content to come._ | ||
Best efforts will be taken to apply code fixes or update vulnerable packages as soon as is possible, this will usually be within a couple of days. | ||
## Security Related Configuration | ||
_Content to come._ | ||
None currently. | ||
## Known Security Gaps and Future Enhancements | ||
_Content to come._ | ||
Look at [GitHub issues tagged **Security**](https://github.com/dbtedman/postcss-prefixwrap/labels/security). |
22943
13
210
125