Skip to content

Commit

Permalink
release @alyle/ui v13.4.0 🎉
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Enlcxx committed Dec 25, 2022
1 parent 298195a commit 6c57f06
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .package.conf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 13.3.0
lastUpdate: '2022-09-04T18:26:28.669Z'
version: 13.4.0
lastUpdate: '2022-12-25T01:28:05.840Z'
components:
'@alyle/ui': /
'@alyle/ui/color': color
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [13.4.0](https://github.com/A-l-y-l-e/Alyle-UI/compare/13.3.0...13.4.0) (2022-12-25)


### Bug Fixes

* **style-compiler:** Style Optimisation not working ([9ce6dae](https://github.com/A-l-y-l-e/Alyle-UI/commit/9ce6dae3ebef9065a32c51abcce7ae7a6efe96c8)), closes [#194](https://github.com/A-l-y-l-e/Alyle-UI/issues/194)


### Features

* support for Angular 14 as peer dependency ([e52b047](https://github.com/A-l-y-l-e/Alyle-UI/commit/e52b0474ecfb4574012b24a805131ded75403876)), closes [#207](https://github.com/A-l-y-l-e/Alyle-UI/issues/207)



# [13.3.0](https://github.com/A-l-y-l-e/Alyle-UI/compare/13.2.2...13.3.0) (2022-09-04)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alyle-ui-srcs",
"version": "13.3.0",
"version": "13.4.0",
"license": "MIT",
"engines": {
"node": ">=14.0.0 <17.0.0",
Expand Down Expand Up @@ -120,7 +120,7 @@
"extensions": [
"ts"
],
"nodeArguments": [ ],
"nodeArguments": [],
"require": [
"ts-node/register",
"tsconfig-paths/register"
Expand All @@ -134,4 +134,4 @@
"TS_NODE_COMPILER_OPTIONS": "{\"module\": \"commonjs\"}"
}
}
}
}
2 changes: 1 addition & 1 deletion src/assets/stackblitz-files.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alyle/ui",
"version": "13.3.0",
"version": "13.4.0",
"description": "Minimal Design, a set of components for Angular",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/schematics/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NodePackageInstallTask, RunSchematicTask } from '@angular-devkit/schema
import { Schema } from './schema';
import { addPackageToPackageJson, getPackageVersionFromPackageJson } from '../utils/package-config';

const AUI_VERSION = '13.3.0';
const AUI_VERSION = '13.4.0';
const HAMMERJS_VERSION = '^2.0.8';
const ANGULAR_CDK_VERSION = '^13.3.9';

Expand Down
4 changes: 2 additions & 2 deletions src/lib/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const AUI_VERSION = '13.3.0';
export const AUI_LAST_UPDATE = '2022-09-04T18:26:28.669Z';
export const AUI_VERSION = '13.4.0';
export const AUI_LAST_UPDATE = '2022-12-25T01:28:05.840Z';
2 changes: 1 addition & 1 deletion src/lib/style-compiler/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './check';
import * as yargs from 'yargs';
import * as c from 'ansi-colors';
import { styleCompiler, hasLylStyle } from './compiler';
export const AUI_VERSION = '13.3.0';
export const AUI_VERSION = '13.4.0';

const note = `Note: It is recommended to use git and have saved the changes.\n`
+ `Compile the files for production only, this will modify your\nlyl styles to another format.\n`;
Expand Down
2 changes: 1 addition & 1 deletion src/stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@alyle/ui": "13.3.0",
"@alyle/ui": "13.4.0",
"@angular/animations": "~13.2.0",
"@angular/cdk": "^13.3.9",
"@angular/common": "~13.2.0",
Expand Down

0 comments on commit 6c57f06

Please sign in to comment.