Skip to content

Commit af43dbc

Browse files
committed
0.2.0
1 parent cb5ee2e commit af43dbc

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1+
## 0.2.0 (2020-11-11)
2+
3+
* style: after lint ([cb5ee2e](https://github.com/scrum/postcss-at-rules-variables/commit/cb5ee2e))
4+
* build: add clean publish ([e84c465](https://github.com/scrum/postcss-at-rules-variables/commit/e84c465))
5+
* build: drop support old nodejs ([01ca621](https://github.com/scrum/postcss-at-rules-variables/commit/01ca621))
6+
* build: update dep dev ([c199537](https://github.com/scrum/postcss-at-rules-variables/commit/c199537))
7+
* build: update gitignore config ([b2661c3](https://github.com/scrum/postcss-at-rules-variables/commit/b2661c3))
8+
* build(deps-dev): bump acorn from 7.1.0 to 7.1.1 ([1e4ecea](https://github.com/scrum/postcss-at-rules-variables/commit/1e4ecea))
9+
* ci: change travis and appveyor to gitlab actions ([6615f32](https://github.com/scrum/postcss-at-rules-variables/commit/6615f32))
10+
* ci: forgot nycrc ([eab5256](https://github.com/scrum/postcss-at-rules-variables/commit/eab5256))
11+
* docs: update according recommendation on migration postcss 8 ([19754bf](https://github.com/scrum/postcss-at-rules-variables/commit/19754bf))
12+
* docs: update license ([692812d](https://github.com/scrum/postcss-at-rules-variables/commit/692812d))
13+
* refactor: migrate to postcss 8, close #202 ([975ec52](https://github.com/scrum/postcss-at-rules-variables/commit/975ec52)), closes [#202](https://github.com/scrum/postcss-at-rules-variables/issues/202)
14+
15+
16+
117
## <small>0.1.10 (2019-11-20)</small>
218

19+
* 0.1.10 ([3024777](https://github.com/scrum/postcss-at-rules-variables/commit/3024777))
320
* build: add funding ([6fc9fcb](https://github.com/scrum/postcss-at-rules-variables/commit/6fc9fcb))
421
* build: move config to file ([46cfc84](https://github.com/scrum/postcss-at-rules-variables/commit/46cfc84))
22+
* build: update changelog ([9c672da](https://github.com/scrum/postcss-at-rules-variables/commit/9c672da))
523
* build: update depDev ([f5f4939](https://github.com/scrum/postcss-at-rules-variables/commit/f5f4939))
624

725

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-at-rules-variables",
3-
"version": "0.1.10",
3+
"version": "0.2.0",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"license": "MIT",
66
"repository": "scrum/postcss-at-rules-variables",

0 commit comments

Comments
 (0)