@oicl/openbridge-webcomponents-react 0.0.15-dev-20250210103359 → 0.0.15-dev-20250210125726

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/package.json +2 -2
  2. package/readme.md +4 -2
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "build": "tsc",
6
6
  "build:watch": "tsc --watch"
7
7
  },
8
- "version": "0.0.15-dev-20250210103359",
8
+ "version": "0.0.15-dev-20250210125726",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^0.0.15-dev-20250210103359",
10
+ "@oicl/openbridge-webcomponents": "^0.0.15-dev-20250210125726",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
package/readme.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Openbridge Web Components React
2
2
 
3
+ [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/KR9f4D4A)
4
+
3
5
  Welcome to the react wrapper of Openbridge Web Components!
4
6
 
5
7
  # 🎉 We are preparing to release OpenBridge 6.0 in March 2026 🎉
@@ -21,9 +23,9 @@ We have made an short introduction to the library. You can watch it [here](https
21
23
  <img src="https://img.youtube.com/vi/5DiEA4voqzI/0.jpg" alt="Watch the video" width="480" height="360" />
22
24
  </a>
23
25
 
24
- # Slack Channel
26
+ # Discord server
25
27
 
26
- Join our slack channel to get the latest updates and to ask questions. Click [here](https://join.slack.com/t/openbridgegroup/shared_invite/zt-2e4clvl6s-uZLkN5L3g8O~c1UZCN1reQ) to join the slack workspace, and join the [#openbridge-webcomponents](https://openbridgegroup.slack.com/archives/C06LXTCR269) channel.
28
+ Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/KR9f4D4A)
27
29
 
28
30
  ## Table of Contents
29
31