Skip to content

Commit bdd8ff3

Browse files
committed
2 parents 7a9cd59 + ad97f71 commit bdd8ff3

File tree

9 files changed

+45
-14
lines changed

9 files changed

+45
-14
lines changed

.changeset/neat-onions-accept.md

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

apps/sandbox/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- f43fd72: Adding submenu support to context menu and section
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f43fd72]
12+
- @native-ui-org/native-modules@1.1.0
13+
- @native-ui-org/primitives@0.6.0
14+
315
## 0.13.0
416

517
### 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.13.0",
3+
"version": "0.14.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.10.0
4+
5+
### Minor Changes
6+
7+
- f43fd72: Adding submenu support to context menu and section
8+
39
## 0.9.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.9.0",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"build": "next build --webpack",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @native-ui-org/native-modules
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- f43fd72: Adding submenu support to context menu and section

packages/native-modules/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-ui-org/native-modules",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Native modules for NativeUI Primitives (iOS and Android)",
55
"main": "build/index.js",
66
"react-native": "build/index.native.js",
@@ -44,7 +44,11 @@
4444
"expo": {
4545
"name": "native-modules",
4646
"slug": "native-modules",
47-
"platforms": ["ios", "android", "web"],
47+
"platforms": [
48+
"ios",
49+
"android",
50+
"web"
51+
],
4852
"ios": {
4953
"podspecPath": "ios/NativeUiOrgNativeModules.podspec"
5054
},
@@ -53,4 +57,3 @@
5357
}
5458
}
5559
}
56-

packages/primitives/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f43fd72: Adding submenu support to context menu and section
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f43fd72]
12+
- @native-ui-org/native-modules@1.1.0
13+
314
## 0.5.0
415

516
### 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.5.0",
3+
"version": "0.6.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)