Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lobor committed Jan 3, 2025
1 parent b81f356 commit e1ad029
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 140 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-jeans-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-goats-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-teachers-travel.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/polite-beds-cross.md

This file was deleted.

6 changes: 3 additions & 3 deletions apps/crossed-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"@babel/runtime": "^7.23.8",
"@crossed/babel-plugin": "0.4.0",
"@crossed/core": "0.8.2",
"@crossed/core": "0.8.3",
"@crossed/styled": "workspace:^",
"@crossed/theme": "workspace:2.2.3",
"@crossed/ui": "6.2.0",
"@crossed/theme": "workspace:2.2.4",
"@crossed/ui": "6.3.0",
"@crossed/unicons": "workspace:*",
"@gorhom/portal": "^1.0.14",
"@react-native/gradle-plugin": "^0.75.3",
Expand Down
17 changes: 17 additions & 0 deletions apps/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# crossed-doc

## 0.10.0

### Minor Changes

- e4a854a: add doc checkbox and radio

### Patch Changes

- Updated dependencies [c671d61]
- Updated dependencies [d809747]
- Updated dependencies [8441f9a]
- @crossed/ui@6.3.0
- @crossed/styled@0.14.4
- @crossed/webpack@2.1.4
- @crossed/theme@2.2.4
- @crossed/unicons@3.0.2

## 0.9.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.9.2",
"version": "0.10.0",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
Expand All @@ -12,11 +12,11 @@
"chromatic": "npx chromatic --project-token=chpt_4047e48604d2a77"
},
"dependencies": {
"@crossed/styled": "workspace:0.14.3",
"@crossed/theme": "workspace:2.2.3",
"@crossed/ui": "workspace:6.2.0",
"@crossed/unicons": "3.0.1",
"@crossed/webpack": "workspace:2.1.3",
"@crossed/styled": "workspace:0.14.4",
"@crossed/theme": "workspace:2.2.4",
"@crossed/ui": "workspace:6.3.0",
"@crossed/unicons": "3.0.2",
"@crossed/webpack": "workspace:2.1.4",
"@gorhom/portal": "^1.0.14",
"@storybook/addon-designs": "^8.0.3",
"@storybook/manager-api": "^8.3.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/core

## 0.8.3

### Patch Changes

- 8441f9a: clean peerdependencies

## 0.8.2

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

## 3.0.4

### Patch Changes

- 8441f9a: clean peerdependencies
- Updated dependencies [8441f9a]
- @crossed/styled@0.14.4
- @crossed/theme@2.2.4

## 3.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/loader",
"description": "",
"version": "3.0.3",
"version": "3.0.4",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@crossed/build": "*",
"@crossed/styled": "0.14.3",
"@crossed/styled": "0.14.4",
"@crossed/test": "0.13.0",
"@crossed/theme": "workspace:^",
"@types/escodegen": "^0.0.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/next-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossed/next-adapter

## 0.7.4

### Patch Changes

- 8441f9a: clean peerdependencies
- @crossed/webpack@2.1.4

## 0.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"main": "lib/commonjs/index.js",
"module": "lib/modules/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.4.2"
},
"dependencies": {
"@crossed/webpack": "2.1.3",
"@crossed/webpack": "2.1.4",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^11.1.0",
"next": "^13.4.19",
Expand Down
8 changes: 8 additions & 0 deletions packages/primitive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossed/primitive

## 1.9.2

### Patch Changes

- 8441f9a: clean peerdependencies
- Updated dependencies [8441f9a]
- @crossed/core@0.8.3

## 1.9.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.9.1",
"version": "1.9.2",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@crossed/build": "*",
"@crossed/core": "0.8.2",
"@crossed/core": "0.8.3",
"@crossed/test": "0.13.0",
"@gorhom/portal": "^1.0.14",
"@testing-library/jest-dom": "^6.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossed/styled

## 0.14.4

### Patch Changes

- 8441f9a: clean peerdependencies
- Updated dependencies [8441f9a]
- @crossed/core@0.8.3

## 0.14.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.14.3",
"version": "0.14.4",
"types": "lib/typescript/index.d.ts",
"typings": "lib/typescript/index.d.ts",
"main": "lib/commonjs/index.js",
Expand Down Expand Up @@ -96,7 +96,7 @@
"react-native": "*"
},
"dependencies": {
"@crossed/core": "^0.8.2",
"@crossed/core": "^0.8.3",
"ts-deepmerge": "^7.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crossed/theme

## 2.2.4

### Patch Changes

- Updated dependencies [8441f9a]
- @crossed/styled@0.14.4

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/theme",
"description": "unicons",
"version": "2.2.3",
"version": "2.2.4",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
17 changes: 17 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @crossed/ui

## 6.3.0

### Minor Changes

- c671d61: Increase checkbox
- d809747: Increase Radio

### Patch Changes

- 8441f9a: clean peerdependencies
- Updated dependencies [8441f9a]
- @crossed/primitive@1.9.2
- @crossed/styled@0.14.4
- @crossed/core@0.8.3
- @crossed/theme@2.2.4
- @crossed/unicons@3.0.2

## 6.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.2.0",
"version": "6.3.0",
"sideEffects": false,
"keywords": [
"React Native",
Expand Down Expand Up @@ -78,19 +78,19 @@
"@crossed/primitive": "*",
"@crossed/styled": "*",
"@crossed/theme": "workspace:^",
"@crossed/unicons": "3.0.1",
"@crossed/unicons": "3.0.2",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-reanimated": "*"
},
"devDependencies": {
"@crossed/build": "*",
"@crossed/core": "0.8.2",
"@crossed/primitive": "1.9.1",
"@crossed/core": "0.8.3",
"@crossed/primitive": "1.9.2",
"@crossed/styled": "workspace:^",
"@crossed/test": "0.13.0",
"@crossed/theme": "workspace:^",
"@crossed/unicons": "3.0.1",
"@crossed/unicons": "3.0.2",
"@devvie/bottom-sheet": "0.3.0",
"@jest/globals": "^29.7.0",
"@jest/types": "29.6.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/unicons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @crossed/unicons

## 3.0.2

### Patch Changes

- Updated dependencies [8441f9a]
- @crossed/styled@0.14.4
- @crossed/core@0.8.3
- @crossed/theme@2.2.4

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unicons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crossed/unicons",
"description": "unicons",
"version": "3.0.1",
"version": "3.0.2",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @crossed/webpack

## 2.1.4

### Patch Changes

- Updated dependencies [8441f9a]
- @crossed/loader@3.0.4
- @crossed/styled@0.14.4

## 2.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossed/webpack",
"version": "2.1.3",
"version": "2.1.4",
"description": "",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@crossed/loader": "3.0.3",
"@crossed/loader": "3.0.4",
"@crossed/log": "0.1.1",
"esprima": "^4.0.1",
"static-eval": "^2.1.1",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@crossed/build": "^0.5.0",
"@crossed/styled": "0.14.3",
"@crossed/styled": "0.14.4",
"@types/esprima": "^4.0.6",
"@types/node": "^20.11.16",
"ts-loader": "^9.5.1",
Expand All @@ -37,6 +37,6 @@
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
"@crossed/styled": "0.14.3"
"@crossed/styled": "0.14.4"
}
}
Loading

0 comments on commit e1ad029

Please sign in to comment.