Skip to content

Commit 71e3ba3

Browse files
RELEASING: Releasing 3 package(s)
Releases: @native-ui-org/[email protected] @native-ui-org/[email protected] @native-ui-org/[email protected] [skip ci]
1 parent 39b975b commit 71e3ba3

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

.changeset/slick-beans-talk.md

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

apps/sandbox/CHANGELOG.md

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

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2706cdf]
8+
- @native-ui-org/native-modules@1.1.6
9+
- @native-ui-org/primitives@0.10.6
10+
311
## 0.18.5
412

513
### Patch 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.18.5",
3+
"version": "0.18.6",
44
"main": "expo-router/entry",
55
"scripts": {
66
"dev": "expo start",

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.6
4+
5+
### Patch Changes
6+
7+
- 2706cdf: lazy load native module components
8+
39
## 1.1.5
410

511
### Patch 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.5",
3+
"version": "1.1.6",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.10.6
4+
5+
### Patch Changes
6+
7+
- 2706cdf: lazy load native module components
8+
- Updated dependencies [2706cdf]
9+
- @native-ui-org/native-modules@1.1.6
10+
311
## 0.10.5
412

513
### Patch 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.10.5",
3+
"version": "0.10.6",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)