Skip to content

Commit

Permalink
Merge pull request #2426 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge Main -> Patch
  • Loading branch information
Viraj-10 authored Aug 29, 2024
2 parents c0169a2 + 5329ea6 commit bd16120
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
File renamed without changes.
9 changes: 5 additions & 4 deletions .github/workflows/auto-assign-issue.yml_old
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: Issue assignment

on:
issues:
types: [opened, edited, labeled]
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.MY_GITHUB_TOKEN }}
teams: dank-style-support
assignees: viraj-10,rajat693
numOfAssignee: 1
allowSelfAssign: false
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

**gluestack-ui v2** offers customizable, beautifully designed components for your projects. Unlike traditional libraries, it's not a pre-packaged dependency. Choose the components you need and copy-paste them directly into your React, Next.js & React Native projects.


## Documentation

You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/ui/docs website.

## Features

- **Modular Architecture:** Pick and choose the components you need without unnecessary bloat.
- **NativeWind Integration:** Tailwind CSS support for seamless styling across web and mobile.
- **RSC Compatible:** Optimized for React Server Components to enhance performance.
Expand All @@ -27,10 +27,8 @@ You can find detailed documentation for each component, including a list of prop
- **Frequent updates:** We are constantly working on improving the library and adding new components. Follow us on GitHub to stay up-to-date on the latest releases and features.
- **Community support:** Need help using the library or have a suggestion for a new feature? Join our [Discord](https://discord.com/invite/95qQ84nf6f) channel to connect with the community and get support.


## Installing **gluestack-ui v2**


To get started with **gluestack-ui v2**, you must have an existing Next.js or Expo project. Then, simply run the following command:

```bash
Expand All @@ -43,17 +41,16 @@ For detailed installation instructions, visit the [gluestack-ui v2 installation

JavaScript, React, React Native, Styled System


## Getting Started

- **Install gluestack-ui:** Follow the [installation guide](https://gluestack.io/ui/docs/home/getting-started/installation).
- **Add Components:** Use our CLI to add components to your project, or simply copy-paste from our documentation.
- **Customize:** Tailor the components to fit your project's needs using theming tokens and configuration.
- **Build:** Start building your app with a consistent, accessible, and high-performance UI.


## Migration from gluestack-ui v1
If you're migrating from gluestack-ui v1, we've got you covered with a detailed [migration guide](https://gluestack.io/ui/docs/home/overview/upgrade-to-v2) with codemod.

If you're migrating from gluestack-ui v1, we've got you covered with a detailed [migration guide](https://gluestack.io/ui/docs/home/overview/upgrade-to-v2) with codemod.

## Created By GeekyAnts

Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@gluestack-ui/image": "0.1.10",
"@gluestack-ui/input": "0.1.31",
"@gluestack-ui/link": "0.1.22",
"@gluestack-ui/menu": "0.2.35",
"@gluestack-ui/menu": "0.2.36",
"@gluestack-ui/modal": "0.1.34",
"@gluestack-ui/overlay": "0.1.15",
"@gluestack-ui/popover": "0.1.37",
Expand All @@ -64,7 +64,7 @@
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
"@gluestack-ui/tabs": "0.1.16",
"@gluestack-ui/tabs": "0.1.17",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/themed": "1.1.48",
"@gluestack-ui/toast": "1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/themed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@gluestack-ui/image": "0.1.10",
"@gluestack-ui/input": "0.1.31",
"@gluestack-ui/link": "0.1.22",
"@gluestack-ui/menu": "0.2.35",
"@gluestack-ui/menu": "0.2.36",
"@gluestack-ui/modal": "0.1.34",
"@gluestack-ui/overlay": "0.1.15",
"@gluestack-ui/popover": "0.1.37",
Expand All @@ -63,7 +63,7 @@
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
"@gluestack-ui/tabs": "0.1.16",
"@gluestack-ui/tabs": "0.1.17",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/toast": "1.0.7",
"@gluestack-ui/tooltip": "0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/menu

## 0.2.36

### Patch Changes

- fix: build issue

## 0.2.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.35",
"version": "0.2.36",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit bd16120

Please sign in to comment.