@concretecms/bedrock 1.1.2 → 1.1.3

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.
@@ -201,6 +201,7 @@ div#ccm-toolbar {
201
201
  li.ccm-toolbar-page-edit-mode-active {
202
202
  > a {
203
203
  background-color: $green;
204
+ color: #fff;
204
205
 
205
206
  svg {
206
207
  fill: white;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concretecms/bedrock",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "The asset framework and dependencies for Concrete CMS.",
5
5
  "scripts": {
6
6
  "lint": "standardx \"**/*.{js,vue}\" && stylelint assets/**/*.{scss,vue}",
@@ -21,7 +21,7 @@
21
21
  "bootstrap": "^5.0.1",
22
22
  "bootstrap-select": "^1.14.0-beta2",
23
23
  "bootstrap-tourist": "git+https://git@github.com/concrete5/bootstrap-tourist.git",
24
- "ckeditor4": "^4.16.2",
24
+ "ckeditor4": "^4.17.1",
25
25
  "ckeditor4-vue": "^1.3.2",
26
26
  "dropzone": "^5.7.2",
27
27
  "fullcalendar": "^3.10.2",