Skip to content

Commit

Permalink
upgrade(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Apr 14, 2020
1 parent 29eed45 commit 0b4a27c
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 10 deletions.
54 changes: 51 additions & 3 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,57 @@ licenses; we recommend you read them, as their terms may differ from the
terms above.


ngx-bootstrap/buttons
ngx-bootstrap
MIT
The MIT License (MIT)

Copyright (c) 2015-2017 Valor Software
Copyright (c) 2015-2017 Dmitriy Shekhovtsov<[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



regenerator-runtime
MIT
MIT License

Copyright (c) 2014-present, Facebook, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

ngx-bootstrap/tabs

rxjs
Apache-2.0
Expand Down Expand Up @@ -431,7 +479,7 @@ zone.js
MIT
The MIT License

Copyright (c) 2016-2018 Google, Inc.
Copyright (c) 2010-2020 Google LLC. http://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
<app-demo>Loading...</app-demo>
<script src="assets/js/prettify.min.js"></script>
<!-- script files will be inserted by html-webpack-plugin -->
<script src="runtime.741402d1d47331ce975c.js"></script><script src="polyfills-es5.7adef1c747f5acee0d46.js" nomodule></script><script src="polyfills.ea583c83e68d92d08efb.js"></script><script src="main.9329f5f6095bdf3aaaa4.js"></script></body>
<script src="runtime.7d7e9038a1cdbceb3d53.js" defer></script><script src="polyfills-es5.3e9f876b9b01ff14fdb6.js" nomodule defer></script><script src="polyfills.774d71aee3176a247aa1.js" defer></script><script src="main.5ed7c5b3ed8867fa1df4.js" defer></script></body>
</html>
1 change: 1 addition & 0 deletions docs/main.5ed7c5b3ed8867fa1df4.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.9329f5f6095bdf3aaaa4.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills-es5.3e9f876b9b01ff14fdb6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills-es5.7adef1c747f5acee0d46.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.774d71aee3176a247aa1.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.ea583c83e68d92d08efb.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/runtime.741402d1d47331ce975c.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/runtime.7d7e9038a1cdbceb3d53.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"precommit": "npm run test",
"release": "standard-version --commit-all",
"publish.ng4": "npm publish dist --tag ng4",
"publish.ng8": "npm publish dist",
"publish.ng8-dev": "npm publish dist --tag dev",
"publish.ng9": "npm publish dist",
"publish.ng9-dev": "npm publish dist --tag dev",
"start": "ng serve",
"test": "ng test --watch false",
"test-coverage": "ng test --watch false --code-coverage"
Expand Down

0 comments on commit 0b4a27c

Please sign in to comment.