Skip to content

Commit

Permalink
Merge pull request #9 from lobor/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
lobor authored and Lionel Bertrand committed Sep 24, 2023
2 parents 9dfe46f + 6e2964c commit b9efb30
Show file tree
Hide file tree
Showing 14 changed files with 378 additions and 165 deletions.
7 changes: 0 additions & 7 deletions .changeset/weak-squids-stare.md

This file was deleted.

12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand All @@ -40,7 +41,15 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install Dependencies
run: pnpm install --frozen-lock
run: pnpm install

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create Release Pull Request or Tag release to github
id: changesets
Expand All @@ -56,6 +65,7 @@ jobs:
if: steps.changesets.outputs.hasChangesets == 'false'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm changeset publish --tag

- name: Build documentation site
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@crossed/core": "0.5.0",
"@crossed/demo": "0.1.0",
"@crossed/next-adapter": "0.5.0",
"@crossed/primitive": "1.3.0",
"@crossed/styled": "0.5.0",
"@crossed/ui": "0.5.0",
"@crossed/primitive": "1.4.0",
"@crossed/styled": "0.6.0",
"@crossed/ui": "0.6.0",
"@crossed/unicons": "0.5.0",
"autoprefixer": "^10.4.14",
"next": "^13.4.19",
Expand Down
5 changes: 1 addition & 4 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@expo/vector-icons": "^13.0.0",
"@crossed/core": "0.5.0",
"@crossed/demo": "0.1.0",
"@crossed/ui": "0.5.0",
"@crossed/ui": "0.6.0",
"@react-navigation/native": "^6.0.2",
"@rnx-kit/metro-config": "^1.3.8",
"@rnx-kit/metro-resolver-symlinks": "^0.1.30",
Expand Down Expand Up @@ -49,8 +49,5 @@
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}
2 changes: 1 addition & 1 deletion apps/server-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@crossed/next-adapter": "0.5.0",
"@crossed/ui": "0.5.0",
"@crossed/ui": "0.6.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"tsc-files": "^1.1.3",
"turbo": "latest",
"typescript": "^5.1.6"
},
"resolutions": {
"react-refresh": "~0.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsconfig": "*"
},
"dependencies": {
"@crossed/primitive": "1.3.0",
"@crossed/primitive": "1.4.0",
"@crossed/ui": "*",
"@floating-ui/react": "^0.25.1",
"@gorhom/bottom-sheet": "^4.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/primitive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crossed/primitive

## 1.4.0

### Minor Changes

- 00a8f88: add theme dark light

## 1.3.0

### Minor Changes
Expand Down
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.3.0",
"version": "1.4.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.6.0

### Minor Changes

- 00a8f88: add theme dark light

## 0.5.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.5.0",
"version": "0.6.0",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @crossed/ui

## 0.6.0

### Minor Changes

- 00a8f88: add theme dark light

### Patch Changes

- Updated dependencies [00a8f88]
- @crossed/primitive@1.4.0
- @crossed/styled@0.6.0

## 0.5.0

### Minor 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.5.0",
"version": "0.6.0",
"keywords": [
"React Native",
"Next.js",
Expand Down
Loading

0 comments on commit b9efb30

Please sign in to comment.