Skip to content

Commit 9917cc5

Browse files
authored
Merge pull request #73 from nativeui-org/changeset-release/main
chore: release primitives
2 parents f5cd6a4 + a26fa71 commit 9917cc5

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/brave-parents-tickle.md

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

apps/sandbox/CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- 023c449: Adding Radio and RadioGroup components
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [023c449]
12+
- @native-ui-org/primitives@0.9.0
13+
314
## 0.16.0
415

516
### 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.16.0",
3+
"version": "0.17.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.13.0
4+
5+
### Minor Changes
6+
7+
- 023c449: Adding Radio and RadioGroup components
8+
39
## 0.12.1
410

511
### Patch 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.12.1",
3+
"version": "0.13.0",
44
"private": true,
55
"scripts": {
66
"build": "next build --webpack",

packages/primitives/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 023c449: Adding Radio and RadioGroup components
8+
39
## 0.8.0
410

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

0 commit comments

Comments
 (0)