Skip to content

Commit 261012b

Browse files
chore: Release v4.12.1
1 parent b215403 commit 261012b

14 files changed

+54
-13
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** ensure ui-grid loads on site ([b215403](https://github.com/angular-ui/ui-grid/commit/b2154039f6fe8b027bc9a8a4a7e5fd5a16904188)), closes [#7277](https://github.com/angular-ui/ui-grid/issues/7277)
12+
13+
14+
15+
16+
617
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
718

819

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-grid",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"homepage": "http://ui-grid.info",
55
"repository": {
66
"type": "git",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.12.0"
5+
"version": "4.12.1"
66
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-grid",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "A data grid for Angular",
55
"directories": {
66
"test": "test"

packages/cellnav/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **cellnav:** renamed css file to cellnav.less ([b215403](https://github.com/angular-ui/ui-grid/commit/b2154039f6fe8b027bc9a8a4a7e5fd5a16904188)), closes [#7277](https://github.com/angular-ui/ui-grid/issues/7277)
12+
13+
14+
15+
16+
617
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
718

819
**Note:** Version bump only for package @ui-grid/cell-nav

packages/cellnav/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cellnav/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui-grid/cell-nav",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "This module provides cell navigation functionality to UI-Grid",
55
"main": "index.js",
66
"scripts": {

packages/row-edit/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)
7+
8+
**Note:** Version bump only for package @ui-grid/row-edit
9+
10+
11+
12+
13+
614
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
715

816
**Note:** Version bump only for package @ui-grid/row-edit

packages/row-edit/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/row-edit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/row-edit",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "This ui-grid module extends the edit feature to provide tracking and saving of rows of data",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/cell-nav": "^4.12.0",
10+
"@ui-grid/cell-nav": "^4.12.1",
1111
"@ui-grid/core": "^4.12.0",
1212
"@ui-grid/edit": "^4.12.0",
1313
"angular": ">=1.4.0 1.8.x"

packages/saveState/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** ensure ui-grid loads on site ([b215403](https://github.com/angular-ui/ui-grid/commit/b2154039f6fe8b027bc9a8a4a7e5fd5a16904188)), closes [#7277](https://github.com/angular-ui/ui-grid/issues/7277)
12+
13+
14+
15+
16+
617
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
718

819
**Note:** Version bump only for package @ui-grid/save-state

packages/saveState/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/saveState/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@ui-grid/save-state",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "This ui-grid module provides the ability to save and restore the grid state",
55
"main": "index.js",
66
"scripts": {
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@ui-grid/cell-nav": "^4.12.0",
10+
"@ui-grid/cell-nav": "^4.12.1",
1111
"@ui-grid/core": "^4.12.0",
1212
"@ui-grid/grouping": "^4.12.0",
1313
"@ui-grid/selection": "^4.12.0",

0 commit comments

Comments
 (0)