Skip to content

Commit d153a00

Browse files
committed
Release: v10.1.0. [skip ci]
1 parent 03644c5 commit d153a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.0.0",
4+
"version": "10.1.0",
55
"private": true,
66
"description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.",
77
"scripts": {

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.0.0' /* replace-version:end */,
17+
version: /* replace-version:start */ '10.1.0' /* replace-version:end */,
1818
frameworkVersion: VERSION.full
1919
}
2020
);

0 commit comments

Comments
 (0)