Comparing version 0.6.3 to 0.7.0-alpha.1
@@ -6,2 +6,26 @@ # Change Log | ||
# [0.7.0-alpha.1](https://github.com/vcl/vcl/compare/v0.7.0-alpha.0...v0.7.0-alpha.1) (2019-11-21) | ||
**Note:** Version bump only for package @vcl/blog | ||
# [0.7.0-alpha.0](https://github.com/vcl/vcl/compare/v0.6.2...v0.7.0-alpha.0) (2019-11-21) | ||
### Code Refactoring | ||
* migrate vcl to kebab-case ([6f39268](https://github.com/vcl/vcl/commit/6f39268fe95b3f48d44da527e7e283e97eca04cd)) | ||
### BREAKING CHANGES | ||
* All class names are now in kebab-case without any (vcl)prefix by default. | ||
## [0.6.3](https://github.com/vcl/vcl/compare/v0.6.2...v0.6.3) (2019-11-18) | ||
@@ -8,0 +32,0 @@ |
{ | ||
"name": "@vcl/blog", | ||
"description": "Everything that makes up a blog", | ||
"version": "0.6.3", | ||
"version": "0.7.0-alpha.1", | ||
"main": "package.json", | ||
@@ -27,4 +27,4 @@ "scripts": { | ||
"devDependencies": { | ||
"@vcl/build-demo": "^0.6.3", | ||
"@vcl/preprocessor": "^0.6.3", | ||
"@vcl/build-demo": "^0.7.0-alpha.1", | ||
"@vcl/preprocessor": "^0.7.0-alpha.1", | ||
"browser-sync": "^2.26.3", | ||
@@ -34,3 +34,3 @@ "npm-run-all": "^4.1.5" | ||
"dependencies": { | ||
"@vcl/theme": "^0.6.3" | ||
"@vcl/theme": "^0.7.0-alpha.1" | ||
}, | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ce76dfdbf729b9dd2d090c391d587dcf16825020" | ||
"gitHead": "aa79f212dd451f3dca7e12a403704b516acdcefc" | ||
} |
@@ -24,20 +24,20 @@ # [VCL](https://vcl.github.io/) blog | ||
- `vclPostPreview`: Container. | ||
- `vclPostPreviewTitle`: Main post title. | ||
- `vclPostPreviewSubTitle`: sub title. | ||
- `vclPostPreviewMeta`: post meta data. | ||
- `vclPostPreviewMetaAuthor`: Author. | ||
- `vclPostPreviewMetaDate`: Post date. | ||
- `vclPostPreviewSummary`: Text excerpt or summary of the post. | ||
- `post-preview`: Container. | ||
- `post-preview-title`: Main post title. | ||
- `post-preview-sub-title`: sub title. | ||
- `post-preview-meta`: post meta data. | ||
- `post-preview-meta-author`: Author. | ||
- `post-preview-meta-date`: Post date. | ||
- `post-preview-summary`: Text excerpt or summary of the post. | ||
### Post | ||
- `vclPost`: Container. | ||
- `vclPostHeader`: Header area. | ||
- `vclPostTitle`: Main post title. | ||
- `vclPostSubTitle`: sub title. | ||
- `vclPostMeta`: post meta data. | ||
- `vclPostMetaAuthor`: Author. | ||
- `vclPostMetaDate`: Post date. | ||
- `vclPostBody`: Text excerpt or summary of the post. | ||
- `post`: Container. | ||
- `post-header`: Header area. | ||
- `post-title`: Main post title. | ||
- `post-sub-title`: sub title. | ||
- `post-meta`: post meta data. | ||
- `post-meta-author`: Author. | ||
- `post-meta-date`: Post date. | ||
- `post-body`: Text excerpt or summary of the post. | ||
@@ -44,0 +44,0 @@ ## Modifiers |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9297
Updated@vcl/theme@^0.7.0-alpha.1