File tree Expand file tree Collapse file tree 6 files changed +40
-5
lines changed
Expand file tree Collapse file tree 6 files changed +40
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.5.4] ( https://github.com/linkedin/opticss/compare/@opticss/demo-app@0.5.3...@opticss/demo-app@0.5.4 ) (2019-12-09)
7+
8+ ** Note:** Version bump only for package @opticss/demo-app
9+
10+
11+
12+
13+
614## [ 0.5.3] ( https://github.com/linkedin/opticss/compare/@opticss/demo-app@0.5.2...@opticss/demo-app@0.5.3 ) (2019-09-16)
715
816** Note:** Version bump only for package @opticss/demo-app
Original file line number Diff line number Diff line change 11{
22 "name" : " @opticss/demo-app" ,
33 "private" : " true" ,
4- "version" : " 0.5.3 " ,
4+ "version" : " 0.5.4 " ,
55 "description" : " Demonstrates OptiCSS on simple html and css files." ,
66 "main" : " dist/src/DemoOptimizer.js" ,
77 "types" : " dist/src/index.d.ts" ,
4343 "babel-cli" : " ^6.26.0" ,
4444 "codemirror" : " ^5.15.2" ,
4545 "express" : " ^4.15.5" ,
46- "opticss" : " ^0.6.3 " ,
46+ "opticss" : " ^0.7.0 " ,
4747 "parse5" : " ^5.0.0" ,
4848 "prettier" : " 1.17.1" ,
4949 "split.js" : " ^1.3.5"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.7.0] ( https://github.com/linkedin/opticss/compare/opticss@0.6.3...opticss@0.7.0 ) (2019-12-09)
7+
8+
9+ ### Bug Fixes
10+
11+ * Silence postcss warning. ([ f881da8] ( https://github.com/linkedin/opticss/commit/f881da8 ) )
12+
13+
14+ ### Features
15+
16+ * Ability to specify identifier ranges. ([ 27dac99] ( https://github.com/linkedin/opticss/commit/27dac99 ) )
17+
18+
19+
20+
21+
622## [ 0.6.3] ( https://github.com/linkedin/opticss/compare/opticss@0.6.2...opticss@0.6.3 ) (2019-09-16)
723
824** Note:** Version bump only for package opticss
Original file line number Diff line number Diff line change 11{
22 "name" : " opticss" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " A CSS Optimizer" ,
55 "main" : " dist/src/index.js" ,
66 "scripts" : {
6969 "mocha-typescript" : " ^1.1.9" ,
7070 "random-js" : " ^2.0.0" ,
7171 "remap-istanbul" : " ^0.13.0" ,
72- "resolve-cascade" : " ^0.6.1 " ,
72+ "resolve-cascade" : " ^0.6.2 " ,
7373 "tslint" : " ^5.10.0" ,
7474 "typedoc" : " ^0.15.0-0" ,
7575 "typescript" : " ~3.4.4"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.6.2] ( https://github.com/linkedin/opticss/compare/resolve-cascade@0.6.1...resolve-cascade@0.6.2 ) (2019-12-09)
7+
8+
9+ ### Bug Fixes
10+
11+ * Silence postcss warning. ([ f881da8] ( https://github.com/linkedin/opticss/commit/f881da8 ) )
12+
13+
14+
15+
16+
617## [ 0.6.1] ( https://github.com/linkedin/opticss/compare/resolve-cascade@0.6.0...resolve-cascade@0.6.1 ) (2019-04-30)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " resolve-cascade" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "description" : " Resolve CSS selectors against a document." ,
55 "main" : " dist/src/index.js" ,
66 "types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments