Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 25, 2024
1 parent cc543a3 commit 94f9d32
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# [3.1.3](https://github.com/konstaui/konsta/compare/v3.1.2...v3.1.3) (2024-03-25)

### Bug Fixes

- **vue:** useContext ([5206ae0](https://github.com/konstaui/konsta/commit/5206ae0532a230ae7a2150981da964a80f9ff91b))
- **vue:** useContext util ([cc543a3](https://github.com/konstaui/konsta/commit/cc543a398c9cd315698f68c1586abf2847d4c12e)), closes [#196](https://github.com/konstaui/konsta/issues/196)

### Features

- [export konsta-react types KonstaProviderProps] ([#183](https://github.com/konstaui/konsta/issues/183)) ([9e79848](https://github.com/konstaui/konsta/commit/9e79848dae7976188c4e339912d30c80e3655b7f))

# [3.1.2](https://github.com/konstaui/konsta/compare/v3.1.1...v3.1.2) (2023-11-09)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "konsta",
"description": "Mobile UI components made with Tailwind CSS",
"version": "3.1.2",
"version": "3.1.3",
"private": true,
"license": "MIT",
"author": "Vladimir Kharlampidi",
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konsta",
"version": "3.1.2",
"version": "3.1.3",
"description": "Mobile UI components made with Tailwind CSS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "November 9, 2023",
"releaseDate": "March 25, 2024",
"svelte": "./svelte/konsta-svelte.js",
"exports": {
"./package.json": "./package.json",
Expand Down
2 changes: 1 addition & 1 deletion src/react/konsta-react.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ declare const useTheme: () => 'material' | 'ios';

// EXPORT_COMPONENTS
export { useTheme, KonstaProvider };
export { KonstaProviderProps }
export { KonstaProviderProps };

0 comments on commit 94f9d32

Please sign in to comment.