Skip to content

Commit c8c37a5

Browse files
committed
Release: v11.0.0. [skip ci]
1 parent d59f2b6 commit c8c37a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__IMPORTANT__": "This file won't be published. See `src/ckeditor/package.json`, which will be published on NPM.",
33
"name": "@ckeditor/ckeditor5-angular",
4-
"version": "10.1.0",
4+
"version": "11.0.0",
55
"private": true,
66
"description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.",
77
"scripts": {
@@ -98,4 +98,4 @@
9898
"eslint --quiet"
9999
]
100100
}
101-
}
101+
}

src/ckeditor/plugins/angular-integration-usage-data.plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { createIntegrationUsageDataPlugin } from '@ckeditor/ckeditor5-integratio
1414
export const AngularIntegrationUsageDataPlugin = createIntegrationUsageDataPlugin(
1515
'angular',
1616
{
17-
version: /* replace-version:start */ '10.1.0' /* replace-version:end */,
17+
version: /* replace-version:start */ '11.0.0' /* replace-version:end */,
1818
frameworkVersion: VERSION.full
1919
}
2020
);

0 commit comments

Comments
 (0)