Skip to content

Commit

Permalink
Update to ng 18.2.1 and removed beta tag (#9)
Browse files Browse the repository at this point in the history
* update ng to 18.2.1

* Updated ng material to 18.2.1

* Minor packages update

* Removed beta version
  • Loading branch information
alessiobianchini authored Aug 27, 2024
1 parent 5b219b5 commit 1bfed5b
Show file tree
Hide file tree
Showing 5 changed files with 1,862 additions and 2,272 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [18.2.1](https://github.com/alessiobianchini/ng-flex-layout/compare/18.1.1-beta.2...18.2.1) (2024-08-27)

* Updated ng and ng material to 18.2.1
* Updated common packages
* Removed beta tag

# [18.1.1-beta.2](https://github.com/alessiobianchini/ng-flex-layout/compare/18.1.1-beta.1...18.1.1-beta.2) (2024-07-26)

* Updated version.ts to expose correct version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ng-flex-layout
***


[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&r=r&ts=1683906897&type=6e&v=18.1.1-beta.2&x2=0)](https://www.npmjs.com/package/ng-flex-layout)
[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&r=r&ts=1683906897&type=6e&v=18.2.1&x2=0)](https://www.npmjs.com/package/ng-flex-layout)
[![Test lib CI](https://github.com/alessiobianchini/ng-flex-layout/actions/workflows/test-lib.yml/badge.svg)](https://github.com/alessiobianchini/ng-flex-layout/actions/workflows/test-lib.yml)
[![CodeQL](https://github.com/alessiobianchini/ng-flex-layout/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/alessiobianchini/ng-flex-layout/actions/workflows/github-code-scanning/codeql)

Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-flex-layout",
"description": "Angular Flex Layout (DOIT fork)",
"version": "18.1.1-beta.2",
"version": "18.2.1",
"homepage": "https://github.com/alessiobianchini/flex-layout",
"bugs": "https://github.com/alessiobianchini/flex-layout/issues",
"repository": {
Expand Down Expand Up @@ -31,45 +31,45 @@
"private": true,
"requiredAngularVersion": ">=18.0.0",
"dependencies": {
"@angular/animations": "~18.1.1",
"@angular/common": "~18.1.1",
"@angular/compiler": "~18.1.1",
"@angular/core": "~18.1.1",
"@angular/forms": "~18.1.1",
"@angular/material": "~18.1.1",
"@angular/platform-browser": "~18.1.1",
"@angular/platform-browser-dynamic": "~18.1.1",
"@angular/platform-server": "~18.1.1",
"@angular/router": "~18.1.1",
"@angular/ssr": "^18.1.1",
"@angular/animations": "~18.2.1",
"@angular/common": "~18.2.1",
"@angular/compiler": "~18.2.1",
"@angular/core": "~18.2.1",
"@angular/forms": "~18.2.1",
"@angular/material": "~18.2.1",
"@angular/platform-browser": "~18.2.1",
"@angular/platform-browser-dynamic": "~18.2.1",
"@angular/platform-server": "~18.2.1",
"@angular/router": "~18.2.1",
"@angular/ssr": "^18.2.1",
"express": "^4.19.2",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
"tslib": "^2.7.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.1.1",
"@angular-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cdk": "~18.1.1",
"@angular/cli": "~18.1.1",
"@angular/compiler-cli": "~18.1.1",
"@ngtools/webpack": "~18.1.1",
"@angular-devkit/build-angular": "~18.2.1",
"@angular-eslint/builder": "~18.1.0",
"@angular-eslint/eslint-plugin": "~18.1.0",
"@angular-eslint/eslint-plugin-template": "~18.1.0",
"@angular-eslint/schematics": "~18.1.0",
"@angular-eslint/template-parser": "~18.1.0",
"@angular/cdk": "~18.2.1",
"@angular/cli": "~18.2.1",
"@angular/compiler-cli": "~18.2.1",
"@ngtools/webpack": "~18.1.4",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@types/node": "^20.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"browser-sync": "^3.0.2",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma": "~6.4.4",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand All @@ -80,12 +80,12 @@
"karma-sauce-launcher": "^4.3.6",
"minimatch": "^9.0.5",
"ng-packagr": "~18.1.0",
"postcss": "^8.4.39",
"postcss": "^8.4.41",
"postcss-scss": "^4.0.9",
"stylelint": "^15.11.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 1bfed5b

Please sign in to comment.