Skip to content

Commit d4385b2

Browse files
ci: updated release notes and package versions [ci skip]
1 parent 23877f5 commit d4385b2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 15.261.0 (2021-06-18)
2+
3+
##### New Features
4+
5+
- **@angular-ru/common:** support nullable values when update array
6+
([#673](https://github.com/Angular-RU/angular-ru-sdk/pull/673))
7+
([23877f50](https://github.com/Angular-RU/angular-ru-sdk/commit/23877f50436d8464863520097bf174ce817d2fa3))
8+
19
#### 15.260.0 (2021-06-18)
210

311
##### New Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"npmClient": "yarn",
88
"changelog": false,
99
"useWorkspaces": true,
10-
"version": "15.260.0",
10+
"version": "15.261.0",
1111
"command": {
1212
"version": {
1313
"allowBranch": "master",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/sdk",
3-
"version": "15.260.0",
3+
"version": "15.261.0",
44
"private": true,
55
"description": "Angular-RU SDK",
66
"homepage": "https://github.com/Angular-RU/angular-ru-sdk#readme",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/common",
3-
"version": "15.260.0",
3+
"version": "15.261.0",
44
"description": "Angular-RU package",
55
"keywords": [
66
"angular-ru",

0 commit comments

Comments
 (0)