Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 8dd49b1

Browse files
committed
Bourbon v4.3.4
1 parent 0408419 commit 8dd49b1

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

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. This
44
project adheres to [Semantic Versioning](http://semver.org).
55

6+
## 4.3.4 - 2017-04-01
7+
8+
### Changed
9+
10+
- Updated deprecation warning message for `strip-units`. ([#1016])
11+
12+
[#1016]: https://github.com/thoughtbot/bourbon/pull/1016
13+
614
## 4.3.3 - 2017-02-23
715

816
### Fixed

app/assets/stylesheets/_bourbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 4.3.3
1+
// Bourbon 4.3.4
22
// http://bourbon.io
33
// Copyright 2011-2017 thoughtbot, inc.
44
// MIT License

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bourbon",
33
"description": "A simple and lightweight mixin library for Sass.",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"main": "app/assets/stylesheets/_bourbon.scss",
66
"license": "MIT",
77
"ignore": [

lib/bourbon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bourbon
2-
VERSION = "4.3.3"
2+
VERSION = "4.3.4"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bourbon",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"description": "A simple and lightweight mixin library for Sass.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)