Skip to content

Commit

Permalink
chore: Release v4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Jan 19, 2023
1 parent b215403 commit 261012b
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)


### Bug Fixes

* **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)





# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-grid",
"version": "4.12.0",
"version": "4.12.1",
"homepage": "http://ui-grid.info",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "4.12.0"
"version": "4.12.1"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-grid",
"version": "4.12.0",
"version": "4.12.1",
"description": "A data grid for Angular",
"directories": {
"test": "test"
Expand Down
11 changes: 11 additions & 0 deletions packages/cellnav/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)


### Bug Fixes

* **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)





# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)

**Note:** Version bump only for package @ui-grid/cell-nav
Expand Down
2 changes: 1 addition & 1 deletion packages/cellnav/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cellnav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui-grid/cell-nav",
"version": "4.12.0",
"version": "4.12.1",
"description": "This module provides cell navigation functionality to UI-Grid",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/row-edit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)

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





# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)

**Note:** Version bump only for package @ui-grid/row-edit
Expand Down
2 changes: 1 addition & 1 deletion packages/row-edit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/row-edit/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ui-grid/row-edit",
"version": "4.12.0",
"version": "4.12.1",
"description": "This ui-grid module extends the edit feature to provide tracking and saving of rows of data",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@ui-grid/cell-nav": "^4.12.0",
"@ui-grid/cell-nav": "^4.12.1",
"@ui-grid/core": "^4.12.0",
"@ui-grid/edit": "^4.12.0",
"angular": ">=1.4.0 1.8.x"
Expand Down
11 changes: 11 additions & 0 deletions packages/saveState/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)


### Bug Fixes

* **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)





# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)

**Note:** Version bump only for package @ui-grid/save-state
Expand Down
2 changes: 1 addition & 1 deletion packages/saveState/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/saveState/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ui-grid/save-state",
"version": "4.12.0",
"version": "4.12.1",
"description": "This ui-grid module provides the ability to save and restore the grid state",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@ui-grid/cell-nav": "^4.12.0",
"@ui-grid/cell-nav": "^4.12.1",
"@ui-grid/core": "^4.12.0",
"@ui-grid/grouping": "^4.12.0",
"@ui-grid/selection": "^4.12.0",
Expand Down

0 comments on commit 261012b

Please sign in to comment.