@atlaskit/tag-group
Advanced tools
Comparing version 10.4.0 to 10.5.0
# @atlaskit/tag-group | ||
## 10.5.0 | ||
### Minor Changes | ||
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511) | ||
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) - | ||
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0` | ||
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable). | ||
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer | ||
dependency range for `react` and `react-dom` for `/platform` packages. | ||
## 10.4.0 | ||
@@ -4,0 +16,0 @@ |
@@ -11,4 +11,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
@@ -15,0 +15,0 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
@@ -6,0 +6,0 @@ import { forwardRef } from 'react'; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
@@ -6,0 +6,0 @@ import { forwardRef } from 'react'; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { type ReactNode } from 'react'; | ||
@@ -6,0 +6,0 @@ type Alignment = 'start' | 'end'; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import { type ReactNode } from 'react'; | ||
@@ -6,0 +6,0 @@ type Alignment = 'start' | 'end'; |
{ | ||
"name": "@atlaskit/tag-group", | ||
"version": "10.4.0", | ||
"version": "10.5.0", | ||
"description": "A tag group controls the layout and alignment for a collection of tags.", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ~18.2.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"@af/visual-regression": "*", | ||
"@atlaskit/ds-lib": "^2.3.0", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -43,0 +43,0 @@ "@atlaskit/tag": "*", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31680