Skip to content

Commit 48b94f6

Browse files
RELEASING: Releasing 4 package(s)
Releases: @native-ui-org/[email protected] @native-ui-org/[email protected] @native-ui-org/[email protected] @native-ui-org/[email protected] [skip ci]
1 parent 029d439 commit 48b94f6

File tree

10 files changed

+41
-17
lines changed

10 files changed

+41
-17
lines changed

.changeset/few-sites-like.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/new-buckets-raise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/sandbox/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @native-ui-org/sandbox
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- c7e787a: add file, input, and input-file components
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c7e787a]
12+
- Updated dependencies [df80bc7]
13+
- @native-ui-org/primitives@0.10.0
14+
- @native-ui-org/native-modules@1.1.1
15+
316
## 0.17.0
417

518
### Minor Changes

apps/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-ui-org/sandbox",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"main": "expo-router/entry",
55
"scripts": {
66
"dev": "expo start",

apps/website/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @native-ui-org/website
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- c7e787a: add file, input, and input-file components
8+
39
## 0.13.0
410

511
### Minor Changes

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-ui-org/website",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"scripts": {
66
"build": "next build --webpack",

packages/native-modules/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @native-ui-org/native-modules
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- df80bc7: temporary delete tabs and add button components
8+
39
## 1.1.0
410

511
### Minor Changes

packages/native-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-ui-org/native-modules",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Native modules for NativeUI Primitives (iOS and Android)",
55
"main": "build/index.js",
66
"react-native": "build/index.native.js",

packages/primitives/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- c7e787a: add file, input, and input-file components
8+
9+
### Patch Changes
10+
11+
- df80bc7: temporary delete tabs and add button components
12+
- Updated dependencies [df80bc7]
13+
- @native-ui-org/native-modules@1.1.1
14+
315
## 0.9.0
416

517
### Minor Changes

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-ui-org/primitives",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)