Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.24.0](v1.23.9...v1.24.0) (2022-01-26)

### Bug Fixes

* broken build for flutter version ([c4bf04e](c4bf04e))

### Features

* flutter broken urgent-update ([#72](#72)) ([18140ba](18140ba))
  • Loading branch information
semantic-release-bot committed Jan 26, 2022
1 parent c4bf04e commit fa0ed16
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 40 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.24.0](https://github.com/skynexui/components/compare/v1.23.9...v1.24.0) (2022-01-26)


### Bug Fixes

* broken build for flutter version ([c4bf04e](https://github.com/skynexui/components/commit/c4bf04ee4de07bbc2f4a3fda0dff0265388c7325))


### Features

* flutter broken urgent-update ([#72](https://github.com/skynexui/components/issues/72)) ([18140ba](https://github.com/skynexui/components/commit/18140ba7db65bc00f3956e17ac92af45232849e2))

## [1.23.9](https://github.com/skynexui/components/compare/v1.23.8...v1.23.9) (2022-01-25)


Expand Down
77 changes: 39 additions & 38 deletions docs/scripts/docs/metadata/stylesheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,60 +18,60 @@
"default": "defaultStringEmptyValue"
},
"padding": {
"type": "double",
"default": "defaultDoubleZeroValue"
"type": "String",
"default": "defaultStringZeroValue"
},
"paddingTop": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"paddingLeft": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"paddingRight": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"paddingBottom": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"paddingVertical": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"paddingHorizontal": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"margin": {
"type": "double",
"default": "defaultDoubleZeroValue"
"type": "String",
"default": "defaultStringZeroValue"
},
"marginTop": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"marginLeft": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"marginRight": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"marginBottom": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"marginVertical": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"marginHorizontal": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "String?",
"default": "defaultStringEmptyValue"
},
"flexDirection": {
"type": "String?",
Expand Down Expand Up @@ -99,8 +99,9 @@
"hintValues": "'stretch' |'flex-start' |'flex-end' | 'center'"
},
"flex": {
"type": "double?",
"default": "defaultDoubleEmptyValue"
"type": "int?",
"default": "defaultIntEmptyValue",
"hintValues": "number | string"
},
"overflowY": {
"type": "String?",
Expand Down Expand Up @@ -128,23 +129,23 @@
"default": "defaultStringEmptyValue"
},
"boxShadowOffsetX": {
"type": "double?",
"default": "defaultDoubleEmptyValue",
"type": "String?",
"default": "defaultStringEmptyValue",
"hintValues": "string | number"
},
"boxShadowOffsetY": {
"type": "double?",
"default": "defaultDoubleEmptyValue",
"type": "String?",
"default": "defaultStringEmptyValue",
"hintValues": "string | number"
},
"boxShadowBlur": {
"type": "double?",
"default": "defaultDoubleEmptyValue",
"type": "String?",
"default": "defaultStringEmptyValue",
"hintValues": "string | number"
},
"boxShadowSpread": {
"type": "double?",
"default": "defaultDoubleEmptyValue",
"type": "String?",
"default": "defaultStringEmptyValue",
"hintValues": "string | number"
},
"boxShadowColor": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@skynexui/components",
"description": "⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.",
"license": "MIT",
"version": "1.23.9",
"version": "1.24.0",
"types": "dist/components.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: skynexui_components
description: ⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.
version: 1.23.9
version: 1.24.0
homepage: https://github.com/skynexui/components/

environment:
Expand Down

2 comments on commit fa0ed16

@vercel
Copy link

@vercel vercel bot commented on fa0ed16 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fa0ed16 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.