Skip to content

Commit

Permalink
docs(README): update environment dependencies and remove FOSSA badge
Browse files Browse the repository at this point in the history
- Update Spring Boot version to 3.4.0
- Update Angular version to ^19.0.0- Remove FOSSA license status badge
  • Loading branch information
vnobo committed Dec 14, 2024
1 parent 6d61b68 commit 046d6e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
echo "Tagging image $tag"
docker tag plate-platform "$tag"
done <<< "${{ steps.meta.outputs.tags }}"
- name: Push docker platform image to DockerHub
run: |
while IFS= read -r tag; do
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ basic system information such as users, roles, tenants, menus, etc., and provide

## ☀️ License

[MIT](https://github.com/vnobo/plate/blob/main/LICENSE)

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FNG-ZORRO%2Fng-zorro-antd.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FNG-ZORRO%2Fng-zorro-antd?ref=badge_shield)
[MIT](./LICENSE)

## 🖥 Environment Support

* Spring boot `3.3.2`
* Spring boot `3.4.0`
*

Angular `^17.2.1` [![npm package](https://img.shields.io/npm/v/ng-zorro-antd.svg?style=flat-square)](https://www.npmjs.org/package/ng-zorro-antd)
Angular `^19.0.0`
* ng-zorro-antd `17.2.0`
* Server-side Rendering
* Modern browsers including the following [specific versions](https://angular.io/guide/browser-support)
Expand Down

0 comments on commit 046d6e3

Please sign in to comment.