Skip to content

Commit 94f9d32

Browse files
committed
3.1.3
1 parent cc543a3 commit 94f9d32

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
# [3.1.3](https://github.com/konstaui/konsta/compare/v3.1.2...v3.1.3) (2024-03-25)
4+
5+
### Bug Fixes
6+
7+
- **vue:** useContext ([5206ae0](https://github.com/konstaui/konsta/commit/5206ae0532a230ae7a2150981da964a80f9ff91b))
8+
- **vue:** useContext util ([cc543a3](https://github.com/konstaui/konsta/commit/cc543a398c9cd315698f68c1586abf2847d4c12e)), closes [#196](https://github.com/konstaui/konsta/issues/196)
9+
10+
### Features
11+
12+
- [export konsta-react types KonstaProviderProps] ([#183](https://github.com/konstaui/konsta/issues/183)) ([9e79848](https://github.com/konstaui/konsta/commit/9e79848dae7976188c4e339912d30c80e3655b7f))
13+
314
# [3.1.2](https://github.com/konstaui/konsta/compare/v3.1.1...v3.1.2) (2023-11-09)
415

516
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "konsta",
33
"description": "Mobile UI components made with Tailwind CSS",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Mobile UI components made with Tailwind CSS",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"engines": {
1717
"node": ">= 4.7.0"
1818
},
19-
"releaseDate": "November 9, 2023",
19+
"releaseDate": "March 25, 2024",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"exports": {
2222
"./package.json": "./package.json",

src/react/konsta-react.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ declare const useTheme: () => 'material' | 'ios';
3131

3232
// EXPORT_COMPONENTS
3333
export { useTheme, KonstaProvider };
34-
export { KonstaProviderProps }
34+
export { KonstaProviderProps };

0 commit comments

Comments
 (0)