Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bertrand committed Aug 24, 2023
1 parent 5660b0b commit 1eb41a4
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 11 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"@crossed/core": "0.2.2",
"@crossed/core": "0.3.0",
"@crossed/demo": "0.1.0",
"@crossed/next-adapter": "0.2.2",
"@crossed/ui": "0.2.2",
"@crossed/next-adapter": "0.3.0",
"@crossed/ui": "0.3.0",
"@crossed/unicons": "workspace:*",
"autoprefixer": "^10.4.14",
"next": "^13.0.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@babel/runtime": "^7.22.10",
"@expo/vector-icons": "^13.0.0",
"@crossed/core": "0.2.2",
"@crossed/core": "0.3.0",
"@crossed/demo": "0.1.0",
"@crossed/ui": "0.2.2",
"@crossed/ui": "0.3.0",
"@react-navigation/native": "^6.0.2",
"@rnx-kit/metro-config": "^1.3.8",
"@rnx-kit/metro-resolver-symlinks": "^0.1.30",
Expand Down
6 changes: 6 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/build

## 0.3.0

### Minor Changes

- remove animation

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossed/build",
"version": "0.2.2",
"version": "0.3.0",
"bin": {
"crossed-build": "crossed-build.js"
},
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.3.0

### Minor Changes

- remove animation

## 0.2.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.2.2",
"version": "0.3.0",
"keywords": [
"React Native",
"Next.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/next-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/next-adapter

## 0.3.0

### Minor Changes

- remove animation

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/primitive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @crossed/primitive

## 1.1.0

### Minor Changes

- remove animation

### Patch Changes

- Updated dependencies
- @crossed/core@0.3.0
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "1.1.0",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @crossed/ui

## 0.3.0

### Minor Changes

- remove animation

### Patch Changes

- Updated dependencies
- @crossed/core@0.3.0
- @crossed/primitive@1.1.0
- @crossed/unicons@0.3.0

## 0.2.2

### 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": "0.2.2",
"version": "0.3.0",
"keywords": [
"React Native",
"Next.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/unicons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/unicons

## 0.3.0

### Minor Changes

- remove animation

## 0.2.2

### 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": "0.2.2",
"version": "0.3.0",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down

0 comments on commit 1eb41a4

Please sign in to comment.