Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bertrand committed Nov 13, 2023
1 parent e64778c commit 2e37352
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-foxes-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-geckos-lick.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@crossed/demo": "0.1.0",
"@crossed/next-adapter": "0.5.1",
"@crossed/primitive": "1.5.0",
"@crossed/styled": "0.10.0",
"@crossed/styled": "0.10.1",
"@crossed/ui": "0.7.0",
"@crossed/unicons": "0.5.0",
"autoprefixer": "^10.4.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@crossed/babel-plugin": "0.2.0",
"@crossed/babel-plugin": "0.3.0",
"@crossed/core": "0.7.0",
"@crossed/demo": "0.1.0",
"@crossed/styled": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/babel-plugin

## 0.3.0

### Minor Changes

- 3364ea8: babel plugin create config file

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/babel-plugin",
"description": "A universal & performant styling library for React Native, Next.js & React",
"version": "0.2.0",
"version": "0.3.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.10.1

### Patch Changes

- e64778c: fix theme if not define, not apply variant base

## 0.10.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.10.0",
"version": "0.10.1",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
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 2e37352

Please sign in to comment.