Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bertrand committed Nov 28, 2024
1 parent bc7710a commit 6989bbd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-sloths-remember.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 @@ -15,7 +15,7 @@
"@crossed/demo": "0.3.1",
"@crossed/styled": "workspace:^",
"@crossed/theme": "workspace:2.1.1",
"@crossed/ui": "3.0.1",
"@crossed/ui": "3.0.2",
"@crossed/unicons": "workspace:*",
"@react-native/gradle-plugin": "^0.75.3",
"@react-navigation/native": "^6.0.2",
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.4.2

### Patch Changes

- Updated dependencies [bc7710a]
- @crossed/ui@3.0.2

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@crossed/styled": "workspace:0.14.3",
"@crossed/theme": "workspace:2.1.1",
"@crossed/ui": "workspace:3.0.1",
"@crossed/ui": "workspace:3.0.2",
"@crossed/unicons": "2.0.1",
"@crossed/webpack": "workspace:2.0.9",
"@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

## 3.0.2

### Patch Changes

- bc7710a: fix tab error

## 3.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": "3.0.1",
"version": "3.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 6989bbd

Please sign in to comment.