Skip to content

Commit aa07384

Browse files
authored
Merge pull request #78 from nativeui-org/changeset-release/main
chore: release primitives
2 parents 9024e9d + a1d0523 commit aa07384

File tree

9 files changed

+34
-22
lines changed

9 files changed

+34
-22
lines changed

.changeset/bold-hornets-dance.md

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

.changeset/dry-tigers-yawn.md

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

.changeset/many-dolls-drive.md

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

apps/sandbox/CHANGELOG.md

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

3+
## 0.18.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [78849ae]
8+
- Updated dependencies [12142ef]
9+
- Updated dependencies [d0af91c]
10+
- @native-ui-org/native-modules@1.1.3
11+
- @native-ui-org/primitives@0.10.3
12+
313
## 0.18.2
414

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

packages/native-modules/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 78849ae: update src folder not found on build
8+
- 12142ef: updating deploy workflow
9+
- d0af91c: update ci deploy
10+
311
## 1.1.2
412

513
### 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.2",
3+
"version": "1.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- 78849ae: update src folder not found on build
8+
- 12142ef: updating deploy workflow
9+
- d0af91c: update ci deploy
10+
- Updated dependencies [78849ae]
11+
- Updated dependencies [12142ef]
12+
- Updated dependencies [d0af91c]
13+
- @native-ui-org/native-modules@1.1.3
14+
315
## 0.10.2
416

517
### Patch Changes

packages/primitives/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-ui-org/primitives",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": false,
55
"publishConfig": {
66
"access": "public"
@@ -40,7 +40,7 @@
4040
"test": "jest -c ./jest.config.web.cjs && jest -c ./jest.config.native.cjs"
4141
},
4242
"dependencies": {
43-
"@native-ui-org/native-modules": "^1.1.2",
43+
"@native-ui-org/native-modules": "^1.1.3",
4444
"@react-native/babel-preset": "^0.81.1",
4545
"@testing-library/react-native": "^13.3.3"
4646
}

0 commit comments

Comments
 (0)