@primer/react 38.6.2 → 38.6.3-rc.a366b94f8
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.
- package/CHANGELOG.md +6 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @primer/react
|
|
2
2
|
|
|
3
|
+
## 38.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7354](https://github.com/primer/react/pull/7354) [`efbebdf`](https://github.com/primer/react/commit/efbebdf6589bf454ab78f17c83dc84ce88145e7b) Thanks [@llastflowers](https://github.com/llastflowers)! - update SelectPanel Multi Select Modal story
|
|
8
|
+
|
|
3
9
|
## 38.6.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "38.6.
|
|
4
|
+
"version": "38.6.3-rc.a366b94f8",
|
|
5
5
|
"description": "An implementation of GitHub's Primer Design System using React",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
115
115
|
"@rollup/plugin-typescript": "12.3.0",
|
|
116
116
|
"@rollup/plugin-virtual": "3.0.2",
|
|
117
|
-
"@storybook/addon-a11y": "^10.1.
|
|
118
|
-
"@storybook/addon-docs": "^10.1.
|
|
119
|
-
"@storybook/addon-links": "^10.1.
|
|
117
|
+
"@storybook/addon-a11y": "^10.1.10",
|
|
118
|
+
"@storybook/addon-docs": "^10.1.10",
|
|
119
|
+
"@storybook/addon-links": "^10.1.10",
|
|
120
120
|
"@storybook/icons": "^2.0.1",
|
|
121
|
-
"@storybook/react-vite": "^10.1.
|
|
121
|
+
"@storybook/react-vite": "^10.1.10",
|
|
122
122
|
"@testing-library/dom": "^10.4.0",
|
|
123
123
|
"@testing-library/jest-dom": "^6.4.5",
|
|
124
124
|
"@testing-library/react": "^16.3.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"rimraf": "5.0.5",
|
|
173
173
|
"rollup": "4.53.3",
|
|
174
174
|
"rollup-plugin-import-css": "^0.0.0",
|
|
175
|
-
"storybook": "^10.1.
|
|
175
|
+
"storybook": "^10.1.10",
|
|
176
176
|
"terser": "5.36.0",
|
|
177
177
|
"ts-toolbelt": "9.6.0",
|
|
178
178
|
"tsx": "4.20.3",
|