Skip to content

Commit 3a7a0f4

Browse files
committed
chore(release): Publish packages.
- opticss@0.7.0 - resolve-cascade@0.6.2 - @opticss/demo-app@0.5.4
1 parent ef921f1 commit 3a7a0f4

File tree

6 files changed

+40
-5
lines changed

6 files changed

+40
-5
lines changed

packages/@opticss/demo-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/@opticss/demo-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -43,7 +43,7 @@
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"

packages/opticss/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/opticss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -69,7 +69,7 @@
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"

packages/resolve-cascade/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/resolve-cascade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)