@titelmedia/bricks-gallery
Advanced tools
Comparing version 0.3.29 to 0.4.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.4.0](https://github.com/titel-media/bricks-lerna/compare/v0.3.46...v0.4.0) (2022-01-27) | ||
**Note:** Version bump only for package @titelmedia/bricks-gallery | ||
## [0.3.29](https://github.com/titel-media/bricks-lerna/compare/v0.3.28...v0.3.29) (2022-01-26) | ||
@@ -8,0 +16,0 @@ |
@@ -17,3 +17,2 @@ "use strict"; | ||
justify-content: ${props => { | ||
console.log(props); | ||
return props.isEven ? 'flex-end' : 'flex-start'; | ||
@@ -20,0 +19,0 @@ }}; |
@@ -8,3 +8,2 @@ import styled from 'styled-components'; | ||
justify-content: ${props => { | ||
console.log(props); | ||
return props.isEven ? 'flex-end' : 'flex-start'; | ||
@@ -11,0 +10,0 @@ }}; |
{ | ||
"name": "@titelmedia/bricks-gallery", | ||
"version": "0.3.29", | ||
"version": "0.4.0", | ||
"description": "> TODO: description", | ||
@@ -28,8 +28,8 @@ "author": "highsnob", | ||
"dependencies": { | ||
"@titelmedia/bricks-theme": "^0.3.29", | ||
"@titelmedia/bricks-utils": "^0.3.15", | ||
"@titelmedia/bricks-theme": "^0.4.0", | ||
"@titelmedia/bricks-utils": "^0.4.0", | ||
"gsap": "^3.8.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "bae4dedb0e67e4278a81d21b8575bd0cfadd4180" | ||
"gitHead": "2e793ff3393aefed69f6840f89ad0ffdc35e2ffd" | ||
} |
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
47906
634
+ Added@emotion/is-prop-valid@0.8.8(transitive)
+ Added@emotion/memoize@0.7.4(transitive)
+ Added@titelmedia/bricks-theme@0.4.110(transitive)
+ Added@titelmedia/bricks-utils@0.4.110(transitive)
+ Addedstyled-components@5.3.3(transitive)
- Removed@titelmedia/bricks-theme@0.3.29(transitive)
- Removed@titelmedia/bricks-utils@0.3.15(transitive)