@uipath/apollo-react 3.26.2 → 3.27.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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -68,6 +68,8 @@ pnpm add @uipath/apollo-react
68
68
  yarn add @uipath/apollo-react
69
69
  ```
70
70
 
71
+ **Note:** This package is published to both npm and GitHub Package Registry. External users will automatically pull from npm. Internal UiPath users with `.npmrc` configured will automatically pull from GitHub Package Registry.
72
+
71
73
  ## Quick Start
72
74
 
73
75
  ### Apollo Themes with Standard Material UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.26.2",
3
+ "version": "3.27.0",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -197,8 +197,8 @@
197
197
  "use-sync-external-store": "^1.2.0",
198
198
  "zod": "^4.3.5",
199
199
  "zustand": "^5.0.9",
200
- "@uipath/apollo-core": "5.6.2",
201
- "@uipath/apollo-wind": "0.7.3"
200
+ "@uipath/apollo-core": "5.7.0",
201
+ "@uipath/apollo-wind": "0.8.0"
202
202
  },
203
203
  "devDependencies": {
204
204
  "@lingui/cli": "^5.6.1",