Skip to content

Commit 70106b3

Browse files
authored
release 1.9.1 (#1222)
* release 1.9.1 * updated published apis * updates for build process to stop squashing icons
1 parent 63c8313 commit 70106b3

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

admin-frontend/build/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ echo FLUTTER: building deploy_main
3838
# exit 1
3939
#fi
4040
echo "building normal version"
41-
flutter build web --target=lib/deploy_main.dart --release
41+
flutter build web --target=lib/deploy_main.dart --release --no-tree-shake-icons
4242

4343
rename_main_dart
4444
mv build build_original
4545
mkdir -p build/web/assets
4646

4747
echo "building canvaskit embedded version"
4848
# Flutter already downloads Canvaskit, this just lets us use what it has already downloaded
49-
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --target=lib/deploy_main.dart --release
49+
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --target=lib/deploy_main.dart --release --no-tree-shake-icons
5050

5151
rename_main_dart
5252

5353
mv build/web build_original/web/intranet
5454
rm -rf build
5555

5656
echo "building html renderer version"
57-
flutter build web --target=lib/deploy_main.dart --web-renderer html --release
57+
flutter build web --target=lib/deploy_main.dart --web-renderer html --release --no-tree-shake-icons
5858

5959
mv build/web build_original/web/html
6060
rm -rf build

backend/publish-apis.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2-
cd ..
32
set -euxo pipefail
4-
find . -name 'pom.xml' | xargs grep -l maven-openapi-publisher | xargs -L 1 -I % sh -c "mvn -Dapp-release=true -f % initialize || exit 255"
3+
mvn -Dapp-release=true -f backend/messaging-api/pom.xml initialize
4+
mvn -Dapp-release=true -f backend/edge-api/pom.xml initialize
5+
mvn -Dapp-release=true -f backend/mr-api/pom.xml initialize
6+
mvn -Dapp-release=true -f backend/enricher-api/pom.xml initialize
7+
#find . -name 'pom.xml' | xargs grep -l maven-openapi-publisher | xargs -L 1 -I % sh -c "mvn -Dapp-release=true -f % initialize || exit 255"

backend/tile-app-with-ui/tile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>com.google.cloud.tools</groupId>
9191
<artifactId>jib-maven-plugin</artifactId>
92-
<version>3.2.1</version>
92+
<version>3.4.6</version>
9393
<executions>
9494
<execution>
9595
<phase>package</phase>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>com.google.cloud.tools</groupId>
224224
<artifactId>jib-maven-plugin</artifactId>
225-
<version>3.2.1</version>
225+
<version>3.4.6</version>
226226
<executions>
227227
<execution>
228228
<phase>package</phase>

backend/tile-app/tile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>com.google.cloud.tools</groupId>
3737
<artifactId>jib-maven-plugin</artifactId>
38-
<version>3.2.1</version>
38+
<version>3.4.6</version>
3939
<executions>
4040
<execution>
4141
<phase>package</phase>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>com.google.cloud.tools</groupId>
109109
<artifactId>jib-maven-plugin</artifactId>
110-
<version>3.2.1</version>
110+
<version>3.4.6</version>
111111
<executions>
112112
<execution>
113113
<phase>package</phase>

current-rc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1-rc
1+
1.9.1

docs/antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ content:
3030
- v1.8.1
3131
- v1.8.2
3232
- v1.9.0
33+
- v1.9.1
3334
start_path: docs
3435
- url: https://github.com/featurehub-io/featurehub-saas-docs
3536
branches:

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: featurehub
22
version: 1.9.1
33
start_page: ROOT:index.adoc
44
title: FeatureHub
5-
prerelease: -rc
5+
#prerelease: -rc
66
# comment
77
nav:
88
- modules/ROOT/nav.adoc
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest" : "1.2.4",
2+
"latest" : "1.2.5",
33
"versions" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.1.14", "1.2.0", "1.2.1", "1.2.2", "1.2.3", "1.2.4", "1.2.5" ],
4-
"published" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.2.0", "1.2.1", "1.2.3", "1.2.4" ]
4+
"published" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.2.0", "1.2.1", "1.2.3", "1.2.4", "1.2.5" ]
55
}

0 commit comments

Comments
 (0)