@genesislcap/blank-app-seed 3.10.6-prerelease.1 → 3.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "3.10.6-prerelease.1",
4
+ "version": "3.10.6",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.180.6",
3
- "GSF": "7.2.5",
2
+ "UI": "14.180.8",
3
+ "GSF": "7.2.6",
4
4
  "Auth": "7.2.1"
5
5
  }
@@ -2,7 +2,7 @@ name: Build
2
2
 
3
3
  on:
4
4
  pull_request:
5
- branches: [main, master, develop, alpha, prerelease]
5
+ branches: [main, master, develop, alpha]
6
6
  workflow_dispatch:
7
7
 
8
8
  jobs:
@@ -2,7 +2,7 @@ name: Release
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [main, prerelease]
5
+ branches: [main,prerelease]
6
6
 
7
7
  jobs:
8
8
  release:
package/CHANGELOG.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## [3.10.6-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.10.5...v3.10.6-prerelease.1) (2024-05-23)
3
+ ## [3.10.6](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.10.5...v3.10.6) (2024-05-23)
4
4
 
5
5
 
6
6
  ### Bug Fixes
7
7
 
8
- * build config update GENC-511 (#223) 3b55d54
9
- * remove reference to FAST GENC-511 (#222) f5adba4
8
+ * ability to set position in search-bar GENC-498 (#227) 279093b, closes PSD-9
10
9
 
11
10
  ## [3.10.5](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.10.4...v3.10.5) (2024-05-22)
12
11
 
package/client/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  ## Frontend stack
4
4
 
5
5
  Genesis components are standards-based Web Components, making them compatible with almost any modern web framework.
6
+ Our state-of-the-art design system and component set is built on top of
7
+ [Microsoft FAST](https://www.fast.design/docs/introduction/).
6
8
 
7
9
  # Development
8
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "3.10.6-prerelease.1",
4
+ "version": "3.10.6",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"