Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lobor committed Feb 18, 2025
1 parent 43416ad commit d0df024
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/crossed-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@crossed/core": "0.8.3",
"@crossed/styled": "workspace:^",
"@crossed/theme": "workspace:2.2.7",
"@crossed/ui": "6.5.0",
"@crossed/ui": "6.5.1",
"@crossed/unicons": "workspace:*",
"@gorhom/portal": "^1.0.14",
"@react-native-community/cli": "^15.1.3",
Expand Down
6 changes: 6 additions & 0 deletions apps/crossed-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# crossed-vite

## 0.0.16

### Patch Changes

- @crossed/ui@6.5.1

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/crossed-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crossed-vite",
"private": true,
"version": "0.0.15",
"version": "0.0.16",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions apps/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# crossed-doc

## 0.11.10

### Patch Changes

- @crossed/ui@6.5.1

## 0.11.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crossed-doc",
"private": true,
"version": "0.11.9",
"version": "0.11.10",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@crossed/styled": "workspace:0.14.4",
"@crossed/theme": "workspace:2.2.7",
"@crossed/ui": "workspace:6.5.0",
"@crossed/ui": "workspace:6.5.1",
"@crossed/unicons": "3.0.2",
"@crossed/webpack": "workspace:2.1.7",
"@gorhom/portal": "^1.0.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossed/ui

## 6.5.1

### Patch Changes

- Updated dependencies
- @crossed/use-calendar@0.0.0

## 6.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.5.0",
"version": "6.5.1",
"sideEffects": false,
"keywords": [
"React Native",
Expand Down Expand Up @@ -111,7 +111,7 @@
},
"dependencies": {
"@crossed/sheet": "workspace:^",
"@crossed/use-calendar": "workspace:0.0.0-development",
"@crossed/use-calendar": "workspace:0.0.0",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/react": "^0.27.0",
"@gorhom/portal": "^1.0.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/use-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @crossed/use-calendar

## 0.0.0

### Minor Changes

- deploy
2 changes: 1 addition & 1 deletion packages/use-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/use-calendar",
"description": "Headless calendar hook for React",
"version": "0.0.0-development",
"version": "0.0.0",
"author": "crossed",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0df024

Please sign in to comment.