apostrophe 3.22.0 → 3.22.1
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 +4 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.22.1 (2022-06-17)
|
|
4
|
+
|
|
5
|
+
* Hotfix: temporarily pin versions of tiptap modules to work around packaging error that breaks import of the most recent releases. We will unpin as soon as this is fixed upstream. Fixes a bug where `npm update` would fail for A3 projects.
|
|
6
|
+
|
|
3
7
|
## 3.22.0 (2022-06-08)
|
|
4
8
|
|
|
5
9
|
### Adds
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apostrophe",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"description": "The Apostrophe Content Management System.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@babel/preset-env": "^7.16.7",
|
|
36
36
|
"@opentelemetry/api": "^1.0.4",
|
|
37
37
|
"@opentelemetry/semantic-conventions": "^1.0.1",
|
|
38
|
-
"@tiptap/extension-highlight": "
|
|
39
|
-
"@tiptap/extension-link": "
|
|
40
|
-
"@tiptap/extension-text-align": "
|
|
41
|
-
"@tiptap/extension-text-style": "
|
|
42
|
-
"@tiptap/extension-underline": "
|
|
43
|
-
"@tiptap/starter-kit": "
|
|
44
|
-
"@tiptap/vue-2": "
|
|
38
|
+
"@tiptap/extension-highlight": "2.0.0-beta.33",
|
|
39
|
+
"@tiptap/extension-link": "2.0.0-beta.38",
|
|
40
|
+
"@tiptap/extension-text-align": "2.0.0-beta.29",
|
|
41
|
+
"@tiptap/extension-text-style": "2.0.0-beta.23",
|
|
42
|
+
"@tiptap/extension-underline": "2.0.0-beta.23",
|
|
43
|
+
"@tiptap/starter-kit": "2.0.0-beta.185",
|
|
44
|
+
"@tiptap/vue-2": "2.0.0-beta.79",
|
|
45
45
|
"autoprefixer": "^10.4.1",
|
|
46
46
|
"babel-loader": "^8.2.5",
|
|
47
47
|
"bluebird": "^3.7.2",
|