Skip to content

Commit

Permalink
chore: rename references to vibe repo (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Apr 21, 2024
1 parent f8e18cc commit fb54b9a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
Thank you for taking the time to report a bug!
Please make sure to fill as much details as possible to help us better understand the bug.
If you have a question, suggestion, feature request, or need for help, please ask on [GitHub Discussions](https://github.com/mondaycom/monday-ui-react-core/discussions).
If you have a question, suggestion, feature request, or need for help, please ask on [GitHub Discussions](https://github.com/mondaycom/vibe/discussions).
Thanks!
- type: input
id: version
Expand Down
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/mondaycom/monday-ui-react-core/discussions
url: https://github.com/mondaycom/vibe/discussions
about: Suggest new features
- name: Questions & Discussions
url: https://github.com/mondaycom/monday-ui-react-core/discussions
url: https://github.com/mondaycom/vibe/discussions
about: Use GitHub discussions for questions and suggestions
- name: Storybook Docs
url: https://style.monday.com/
about: Check out our docs and examples in Storybook
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

> [!IMPORTANT]
>
> **Exciting Update**: The `monday-ui-react-core` repository is getting a new name - `vibe`!
>
> As this project has evolved, it now includes a comprehensive design system toolkit, including components, styles, icons, hooks, and more. It's become more than just a "core" library; it's a full-fledged design system, now with all related packages unified under one umbrella.
>
> The change will apply in the upcoming weeks, no additional action is required on your part. All issues, PRs, branches will remain intact. Stay tuned!
> **Exciting Update**: The `monday-ui-react-core` repository is now - `vibe`!
<img src="https://user-images.githubusercontent.com/60314759/147566893-63c5209a-8b83-4f32-af61-8b4c350ec770.png" width="300px" alt="Vibe Design System, by monday.com">

Expand Down Expand Up @@ -34,7 +30,6 @@ If you're new to Vibe Design System, we recommend starting with our main package

- [core](packages/core/README.md): This is the core of the Vibe Design System. Follow the installation guide and getting started instructions to integrate it into your project.


## Contributing

We welcome every contributor, please read the [contribution guidelines](packages/core/CONTRIBUTING.md) before submitting a PR
2 changes: 1 addition & 1 deletion packages/core/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ We are using [Semantic commits](https://gist.github.com/joshbuchea/6f47e86d2510b

### Releasing

To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/monday-ui-react-core/actions/workflows/release.yml).
To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/vibe/actions/workflows/release.yml).

If you want to run it locally, you can do so with [Github's CLI](https://cli.github.com/):

Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mondaycom/monday-ui-react-core.git"
"url": "git+https://github.com/mondaycom/vibe.git"
},
"author": "",
"license": "MIT",
Expand All @@ -97,9 +97,9 @@
"THEME_README.md"
],
"bugs": {
"url": "https://github.com/mondaycom/monday-ui-react-core/issues"
"url": "https://github.com/mondaycom/vibe/issues"
},
"homepage": "https://github.com/mondaycom/monday-ui-react-core#readme",
"homepage": "https://github.com/mondaycom/vibe#readme",
"dependencies": {
"@popperjs/core": "2.11.6",
"a11y-dialog": "^7.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const AbilitiesDescription = () => (
<AbilityDescription
title="Getting started"
imageSrc={gettingStarted}
linkHref="https://github.com/mondaycom/monday-ui-react-core#readme"
linkHref="https://github.com/mondaycom/vibe#readme"
>
Instructions and welcome to the monday.com OS design system
</AbilityDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Our design principles were developed based on best practices to ensure top-notch
## Resources

- [Figma](https://www.figma.com/file/pTpO3Wobs5cQwRsabt21Nd/monday.com-UI-kit?node-id=14811%3A20455)
- [Github](https://github.com/mondaycom/monday-ui-react-core/)
- [Github](https://github.com/mondaycom/vibe/)
- [Animation style guide](https://monday.com/lp/motion/)

## Contributors

monday.com’s designers, developers, and writers provide teams with universal assets—elements, components, patterns, and code—and the guidance on how to design and build with them.
We welcome contributions to monday.com design system!

Read our<Link href="https://github.com/mondaycom/monday-ui-react-core/blob/master/CONTRIBUTING.md">contribution guide</Link>and help us build and improve our components.
Read our<Link href="https://github.com/mondaycom/vibe/blob/master/CONTRIBUTING.md">contribution guide</Link>and help us build and improve our components.

### Meet the Vibe team

Expand Down
7 changes: 6 additions & 1 deletion packages/storybook-blocks/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Contribution guidelines

This is an **official library** of shared UI **storybook components**. It is used both for internal and external storybook pages development.

This library is open-sourced, and we encourage everyone to use and contribute into it.
Expand All @@ -21,18 +22,22 @@ This library is open-sourced, and we encourage everyone to use and contribute in
## Information about the project

### Storybook

As the main development environment and documentation playground, we are using [Storybook](https://storybook.js.org/).
Each component should be developed in isolation in the Storybook environment.
You can read more about our docs implementation best practices [here](COMPONENTS_DOCUMENTATION_GUIDELINES.md).

### Linting

We use [Prettier](https://prettier.io/) with the default community guidelines. Please, make sure that you are formatting your code with prettier.

### Commits

We are using [Semantic commits](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) convention for creating Pull Requests and commits messages inside the Pull Request.

### Releasing [only for maintainers]
To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/monday-ui-react-core/actions/workflows/release.yml).

To release a new version, you can run the ["Release new version" workflow](https://github.com/mondaycom/vibe/actions/workflows/release.yml).

If you want to run it locally, you can do so with [Github's CLI](https://cli.github.com/):

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![image](https://user-images.githubusercontent.com/60314759/147566893-63c5209a-8b83-4f32-af61-8b4c350ec770.png)

[monday.com](https://www.monday.com) Collection of Storybook components, with which [monday-ui-react-core](https://github.com/mondaycom/monday-ui-react-core) storybook is built - [style.monday.com](https://style.monday.com).
[monday.com](https://www.monday.com) Collection of Storybook components, with which [Vibe](https://github.com/mondaycom/vibe) storybook is built - [style.monday.com](https://style.monday.com).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:mondaycom/monday-ui-react-core.git"
"url": "[email protected]:mondaycom/vibe.git"
},
"sideEffects": [
"*.scss",
Expand Down
6 changes: 3 additions & 3 deletions packages/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mondaycom/monday-ui-react-core.git"
"url": "git+https://github.com/mondaycom/vibe.git"
},
"keywords": [
"CSS",
Expand All @@ -38,9 +38,9 @@
"stylelint-config/"
],
"bugs": {
"url": "https://github.com/mondaycom/monday-ui-react-core/issues"
"url": "https://github.com/mondaycom/vibe/issues"
},
"homepage": "https://github.com/mondaycom/monday-ui-react-core#readme",
"homepage": "https://github.com/mondaycom/vibe#readme",
"dependencies": {
"postcss": "8.4.31",
"postcss-scss": "^4.0.9",
Expand Down

0 comments on commit fb54b9a

Please sign in to comment.