Skip to content

Commit

Permalink
Synchronise latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlassian authored and AFP Repo Bot committed Dec 10, 2024
1 parent e5fc976 commit 515cc07
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@atlaskit/focus-ring": "^2.0.0",
"@atlaskit/grid": "^0.15.0",
"@atlaskit/heading": "^4.0.0",
"@atlaskit/icon": "^23.0.0",
"@atlaskit/icon": "^23.1.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/live-region/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atlaskit/pragmatic-drag-and-drop-live-region

## 1.2.0

### Minor Changes

- [#168054](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168054)
[`f9b89a52cbad6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f9b89a52cbad6) -
Changes announcement behavior to be delayed and polite instead of immediate and assertive. This
helps issues with announcements sometimes being skipped or interrupted.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/live-region/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaskit/pragmatic-drag-and-drop-live-region",
"version": "1.1.0",
"version": "1.2.0",
"description": "An optional package for Pragmatic drag and drop that enables screen reader messaging for alternative flows",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-accessibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@atlaskit/focus-ring": "^2.0.0",
"@atlaskit/icon": "^23.0.0",
"@atlaskit/icon": "^23.1.0",
"@atlaskit/platform-feature-flags": "^0.3.0",
"@atlaskit/primitives": "^13.3.0",
"@atlaskit/tokens": "^2.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-beautiful-dnd-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

## 1.3.0

### Minor Changes

- [#168054](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168054)
[`6e5ded7326f80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6e5ded7326f80) -
Removes dependency on @atlaskit/pragmatic-drag-and-drop-live-region and now maintains live region
code internally.

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-beautiful-dnd-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration",
"version": "1.2.4",
"version": "1.3.0",
"description": "An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@
"@babel/runtime" "^7.0.0"
"@emotion/react" "^11.7.1"

"@atlaskit/icon@^23.0.0":
version "23.0.1"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/icon/-/icon-23.0.1.tgz#c4d935240916e55398a0b215ef3f1ff8c6b010ad"
integrity sha512-rHKP0qdjVTKtRwQJnWMgD6yfreVpd5EpuPpVk2j4n3v0oXAV4oH6HME/5XJNt9BOK6+LL8aBcgEJVicWejIHBw==
"@atlaskit/icon@^23.1.0":
version "23.1.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/icon/-/icon-23.1.0.tgz#1cc2e1345594b7c07523daa49f3261752b8d591e"
integrity sha512-E6fjtuqWvu6walwB4+glo/IafzFU4B/nUWDhWjYgshPUWvEMuDzplf0uB3ky8gL2yBIlpjtWTrB6zLQ5y60X0w==
dependencies:
"@atlaskit/platform-feature-flags" "^0.3.0"
"@atlaskit/tokens" "^2.4.0"
Expand Down

0 comments on commit 515cc07

Please sign in to comment.