Skip to content

Commit

Permalink
prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoxg committed Jan 5, 2024
1 parent c64e86f commit 8e9f018
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
networks:
- intranet
admin_ui:
image: ghcr.io/dfoxg/kratos-admin-ui:2.0.1
image: ghcr.io/dfoxg/kratos-admin-ui:2.1.0
ports:
- '80:80'
restart: unless-stopped
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- set version in package.json
- set version in README.md
- push to master
- git tag `git tag -a v1.4 -m "1.4"`
- git tag `git tag -a v1.4 -m "1.4"`
- push tag `git push origin v1.4`
4 changes: 2 additions & 2 deletions kratos-admin-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion kratos-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kratos-admin-ui",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
2 changes: 1 addition & 1 deletion kratos-admin-ui/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getKratosConfig() {
export async function getKratosAdminConfig() {
const configJSON = await loadConfig()
return {
version: "2.0.1",
version: "2.1.0",
supportedVersion: "v1.0.0",
kratosAdminURL: configJSON.kratosAdminURL,
kratosPublicURL: configJSON.kratosPublicURL,
Expand Down

0 comments on commit 8e9f018

Please sign in to comment.