Skip to content

Commit

Permalink
Merge pull request #9 from lobor/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
lobor authored Sep 24, 2023
2 parents 9dfe46f + 6e2964c commit 874c5d2
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/weak-squids-stare.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@crossed/core": "0.5.0",
"@crossed/demo": "0.1.0",
"@crossed/next-adapter": "0.5.0",
"@crossed/primitive": "1.3.0",
"@crossed/styled": "0.5.0",
"@crossed/ui": "0.5.0",
"@crossed/primitive": "1.4.0",
"@crossed/styled": "0.6.0",
"@crossed/ui": "0.6.0",
"@crossed/unicons": "0.5.0",
"autoprefixer": "^10.4.14",
"next": "^13.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@expo/vector-icons": "^13.0.0",
"@crossed/core": "0.5.0",
"@crossed/demo": "0.1.0",
"@crossed/ui": "0.5.0",
"@crossed/ui": "0.6.0",
"@react-navigation/native": "^6.0.2",
"@rnx-kit/metro-config": "^1.3.8",
"@rnx-kit/metro-resolver-symlinks": "^0.1.30",
Expand Down
2 changes: 1 addition & 1 deletion apps/server-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@crossed/next-adapter": "0.5.0",
"@crossed/ui": "0.5.0",
"@crossed/ui": "0.6.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsconfig": "*"
},
"dependencies": {
"@crossed/primitive": "1.3.0",
"@crossed/primitive": "1.4.0",
"@crossed/ui": "*",
"@floating-ui/react": "^0.25.1",
"@gorhom/bottom-sheet": "^4.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/primitive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/primitive

## 1.4.0

### Minor Changes

- 00a8f88: add theme dark light

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/primitive",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/styled

## 0.6.0

### Minor Changes

- 00a8f88: add theme dark light

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/styled",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "0.5.0",
"version": "0.6.0",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @crossed/ui

## 0.6.0

### Minor Changes

- 00a8f88: add theme dark light

### Patch Changes

- Updated dependencies [00a8f88]
- @crossed/primitive@1.4.0
- @crossed/styled@0.6.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/ui",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "0.5.0",
"version": "0.6.0",
"keywords": [
"React Native",
"Next.js",
Expand Down

0 comments on commit 874c5d2

Please sign in to comment.