Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bertrand committed Dec 19, 2024
1 parent a5315f6 commit 6f3ad62
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-rats-turn.md

This file was deleted.

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.2",
"@crossed/styled": "workspace:^",
"@crossed/theme": "workspace:2.2.1",
"@crossed/ui": "5.0.1",
"@crossed/ui": "5.0.2",
"@crossed/unicons": "workspace:*",
"@gorhom/portal": "^1.0.14",
"@react-native/gradle-plugin": "^0.75.3",
Expand Down
7 changes: 7 additions & 0 deletions apps/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# crossed-doc

## 0.8.12

### Patch Changes

- Updated dependencies [a5315f6]
- @crossed/ui@5.0.2

## 0.8.11

### 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.8.11",
"version": "0.8.12",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@crossed/styled": "workspace:0.14.3",
"@crossed/theme": "workspace:2.2.1",
"@crossed/ui": "workspace:5.0.1",
"@crossed/ui": "workspace:5.0.2",
"@crossed/unicons": "3.0.1",
"@crossed/webpack": "workspace:2.1.1",
"@gorhom/portal": "^1.0.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/ui

## 5.0.2

### Patch Changes

- a5315f6: add props on modal

## 5.0.1

### Patch 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": "5.0.1",
"version": "5.0.2",
"sideEffects": false,
"keywords": [
"React Native",
Expand Down
4 changes: 2 additions & 2 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 6f3ad62

Please sign in to comment.