Skip to content

Commit 6c57f06

Browse files
committed
release @alyle/ui v13.4.0 🎉
[ci skip]
1 parent 298195a commit 6c57f06

File tree

9 files changed

+26
-12
lines changed

9 files changed

+26
-12
lines changed

.package.conf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: 13.3.0
2-
lastUpdate: '2022-09-04T18:26:28.669Z'
1+
version: 13.4.0
2+
lastUpdate: '2022-12-25T01:28:05.840Z'
33
components:
44
'@alyle/ui': /
55
'@alyle/ui/color': color

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [13.4.0](https://github.com/A-l-y-l-e/Alyle-UI/compare/13.3.0...13.4.0) (2022-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
### Features
10+
11+
* 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)
12+
13+
14+
115
# [13.3.0](https://github.com/A-l-y-l-e/Alyle-UI/compare/13.2.2...13.3.0) (2022-09-04)
216

317

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alyle-ui-srcs",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.0.0 <17.0.0",
@@ -120,7 +120,7 @@
120120
"extensions": [
121121
"ts"
122122
],
123-
"nodeArguments": [ ],
123+
"nodeArguments": [],
124124
"require": [
125125
"ts-node/register",
126126
"tsconfig-paths/register"
@@ -134,4 +134,4 @@
134134
"TS_NODE_COMPILER_OPTIONS": "{\"module\": \"commonjs\"}"
135135
}
136136
}
137-
}
137+
}

src/assets/stackblitz-files.json

+1-1
Large diffs are not rendered by default.

src/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alyle/ui",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Minimal Design, a set of components for Angular",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

src/lib/schematics/ng-add/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NodePackageInstallTask, RunSchematicTask } from '@angular-devkit/schema
33
import { Schema } from './schema';
44
import { addPackageToPackageJson, getPackageVersionFromPackageJson } from '../utils/package-config';
55

6-
const AUI_VERSION = '13.3.0';
6+
const AUI_VERSION = '13.4.0';
77
const HAMMERJS_VERSION = '^2.0.8';
88
const ANGULAR_CDK_VERSION = '^13.3.9';
99

src/lib/src/version.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const AUI_VERSION = '13.3.0';
2-
export const AUI_LAST_UPDATE = '2022-09-04T18:26:28.669Z';
1+
export const AUI_VERSION = '13.4.0';
2+
export const AUI_LAST_UPDATE = '2022-12-25T01:28:05.840Z';

src/lib/style-compiler/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import './check';
55
import * as yargs from 'yargs';
66
import * as c from 'ansi-colors';
77
import { styleCompiler, hasLylStyle } from './compiler';
8-
export const AUI_VERSION = '13.3.0';
8+
export const AUI_VERSION = '13.4.0';
99

1010
const note = `Note: It is recommended to use git and have saved the changes.\n`
1111
+ `Compile the files for production only, this will modify your\nlyl styles to another format.\n`;

src/stackblitz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@alyle/ui": "13.3.0",
13+
"@alyle/ui": "13.4.0",
1414
"@angular/animations": "~13.2.0",
1515
"@angular/cdk": "^13.3.9",
1616
"@angular/common": "~13.2.0",

0 commit comments

Comments
 (0)