@theguild/components 9.4.1 → 9.5.0-alpha-20250327153244-0242456d9da3d441dbdf89e1203be30bcbaa2c46

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.
@@ -134,7 +134,7 @@ const DEFAULT_ITEMS = {
134
134
  {
135
135
  children: "Blog",
136
136
  title: "Read our blog",
137
- href: "https://the-guild.dev/blog"
137
+ href: "https://the-guild.dev/graphql/hive/blog"
138
138
  }
139
139
  ],
140
140
  company: [
@@ -45,6 +45,10 @@ declare function sharedMetaItems(options: {
45
45
  title: string;
46
46
  href: string;
47
47
  };
48
+ blog: {
49
+ title: string;
50
+ href: string;
51
+ };
48
52
  };
49
53
  };
50
54
  'graphql-foundation': {
@@ -14,7 +14,7 @@ function sharedMetaItems(options) {
14
14
  blog: {
15
15
  title: "Blog",
16
16
  type: "page",
17
- href: "https://the-guild.dev/blog"
17
+ href: "https://the-guild.dev/graphql/hive/blog"
18
18
  },
19
19
  github: {
20
20
  title: "GitHub",
@@ -32,6 +32,10 @@ function sharedMetaItems(options) {
32
32
  "brand-assets": {
33
33
  title: "Brand Assets",
34
34
  href: "https://the-guild.dev/logos"
35
+ },
36
+ blog: {
37
+ title: "The Guild Blog",
38
+ href: "https://the-guild.dev/blog"
35
39
  }
36
40
  }
37
41
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "9.4.1",
3
+ "version": "9.5.0-alpha-20250327153244-0242456d9da3d441dbdf89e1203be30bcbaa2c46",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"