material_components_web-sass 0.9.1 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c77172e3150485afcaf86dde30959abab91ebed
4
- data.tar.gz: a01d1d790a91d3a1ebb2a5163b62822913746350
3
+ metadata.gz: d524a34d978f34de97e0f97c1fee5b09c427376f
4
+ data.tar.gz: bb4af23c07c71ed75d47b04bd021464853624ae6
5
5
  SHA512:
6
- metadata.gz: 5eb4e4db20c94ed7e71e135f9a9afc016e261162984dc8b5834ea8ed4bcce6e15e60ec525d81bb33e25268e7fe1da39e6e9b65a4e43c30987cbf01ac810c1d12
7
- data.tar.gz: bbcc5fc2ca7c22f8758b7a709b3385057023be60dd7aaff14bb6611379f93248bfc8dcc8ab6288f3295c7aebe7c28653f5f863291bb5be7c28893c97004dc8ab
6
+ metadata.gz: 92b6bb2eaafa45c30e352022c2975866d8f75b64e207d75aa04d943a1bacdd7e75d39ea99c96f5663c0c31531aa75037d568e624a2e1394517ce4aea5585d4ee
7
+ data.tar.gz: 95ee6ba72ba5c424164f5e1a8051756d9561603ebf709198975dbb8cb6c36ad93166dd2e0b90dc2ac142a25d5cff8898ad901dfe9dca069c3f1455c9bd89277d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 0.10.0 (2017-05-09)
2
+
3
+ - Update assets to match upstream version
4
+
5
+ Library version:
6
+
7
+ - Material Components for the web v0.10.0
8
+ - Material Icons v3.0.0
9
+
1
10
  ## 0.9.1 (2017-05-09)
2
11
 
3
12
  - Update assets to match upstream version
@@ -1,5 +1,5 @@
1
1
  module MaterialComponentsWeb
2
2
  module Sass
3
- VERSION = '0.9.1'.freeze
3
+ VERSION = '0.10.0'.freeze
4
4
  end
5
5
  end