Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ckeditor/ckeditor5-dev-docs@7.5.1
 - @ckeditor/ckeditor5-dev-env@6.0.0
 - @ckeditor/ckeditor5-dev-tests@8.2.5
 - @ckeditor/ckeditor5-dev-webpack-plugin@2.0.21
 - @ckeditor/jsdoc-plugins@1.8.1
 - ckeditor5-dev@0.0.36
  • Loading branch information
Reinmar committed Nov 10, 2017
1 parent 56ff5c7 commit 405b514
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ckeditor5-dev",
"private": true,
"devDependencies": {
"@ckeditor/ckeditor5-dev-env": "^5.1.13",
"@ckeditor/ckeditor5-dev-env": "^6.0.0",
"eslint": "^4.8.0",
"eslint-config-ckeditor5": "^1.0.6",
"gulp": "^3.9.1",
Expand Down Expand Up @@ -31,5 +31,5 @@
"eslint --quiet"
]
},
"version": "0.0.35"
"version": "0.0.36"
}
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ckeditor/ckeditor5-dev-docs",
"version": "7.5.0",
"version": "7.5.1",
"description": "Tasks used to build documentation for CKEditor 5.",
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^4.0.2",
"@ckeditor/jsdoc-plugins": "^1.8.0",
"@ckeditor/jsdoc-plugins": "^1.8.1",
"gulp": "^3.9.1",
"gulp-jsdoc3": "ckeditor/gulp-jsdoc3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-env",
"version": "5.1.13",
"version": "6.0.0",
"description": "Tasks used during development of CKEditor 5.",
"keywords": [],
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ckeditor/ckeditor5-dev-tests",
"version": "8.2.4",
"version": "8.2.5",
"description": "Testing environment for CKEditor 5.",
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^4.0.2",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^2.0.20",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^2.0.21",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-webpack-plugin",
"version": "2.0.20",
"version": "2.0.21",
"description": "CKEditor 5 plugin for Webpack.",
"keywords": [],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsdoc-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/jsdoc-plugins",
"version": "1.8.0",
"version": "1.8.1",
"description": "Various JSDoc plugins developed by the CKEditor 5 team.",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit 405b514

Please sign in to comment.