Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Prepare for 1.1.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie committed Aug 7, 2021
1 parent c29ed16 commit 4d07e56
Show file tree
Hide file tree
Showing 6 changed files with 1,186 additions and 1,050 deletions.
2,220 changes: 1,178 additions & 1,042 deletions browser/flagr-ui/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions browser/flagr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flagr-ui",
"version": "1.1.12",
"version": "1.1.13",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -24,8 +24,8 @@
"xss": "^1.0.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "~4.5.11",
"babel-eslint": "^10.0.3",
"eslint": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/api_docs/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
Flagr is a feature flagging, A/B testing and dynamic configuration
microservice. The base path for all the APIs is "/api/v1".
title: Flagr
version: 1.1.12
version: 1.1.13
tags:
- name: flag
description: Everything about the flag
Expand Down
2 changes: 1 addition & 1 deletion swagger/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
Flagr is a feature flagging, A/B testing and dynamic configuration microservice.
The base path for all the APIs is "/api/v1".
title: Flagr
version: 1.1.12
version: 1.1.13
tags:
- name: flag
description: Everything about the flag
Expand Down
2 changes: 1 addition & 1 deletion swagger_gen/restapi/doc.go

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

4 changes: 2 additions & 2 deletions swagger_gen/restapi/embedded_spec.go

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

0 comments on commit 4d07e56

Please sign in to comment.