Skip to content

Commit

Permalink
release: 🔖 publish v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil4udo committed May 25, 2022
1 parent 2f218ed commit 394911e
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.6](https://github.com/daniil4udo/bulvar/compare/v0.11.5...v0.11.6) (2022-05-25)


### Bug Fixes

* **Bulma:** tablet styling for .hero container ([#110](https://github.com/daniil4udo/bulvar/issues/110)) ([9412ae5](https://github.com/daniil4udo/bulvar/commit/9412ae5a276c4e8db92c6428e1dcb9ac23cb85e4))





## [0.11.5](https://github.com/daniil4udo/bulvar/compare/v0.11.4...v0.11.5) (2022-05-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.5",
"version": "0.11.6",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/buefy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.6](https://github.com/daniil4udo/bulvar/compare/v0.11.5...v0.11.6) (2022-05-25)

**Note:** Version bump only for package @bulvar/buefy





## [0.11.5](https://github.com/daniil4udo/bulvar/compare/v0.11.4...v0.11.5) (2022-05-25)

**Note:** Version bump only for package @bulvar/buefy
Expand Down
4 changes: 2 additions & 2 deletions packages/buefy/css/buefy-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @bulvar/buefy v0.11.5 (https://github.com/daniil4udo/bulvar/tree/master/packages/buefy)
* @bulvar/buefy v0.11.6 (https://github.com/daniil4udo/bulvar/tree/master/packages/buefy)
* Copyright 2022 Daniil Chumachenko [email protected]
* Licensed under MIT (https://github.com/daniil4udo/bulvar/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -11637,7 +11637,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
flex-shrink: 0;
padding: var(--hero-body-padding);
}
@media screen and (min-width: 769px), print {
@media screen and (min-width: 769px) and (max-width: 1023px) {
.hero-body {
padding: var(--hero-body-padding-tablet);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buefy/css/buefy-rtl.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/buefy/css/buefy-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/buefy/css/buefy.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @bulvar/buefy v0.11.5 (https://github.com/daniil4udo/bulvar/tree/master/packages/buefy)
* @bulvar/buefy v0.11.6 (https://github.com/daniil4udo/bulvar/tree/master/packages/buefy)
* Copyright 2022 Daniil Chumachenko [email protected]
* Licensed under MIT (https://github.com/daniil4udo/bulvar/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -11637,7 +11637,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
flex-shrink: 0;
padding: var(--hero-body-padding);
}
@media screen and (min-width: 769px), print {
@media screen and (min-width: 769px) and (max-width: 1023px) {
.hero-body {
padding: var(--hero-body-padding-tablet);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buefy/css/buefy.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/buefy/css/buefy.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/buefy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulvar/buefy",
"version": "0.11.5",
"version": "0.11.6",
"description": "Lightweight UI components for Vue.js based on Bulma",
"keywords": [
"bulma",
Expand Down Expand Up @@ -61,7 +61,7 @@
"start": "sass --verbose --error-css --no-source-map --color buefy.sass css/buefy.css --watch"
},
"dependencies": {
"@bulvar/bulma": "^0.11.5"
"@bulvar/bulma": "^0.11.6"
},
"maintainers": [
"Daniil Chumachenko <[email protected]>"
Expand Down
11 changes: 11 additions & 0 deletions packages/bulma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.6](https://github.com/daniil4udo/bulvar/compare/v0.11.5...v0.11.6) (2022-05-25)


### Bug Fixes

* **Bulma:** tablet styling for .hero container ([#110](https://github.com/daniil4udo/bulvar/issues/110)) ([9412ae5](https://github.com/daniil4udo/bulvar/commit/9412ae5a276c4e8db92c6428e1dcb9ac23cb85e4))





## [0.11.5](https://github.com/daniil4udo/bulvar/compare/v0.11.4...v0.11.5) (2022-05-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/bulma/css/bulma-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bulma/css/bulma-rtl.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/bulma/css/bulma-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/bulma/css/bulma.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bulma/css/bulma.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/bulma/css/bulma.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bulma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulvar/bulma",
"version": "0.11.5",
"version": "0.11.6",
"description": "Modern CSS framework based on Flexbox and CSS Variables",
"keywords": [
"bulma",
Expand Down

0 comments on commit 394911e

Please sign in to comment.