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 Jan 11, 2025
1 parent 3a88270 commit 74adc15
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 20 deletions.
24 changes: 24 additions & 0 deletions packages/auto-scroll/afm-post-office/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"extends": "../../../../tsconfig.entry-points.post-office.json",
"compilerOptions": {
"target": "es5",
"outDir": "../../../../../post-office/tsDist/@atlaskit__pragmatic-drag-and-drop-auto-scroll/app",
"rootDir": "../",
"composite": true
},
"include": [
"../src/**/*.ts",
"../src/**/*.tsx"
],
"exclude": [
"../src/**/__tests__/*",
"../src/**/*.test.*",
"../src/**/test.*",
"../src/**/examples.*"
],
"references": [
{
"path": "../../core/afm-post-office/tsconfig.json"
}
]
}
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@atlaskit/focus-ring": "^2.0.0",
"@atlaskit/grid": "^0.15.0",
"@atlaskit/heading": "^4.0.0",
"@atlaskit/icon": "^23.2.0",
"@atlaskit/icon": "^23.3.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",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
"@atlaskit/primitives": "^13.3.0",
"@atlaskit/theme": "^14.0.0",
"@atlaskit/tokens": "^2.5.0",
"@atlaskit/tokens": "^3.0.0",
"@emotion/react": "^11.7.1",
"bind-event-listener": "^3.0.0",
"fast-glob": "^3.2.11",
Expand Down
6 changes: 6 additions & 0 deletions packages/flourish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atlaskit/pragmatic-drag-and-drop-flourish

## 1.1.3

### Patch Changes

- Updated dependencies

## 1.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flourish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaskit/pragmatic-drag-and-drop-flourish",
"version": "1.1.2",
"version": "1.1.3",
"description": "An optional Pragmatic drag and drop package for adding visual flourish to drag and drop experiences",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@atlaskit/motion": "^1.9.0",
"@atlaskit/tokens": "^2.5.0",
"@atlaskit/tokens": "^3.0.0",
"@babel/runtime": "^7.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-accessibility/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atlaskit/pragmatic-drag-and-drop-react-accessibility

## 1.2.4

### Patch Changes

- Updated dependencies

## 1.2.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
"version": "1.2.3",
"version": "1.2.4",
"description": "An optional package for Pragmatic drag and drop containing react components to assist with setting up accessible experiences",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@atlaskit/focus-ring": "^2.0.0",
"@atlaskit/icon": "^23.2.0",
"@atlaskit/icon": "^23.3.0",
"@atlaskit/platform-feature-flags": "^0.3.0",
"@atlaskit/primitives": "^13.3.0",
"@atlaskit/tokens": "^2.5.0",
"@atlaskit/tokens": "^3.0.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-beautiful-dnd-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

## 1.3.1

### Patch Changes

- Updated dependencies

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "1.3.1",
"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 All @@ -21,7 +21,7 @@
"@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",
"@atlaskit/tokens": "^2.5.0",
"@atlaskit/tokens": "^3.0.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1",
"bind-event-listener": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-drop-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atlaskit/pragmatic-drag-and-drop-react-indicator

## 1.1.4

### Patch Changes

- Updated dependencies

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-drop-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator",
"version": "1.1.3",
"version": "1.1.4",
"description": "An optional Pragmatic drag and drop package containing react components that provide a visual indication about what the user will achieve when the drop (eg lines)",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
"@atlaskit/tokens": "^2.5.0",
"@atlaskit/tokens": "^3.0.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,13 @@
"@babel/runtime" "^7.0.0"
"@emotion/react" "^11.7.1"

"@atlaskit/icon@^23.2.0":
version "23.2.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/icon/-/icon-23.2.0.tgz#7a7ba9a1043eb772d9dfa4f54db5b317fb75c849"
integrity sha512-6rzlJWvvRRKlTGw/8Xf5yWyM47dVuVKZp5iul2GxGyeHkqjtTTWvkEFnKTWDGTroQEI/FgoUSe3ssYtH3PWwcw==
"@atlaskit/icon@^23.3.0":
version "23.3.1"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/icon/-/icon-23.3.1.tgz#db649877215387a8a4d16caf5b48c7e8f519072d"
integrity sha512-BNuZysCc1kg8cpQ4Lv5uhqo/seBbYwDzSFH5EeYaga0KC0K55DGzZ0PrirrDrwHRr2MvUicEldhu27pBcLUMjg==
dependencies:
"@atlaskit/platform-feature-flags" "^0.3.0"
"@atlaskit/tokens" "^2.5.0"
"@atlaskit/tokens" "^3.0.0"
"@babel/runtime" "^7.0.0"
"@emotion/react" "^11.7.1"

Expand Down Expand Up @@ -670,10 +670,10 @@
"@babel/types" "^7.20.0"
bind-event-listener "^3.0.0"

"@atlaskit/tokens@^2.5.0":
version "2.5.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/tokens/-/tokens-2.5.0.tgz#804f2089b6f1e2dc7398acf9ac8d4f9cfb8beb96"
integrity sha512-o7c3NRnoOC7zpjQS9dRD0sm9CJuBN20iXZSUVoY/yzDA2jPZ8Xtlt0X8WwpxjFHk+AswQFU3CZTn+5D9YFEufg==
"@atlaskit/tokens@^3.0.0":
version "3.0.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@atlaskit/tokens/-/tokens-3.0.0.tgz#d71ae1e5da6280dd6692a4c7891a180c2c8a06ba"
integrity sha512-RvZooPRoAx+4YhsKY8UCjKz94WRoOjgM3aJEKMBpYT8TVv8iF7+NPU1mkMgAswxutyhurU6f2EcXGMZUhAnfsg==
dependencies:
"@atlaskit/ds-lib" "^3.3.0"
"@atlaskit/platform-feature-flags" "^0.3.0"
Expand Down

0 comments on commit 74adc15

Please sign in to comment.