Skip to content

Commit edaec0d

Browse files
authored
Merge pull request #80 from nativeui-org/changeset-release/main
chore: release primitives
2 parents 9ae7eba + 41097bd commit edaec0d

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

.changeset/icy-moments-lie.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1b902c8]
8+
- @native-ui-org/native-modules@1.1.5
9+
- @native-ui-org/primitives@0.10.5
10+
311
## 0.18.4
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.4",
3+
"version": "0.18.5",
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.5
4+
5+
### Patch Changes
6+
7+
- 1b902c8: update deployments
8+
39
## 1.1.4
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.4",
3+
"version": "1.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- 1b902c8: update deployments
8+
- Updated dependencies [1b902c8]
9+
- @native-ui-org/native-modules@1.1.5
10+
311
## 0.10.4
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.4",
3+
"version": "0.10.5",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)