From 56c7165521db0a10f4f6dfac641a1f90be620784 Mon Sep 17 00:00:00 2001 From: Dmytro Kireiev Date: Mon, 1 Apr 2024 10:13:55 +0300 Subject: [PATCH] fix: update github links [MDS-1056] (#172) * fix: update github links [MDS-1056] * fix: add changeset [MDS-1056] --- .changeset/three-keys-teach.md | 10 ++++++++++ CONTRIBUTING.md | 2 +- docs/components/footer/Footer.tsx | 2 +- packages/base/package.json | 4 ++-- packages/cmdk/package.json | 4 ++-- packages/core/package.json | 2 +- packages/table-v8/package.json | 2 +- packages/themes/package.json | 2 +- 8 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 .changeset/three-keys-teach.md diff --git a/.changeset/three-keys-teach.md b/.changeset/three-keys-teach.md new file mode 100644 index 00000000..be711a71 --- /dev/null +++ b/.changeset/three-keys-teach.md @@ -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] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88b6f06d..c6f5e7a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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**. diff --git a/docs/components/footer/Footer.tsx b/docs/components/footer/Footer.tsx index 03adbb47..a03eba0c 100644 --- a/docs/components/footer/Footer.tsx +++ b/docs/components/footer/Footer.tsx @@ -16,7 +16,7 @@ const Footer = () => (

= 18.2.0", "react-dom": ">= 18.2.0" } -} \ No newline at end of file +} diff --git a/packages/cmdk/package.json b/packages/cmdk/package.json index c53eb026..869f248a 100644 --- a/packages/cmdk/package.json +++ b/packages/cmdk/package.json @@ -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": { @@ -27,4 +27,4 @@ "react": ">= 18.2.0", "react-dom": ">= 18.2.0" } -} \ No newline at end of file +} diff --git a/packages/core/package.json b/packages/core/package.json index 381e6dd9..9c720e29 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": { diff --git a/packages/table-v8/package.json b/packages/table-v8/package.json index 959813bf..41cf5178 100644 --- a/packages/table-v8/package.json +++ b/packages/table-v8/package.json @@ -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": { diff --git a/packages/themes/package.json b/packages/themes/package.json index c88afda9..13a5b1cd 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -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": {