@atlaskit/adf-schema 56.2.0 → 56.4.0
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/adf-schema
|
|
2
2
|
|
|
3
|
+
## 56.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7cecf41634d18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7cecf41634d18) -
|
|
8
|
+
Revert the lime, orange, and magenta table cell background color options.
|
|
9
|
+
|
|
10
|
+
## 56.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`3b0816741523c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b0816741523c) -
|
|
15
|
+
Add lime, orange, and magenta colors to table cell background color palette
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 56.2.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/adf-schema",
|
|
3
|
-
"version": "56.
|
|
3
|
+
"version": "56.4.0",
|
|
4
4
|
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@atlaskit/adf-schema-generator": "^3.1.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
42
42
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
43
|
-
"@atlaskit/tmp-editor-statsig": "^135.
|
|
43
|
+
"@atlaskit/tmp-editor-statsig": "^135.10.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"css-color-names": "0.0.4",
|
|
46
46
|
"linkify-it": "^3.0.3",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@babel/preset-env": "^7.20.0",
|
|
67
67
|
"@babel/preset-react": "^7.18.6",
|
|
68
68
|
"@babel/preset-typescript": "^7.20.0",
|
|
69
|
-
"@compiled/babel-plugin": "^0.
|
|
69
|
+
"@compiled/babel-plugin": "^2.0.0",
|
|
70
70
|
"@manypkg/find-root": "^1.1.0",
|
|
71
71
|
"@types/jest": "^29.5.12",
|
|
72
72
|
"@types/json-schema": "^7.0.15",
|