ruru-components 2.0.0-rc.7 → 2.0.0

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # ruru-components
2
2
 
3
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=ff69b4&label=github%20sponsors)](https://github.com/sponsors/benjie)
4
+ [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
5
+ [![Follow](https://img.shields.io/badge/BSky-@Graphile.org-006aff.svg)](https://bsky.app/profile/graphile.org)
6
+ [![Follow](https://img.shields.io/badge/Mastodon-@Graphile.fosstodon.org-6364ff.svg)](https://fosstodon.org/@graphile)
7
+
3
8
  The React components behind [ruru][], in case you want to embed Ruru into an
4
9
  existing React project.
5
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruru-components",
3
- "version": "2.0.0-rc.7",
3
+ "version": "2.0.0",
4
4
  "description": "Grafast-flavoured GraphiQL distribution; the underlying React components",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -41,7 +41,7 @@
41
41
  "@graphiql/react": "^0.37.2",
42
42
  "@graphiql/toolkit": "^0.11.3",
43
43
  "@types/node": "^22.19.1",
44
- "grafast": "^1.0.0-rc.9",
44
+ "grafast": "^1.0.0",
45
45
  "graphiql": "^5.2.1",
46
46
  "graphql-ws": "^6.0.5",
47
47
  "mermaid": "^11.12.1",
@@ -50,7 +50,7 @@
50
50
  "react-compiler-runtime": "^19.1.0-rc.1",
51
51
  "react-dom": "^19.2.0",
52
52
  "react-error-boundary": "^6.0.0",
53
- "ruru-types": "^2.0.0-rc.6",
53
+ "ruru-types": "^2.0.0",
54
54
  "tslib": "^2.8.1"
55
55
  },
56
56
  "engines": {