Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/few-sites-like.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-buckets-raise.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @native-ui-org/sandbox

## 0.18.0

### Minor Changes

- c7e787a: add file, input, and input-file components

### Patch Changes

- Updated dependencies [c7e787a]
- Updated dependencies [df80bc7]
- @native-ui-org/primitives@0.10.0
- @native-ui-org/native-modules@1.1.1

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-ui-org/sandbox",
"version": "0.17.0",
"version": "0.18.0",
"main": "expo-router/entry",
"scripts": {
"dev": "expo start",
Expand Down
6 changes: 6 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @native-ui-org/website

## 0.14.0

### Minor Changes

- c7e787a: add file, input, and input-file components

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-ui-org/website",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"build": "next build --webpack",
Expand Down
6 changes: 6 additions & 0 deletions packages/native-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @native-ui-org/native-modules

## 1.1.1

### Patch Changes

- df80bc7: temporary delete tabs and add button components

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/native-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-ui-org/native-modules",
"version": "1.1.0",
"version": "1.1.1",
"description": "Native modules for NativeUI Primitives (iOS and Android)",
"main": "build/index.js",
"react-native": "build/index.native.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.10.0

### Minor Changes

- c7e787a: add file, input, and input-file components

### Patch Changes

- df80bc7: temporary delete tabs and add button components
- Updated dependencies [df80bc7]
- @native-ui-org/native-modules@1.1.1

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-ui-org/primitives",
"version": "0.9.0",
"version": "0.10.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down