Skip to content

Commit

Permalink
Updated version.ts and demo-app, removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiobianchini committed Jul 26, 2024
1 parent a8b404d commit 1d96b8f
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 710 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [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
* Updated demo-app for latest hight resolution screen
* Removed unused files

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

* Updated to Angular 18.1.1
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.1&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.1.1-beta.2&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
2 changes: 1 addition & 1 deletion 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.1",
"version": "18.1.1-beta.2",
"homepage": "https://github.com/alessiobianchini/flex-layout",
"bugs": "https://github.com/alessiobianchini/flex-layout/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion projects/libs/flex-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-flex-layout",
"version": "18.1.1-beta.1",
"version": "18.1.1-beta.2",
"exports": {
"./mq": {
"sass": "./core/sass/_layout-bp.scss"
Expand Down
8 changes: 6 additions & 2 deletions projects/libs/flex-layout/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"declaration": true,
"declarationMap": false,
"inlineSources": true,
"types": ["jasmine"]
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"types": [
"jasmine"
]
},
"angularCompilerOptions": {
"compilationMode": "partial"
Expand All @@ -15,4 +19,4 @@
"test.ts",
"**/*.spec.ts"
]
}
}
5 changes: 3 additions & 2 deletions projects/libs/flex-layout/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* found in the LICENSE file at https://angular.io/license
*/

import {Version} from '@angular/core';
import { Version } from '@angular/core';
import packageJson from './package.json';

/** Current version of Angular Flex-Layout. */
export const VERSION = new Version('0.0.0-PLACEHOLDER');
export const VERSION = new Version(packageJson.version);
156 changes: 0 additions & 156 deletions tools/package-tools/build-bundles.ts

This file was deleted.

27 changes: 0 additions & 27 deletions tools/package-tools/build-config.ts

This file was deleted.

20 changes: 0 additions & 20 deletions tools/package-tools/build-notes.md

This file was deleted.

22 changes: 0 additions & 22 deletions tools/package-tools/find-build-config.ts

This file was deleted.

24 changes: 0 additions & 24 deletions tools/package-tools/tsconfig.json

This file was deleted.

62 changes: 0 additions & 62 deletions tools/package-tools/version-placeholders.ts

This file was deleted.

Loading

0 comments on commit 1d96b8f

Please sign in to comment.