Skip to content

Commit

Permalink
docs: release 14.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Nov 29, 2022
1 parent 0e523de commit 39715ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [14.0.0-rc.1](https://github.com/ng-bootstrap/ng-bootstrap/compare/14.0.0-rc.0...14.0.0-rc.1) (2022-11-29)


### Bug Fixes

* **accordion:** add missing `forwardRef` ([9e01092](https://github.com/ng-bootstrap/ng-bootstrap/commit/9e01092f00ac02245c2d73dbd1d203f368275c8f))
* **datepicker:** add missing `forwardRef` ([1e68c9b](https://github.com/ng-bootstrap/ng-bootstrap/commit/1e68c9bdd54162d67f5895436ed2b4586af90e4c))



# [14.0.0-rc.0](https://github.com/ng-bootstrap/ng-bootstrap/compare/13.1.1...14.0.0-rc.0) (2022-11-28)

This release bumps minimum supported versions to Angular 15.0.0, Bootstrap 5.2.3 and Popper 2.11.6.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "14.0.0-rc.0",
"version": "14.0.0-rc.1",
"description": "Angular powered Bootstrap",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"ngb:tdd": "ng test ng-bootstrap --source-map false",
"ngb:e2e": "playwright test -c e2e-app",
"ngb:build": "ng build ng-bootstrap -c production && yarn schematics:build && yarn ngb:static && yarn ngb:build:lint",
"ngb:build:lint": "eslint --no-eslintrc --config misc/eslintrc-after-build.js dist/**/*.{js,mjs}",
"ngb:build:lint": "eslint --no-eslintrc --config misc/eslintrc-after-build.js dist/**/*.{js,mjs}",
"demo:serve": "ng serve demo --host 0.0.0.0",
"demo:docs": "ts-node --project misc/tsconfig.json misc/generate-docs.ts",
"demo:stackblitzes": "ts-node --project misc/tsconfig.json misc/generate-stackblitzes.ts",
Expand Down

0 comments on commit 39715ee

Please sign in to comment.