@atlaskit/task-decision 19.2.20 → 19.2.21

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/CHANGELOG.md +8 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/task-decision
2
2
 
3
+ ## 19.2.21
4
+
5
+ ### Patch Changes
6
+
7
+ - [`64f80db3e663a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64f80db3e663a) -
8
+ Add @atlassian/a11y-jest-testing to devDependencies.
9
+ - Updated dependencies
10
+
3
11
  ## 19.2.20
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "19.2.20",
3
+ "version": "19.2.21",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -58,6 +58,7 @@
58
58
  "@atlaskit/elements-test-helpers": "workspace:^",
59
59
  "@atlaskit/ssr": "workspace:^",
60
60
  "@atlaskit/util-data-test": "^18.4.0",
61
+ "@atlassian/a11y-jest-testing": "^0.8.0",
61
62
  "@testing-library/react": "^16.3.0",
62
63
  "@testing-library/user-event": "^14.4.3",
63
64
  "@types/url-search-params": "^0.10.0",