Skip to content

Commit

Permalink
chore(release): 1.23.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.23.8](v1.23.7...v1.23.8) (2022-01-25)

### Bug Fixes

* small fixes in flutter ([a653524](a653524))
  • Loading branch information
semantic-release-bot committed Jan 25, 2022
1 parent a653524 commit fdab807
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.23.8](https://github.com/skynexui/components/compare/v1.23.7...v1.23.8) (2022-01-25)


### Bug Fixes

* small fixes in flutter ([a653524](https://github.com/skynexui/components/commit/a653524cdc78b5229d3c675ffc8402bb3dde214b))

## [1.23.7](https://github.com/skynexui/components/compare/v1.23.6...v1.23.7) (2022-01-24)


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.7",
"version": "1.23.8",
"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: A set of components based in CSS specs for make your development easier and closer to React.
version: 1.23.7
version: 1.23.8
homepage: https://github.com/skynexui/components/

environment:
Expand Down

3 comments on commit fdab807

@vercel
Copy link

@vercel vercel bot commented on fdab807 Jan 25, 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 fdab807 Jan 25, 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 fdab807 Jan 25, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sknui-demobase-react – ./examples/demo_base

sknui-demobase-react-git-main-skynexui.vercel.app
sknui-demobase-react.vercel.app
sknui-demobase-react-skynexui.vercel.app

Please sign in to comment.