@eventcatalog/core 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- ## 👉 [Please follow one of these issue templates](https://github.com/boyney123/eventcatalog/issues/new/choose) 👈
1
+ ## 👉 [Please follow one of these issue templates](https://github.com/event-catalog/eventcatalog/issues/new/choose) 👈
@@ -3,7 +3,7 @@ Thank you for sending the PR! We appreciate you spending the time to work on the
3
3
 
4
4
  Help us understand your motivation by explaining why you decided to make this change.
5
5
 
6
- You can learn more about contributing to EventCatalog here: https://github.com/boyney123/eventcatalog/blob/main/CONTRIBUTING.md
6
+ You can learn more about contributing to EventCatalog here: https://github.com/event-catalog/eventcatalog/blob/main/CONTRIBUTING.md
7
7
 
8
8
  Happy contributing!
9
9
 
@@ -13,6 +13,6 @@ Happy contributing!
13
13
 
14
14
  (Write your motivation here.)
15
15
 
16
- ### Have you read the [Contributing Guidelines on pull requests](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#pull-requests)?
16
+ ### Have you read the [Contributing Guidelines on pull requests](https://github.com/event-catalog/eventcatalog/blob/main/CONTRIBUTING.md#pull-requests)?
17
17
 
18
18
  (Write your answer here.)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eventcatalog/core
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a4bfa8b: chore(core): update the project url to the github org
8
+
3
9
  ## 2.0.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -125,7 +125,7 @@ If you have any questions, features or issues please raise any issue or pull req
125
125
  You can find the [contributing guidelines here](https://eventcatalog.dev/docs/contributing/overview).
126
126
 
127
127
  [license-badge]: https://img.shields.io/github/license/event-catalog/eventcatalog.svg?color=yellow
128
- [license]: https://github.com/event-catalog/eventcatalog/blob/master/LICENSE
128
+ [license]: https://github.com/event-catalog/eventcatalog/blob/main/LICENSE
129
129
  [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
130
130
  [prs]: http://makeapullrequest.com
131
131
  [github-watch-badge]: https://img.shields.io/github/watchers/event-catalog/eventcatalog.svg?style=social
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eventcatalog/core",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -75,7 +75,7 @@ import catalog from '@eventcatalog';
75
75
  <footer class="py-4 space-y-8 border-t border-gray-300">
76
76
  <div class="flex justify-between items-center py-8 text-gray-500 text-sm font-light">
77
77
  <div class="flex space-x-5">
78
- <a href="https://github.com/boyney123/eventcatalog" target="_blank"><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style="mask-image: url(&quot;/icons/github.svg&quot;); mask-repeat: no-repeat; mask-position: center center;"></svg></a>
78
+ <a href="https://github.com/event-catalog/eventcatalog" target="_blank"><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style="mask-image: url(&quot;/icons/github.svg&quot;); mask-repeat: no-repeat; mask-position: center center;"></svg></a>
79
79
  <a href="https://x.com/event_catalog" target="_blank"><span class="sr-only">x</span><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style="mask-image: url(&quot;/icons/x-twitter.svg&quot;); mask-repeat: no-repeat; mask-position: center center;"></svg></a>
80
80
  </div>
81
81
  <a target="_blank" class="hover:text-purple-500 hover:underline text-gray-400 font-light not-prose" href="https://eventcatalog.dev">Powered by EventCatalog</a>
@@ -140,7 +140,7 @@ const badges = [
140
140
  <a href="#" class="flex space-x-2 items-center text-gray-500 hover:text-purple-500 hover:underline"><PencilIcon className="w-4 h-4" /><span>Edit this page</span></a>
141
141
  <div class="flex justify-between items-center py-8 text-gray-500 text-sm font-light">
142
142
  <div class="flex space-x-5">
143
- <a href="https://github.com/boyney123/eventcatalog" target="_blank"
143
+ <a href="https://github.com/event-catalog/eventcatalog" target="_blank"
144
144
  ><svg class="w-5 h-5 bg-gray-400 hover:bg-purple-500 dark:hover:bg-gray-400" style='mask-image: url("/icons/github.svg"); mask-repeat: no-repeat; mask-position: center center;'></svg></a
145
145
  >
146
146
  <a href="https://x.com/event_catalog" target="_blank"