Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.0...v1.15.0) (2022-01-20)

### Features

* remove theme from exported stuff useTheme is the right way ([c720df0](c720df0))
  • Loading branch information
semantic-release-bot committed Jan 20, 2022
1 parent c720df0 commit 47c1166
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.15.0](https://github.com/skynexui/components/compare/v1.14.0...v1.15.0) (2022-01-20)


### Features

* remove theme from exported stuff useTheme is the right way ([c720df0](https://github.com/skynexui/components/commit/c720df0bf973d97eb9a70d96051f0fe8fa2e35c3))

# [1.14.0](https://github.com/skynexui/components/compare/v1.13.0...v1.14.0) (2022-01-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@skynexui/components",
"license": "MIT",
"version": "1.14.0",
"version": "1.15.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: A set of components based in CSS specs for make your development easier and closer to React.
version: 1.14.0
version: 1.15.0
homepage: https://github.com/skynexui/components/

environment:
Expand Down

3 comments on commit 47c1166

@vercel
Copy link

@vercel vercel bot commented on 47c1166 Jan 20, 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 47c1166 Jan 20, 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 47c1166 Jan 20, 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.vercel.app
sknui-demobase-react-skynexui.vercel.app
sknui-demobase-react-git-main-skynexui.vercel.app

Please sign in to comment.