Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 4ea6714

Browse files
authored
chore: update to 13.0.0-beta.36 with changelog (#1373)
1 parent 1be539b commit 4ea6714

File tree

3 files changed

+467
-22
lines changed

3 files changed

+467
-22
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [13.0.0-beta.36](https://github.com/angular/flex-layout/compare/12.0.0-beta.35...13.0.0-beta.36) (2021-11-24)
2+
3+
This version adds compatibility with Angular v13, in addition to shifting our publishing practices.
4+
In line with the framework and other Angular libraries, Angular Layout will now publish artifacts in
5+
accordance with Angular Package Format (APF) v13, meaning that we no longer distribute UMD bundles, in
6+
favor of ESM. We also now publish our artifacts using Ivy partial compilation, in an effort to improve
7+
the build experience of our users.
8+
9+
You can read more about this new format on the [Angular docs page](https://angular.io/guide/angular-package-format)
10+
about it.
11+
12+
Many thanks to the contributors of this release, Paul Gschwendtner (@DevVersion), Alan Agius (@alan-agius4),
13+
and Andrew Kushnir (@AndrewKushnir).
14+
115
<a name="12.0.0-beta.35"></a>
216
# [12.0.0-beta.35](https://github.com/angular/flex-layout/compare/12.0.0-beta.34...12.0.0-beta.35) (2021-09-15)
317

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flex-layout-srcs",
33
"description": "Angular Flex Layout",
4-
"version": "12.0.0-beta.35",
4+
"version": "13.0.0-beta.36",
55
"homepage": "https://github.com/angular/flex-layout",
66
"bugs": "https://github.com/angular/flex-layout/issues",
77
"repository": {
@@ -24,7 +24,8 @@
2424
"test": "ng test @angular/flex-layout",
2525
"test:ssr": "webpack --config test/webpack-spec-ssr-bundle.js && jasmine --config=test/jasmine-ssr.json",
2626
"lint": "stylelint projects/libs/**/*.scss --config=stylelint-config.json && tslint --project ./tsconfig.json --config tslint.json",
27-
"release": "yarn build && yarn stamp"
27+
"release": "yarn build && yarn stamp",
28+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2829
},
2930
"private": true,
3031
"requiredAngularVersion": "^13.0.0",
@@ -55,6 +56,7 @@
5556
"@types/jasmine": "~3.10.0",
5657
"@types/minimatch": "^3.0.5",
5758
"@types/node": "^12.11.1",
59+
"conventional-changelog-cli": "^2.1.1",
5860
"jasmine-core": "~3.10.0",
5961
"karma": "~6.3.0",
6062
"karma-browserstack-launcher": "^1.6.0",

0 commit comments

Comments
 (0)