8
0
فهرست منبع

Merge branch 'master' into t/196

Kamil Piechaczek 8 سال پیش
والد
کامیت
3297e290e7
2فایلهای تغییر یافته به همراه10 افزوده شده و 3 حذف شده
  1. 7 0
      packages/ckeditor5-utils/CHANGELOG.md
  2. 3 3
      packages/ckeditor5-utils/package.json

+ 7 - 0
packages/ckeditor5-utils/CHANGELOG.md

@@ -1,6 +1,13 @@
 Changelog
 =========
 
+## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-utils/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
+
+### Bug fixes
+
+* Removed a period at the end of an error message because some browsers included the period in links to errors. Closes [#193](https://github.com/ckeditor/ckeditor5-utils/issues/193). ([fdebc2f](https://github.com/ckeditor/ckeditor5-utils/commit/fdebc2f))
+
+
 ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-utils/compare/v0.10.0...v1.0.0-alpha.1) (2017-10-03)
 
 ### Features

+ 3 - 3
packages/ckeditor5-utils/package.json

@@ -1,14 +1,14 @@
 {
   "name": "@ckeditor/ckeditor5-utils",
-  "version": "1.0.0-alpha.1",
+  "version": "1.0.0-alpha.2",
   "description": "Miscellaneous utils used by CKEditor 5.",
   "keywords": [
     "ckeditor5",
     "ckeditor5-lib"
   ],
   "devDependencies": {
-    "@ckeditor/ckeditor5-core": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.1",
+    "@ckeditor/ckeditor5-core": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2",
     "del": "^2.2.0",
     "eslint": "^4.8.0",
     "eslint-config-ckeditor5": "^1.0.6",