Skip to content

Commit

Permalink
fix: update github links [MDS-1056] (#172)
Browse files Browse the repository at this point in the history
* fix: update github links [MDS-1056]

* fix: add changeset [MDS-1056]
  • Loading branch information
dkireev authored Apr 1, 2024
1 parent ee4febf commit 56c7165
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions .changeset/three-keys-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@heathmont/moon-table-v8-tw": patch
"@heathmont/moon-themes-tw": patch
"@heathmont/moon-base-tw": patch
"@heathmont/moon-cmdk-tw": patch
"@heathmont/moon-core-tw": patch
"docs": patch
---

fix: update instances of github repo links [MDS-1056]
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please take a moment to review this document **before submitting a pull request*

**Please ask first before starting work on any new features.**

Having your pull request declined after investing a significant amount of time and effort into a new feature can be disheartening. To prevent such situations, we kindly request that contributors first create [an issue](https://github.com/coingaming/moon-design/issues) to initiate a discussion about any new features. This includes tasks like adding new components, modifying tokens, or exposing internal information.
Having your pull request declined after investing a significant amount of time and effort into a new feature can be disheartening. To prevent such situations, we kindly request that contributors first create [an issue](https://github.com/coingaming/moon-light/issues) to initiate a discussion about any new features. This includes tasks like adding new components, modifying tokens, or exposing internal information.

It's crucial to understand that the Moon Design System is a complex ecosystem comprising `Figma` files, different versions for `React`, `Elixir`, and even `Flutter`. Ensuring consistency and feature parity across all these platforms involves numerous stakeholders and users who rely on us to avoid breaking changes. Thus, it's vital to respect this process and seek approval **before commencing work on any new features**.

Expand Down
2 changes: 1 addition & 1 deletion docs/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Footer = () => (
</p>
<div className="flex gap-x-4 gap-y-6 flex-wrap justify-center items-center text-trunks">
<Link
href="https://github.com/coingaming/moon-design"
href="https://github.com/coingaming/moon-light"
className="hover:underline"
target="_blank"
rel="noreferrer"
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"repository": "https://github.com/coingaming/moon-light",
"author": "Yolo Group",
"license": "MIT",
"scripts": {
Expand All @@ -22,4 +22,4 @@
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/cmdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "lib/index.js",
"module": "lib/es/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"repository": "https://github.com/coingaming/moon-light",
"author": "Yolo Group",
"license": "MIT",
"scripts": {
Expand All @@ -27,4 +27,4 @@
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "lib/index.js",
"module": "lib/es/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"repository": "https://github.com/coingaming/moon-light",
"author": "Yolo Group",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/table-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "lib/es/index.js",
"module": "lib/es/index.js",
"typings": "lib/es/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"repository": "https://github.com/coingaming/moon-light",
"author": "Yolo Group",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "lib/index.js",
"module": "lib/es/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/coingaming/moon-design",
"repository": "https://github.com/coingaming/moon-light",
"author": "Yolo Group",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 56c7165

Please sign in to comment.