Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 37bfdb3

Browse files
committed
chore(release): perform release 1.0.0
1 parent 8467f05 commit 37bfdb3

File tree

2 files changed

+128
-1
lines changed

2 files changed

+128
-1
lines changed

CHANGELOG.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
# ØKP4 Portal-Web changelog
2+
3+
# 1.0.0 (2023-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* adapt dataspace options width & its overflow ([0b68d47](https://github.com/okp4/portal-web/commit/0b68d472b1b45de0641da464f7e9f9bc4d9f2db2))
9+
* add dataspaces fallback at first mount ([be9db10](https://github.com/okp4/portal-web/commit/be9db10f254a1382f5a92e85e21fefb9982e9647))
10+
* add overflow to parent element for safari ([2fec0c0](https://github.com/okp4/portal-web/commit/2fec0c0c6ae162521c86f3f3df9803209b917628))
11+
* add the right name for the knowledge ([89a0d44](https://github.com/okp4/portal-web/commit/89a0d446ec535c2504cda5e6ec3607b7630a7506))
12+
* **api:** handle route erros for size paramter ([8fee486](https://github.com/okp4/portal-web/commit/8fee48682bf5824d9048155127f815ea1756fa59))
13+
* **api:** handle size default value ([cd346b4](https://github.com/okp4/portal-web/commit/cd346b4ded52db77b77ae993805e62c8d34df55f))
14+
* change footer text color to a remaining white color ([f31532b](https://github.com/okp4/portal-web/commit/f31532b5840df895c5b93e7d08c6c8e138719029))
15+
* change incorrect description of the Sirene knowledge dataset ([f2df867](https://github.com/okp4/portal-web/commit/f2df867e946273d0f4e28eaaeae0ad1b1ab5fb9b))
16+
* **data:** modify wrong service's dataspaceId ([47c85f5](https://github.com/okp4/portal-web/commit/47c85f58aa5c0a9995fd6eb7bdedc10ff38ba06f))
17+
* declare properties as string (and not date) ([6715ffc](https://github.com/okp4/portal-web/commit/6715ffc7451ddf8b8b013a964a1513207390144f))
18+
* detect current category based on routing url ([5932be9](https://github.com/okp4/portal-web/commit/5932be90f5014943cc83607e3bc96d0e0e429c0f))
19+
* fetch config through relative path ([d69acb1](https://github.com/okp4/portal-web/commit/d69acb19709604956e671dac879b78e637bfc198))
20+
* fix formatByte to comply with SI ([538f1c5](https://github.com/okp4/portal-web/commit/538f1c51d48dffbc6e0dd21fa1fe78223ae4a7be))
21+
* fix incorrect response implementation ([810cbec](https://github.com/okp4/portal-web/commit/810cbec9229f3b76e8bcce805eb0800791d3a158))
22+
* fix typo in folder ([5066709](https://github.com/okp4/portal-web/commit/50667094028a7305cd82f02a73f956e714b31249))
23+
* go to canonical config fetching for dataspaces ([e3b6724](https://github.com/okp4/portal-web/commit/e3b67247991ae41d0b2258114fb340d9ed777a16))
24+
* hack header component to correlate page with menu item ([2e0bf56](https://github.com/okp4/portal-web/commit/2e0bf56e18cebd978ffce757f9ce8a4bdd3034ce))
25+
* **i18n:** split by property ([14bb6f6](https://github.com/okp4/portal-web/commit/14bb6f6ff095f352b4e61cda913fe498dbf4861f))
26+
* improve resource descriptions ([66c7741](https://github.com/okp4/portal-web/commit/66c77413718a9d59a550796baae25ccef331bf1d))
27+
* some corrections ([af1be46](https://github.com/okp4/portal-web/commit/af1be461588e68b470f81296c74e16539e1ed801))
28+
* **style:** change color from hexadecimal to w3 color keyword ([557b046](https://github.com/okp4/portal-web/commit/557b046019e45cfeeb86f8e2ddc051ef75e301c9))
29+
* **style:** let stylelint autofix fixable errors ([e26a476](https://github.com/okp4/portal-web/commit/e26a47652014c3afb21c45fb2121049245eacda7))
30+
* **style:** replace all id selectors ([3af5883](https://github.com/okp4/portal-web/commit/3af5883387de5d55bf91f0bab205892397106717))
31+
* **ui:** check knowledge graph availability in dataset ([6d24c13](https://github.com/okp4/portal-web/commit/6d24c13c634741bfae9d83e50120ad4b3720104d))
32+
* **ui:** enhance fetch for explore view ([cff2940](https://github.com/okp4/portal-web/commit/cff29404acd5afa031db3c5030bf36070a2f65e0))
33+
* **ui:** remove provider element for dataspace card ([e3d4fa1](https://github.com/okp4/portal-web/commit/e3d4fa14d198c9cecd2375d284a4f05143dc06b7))
34+
* unwrap graph into its plain dot format ([f178889](https://github.com/okp4/portal-web/commit/f1788896f98d979b1558dcca08507d5956c3db02))
35+
36+
37+
### Features
38+
39+
* adapt next config module rules ([d5176a5](https://github.com/okp4/portal-web/commit/d5176a50c105b7149fc356346c19abbb6d0ff1d3))
40+
* add 2 final dataset in knowledge universe ([ae2b18f](https://github.com/okp4/portal-web/commit/ae2b18fe71e7b011a66942b2710301663cb6981e))
41+
* add a service in second position for know universe ([2e1aecf](https://github.com/okp4/portal-web/commit/2e1aecf385f46666ab0da1c5afe91a5489c45d9a))
42+
* add api calls ([a9fc830](https://github.com/okp4/portal-web/commit/a9fc83030ad7344d2af91ff94e236b4adb8a2134))
43+
* add api routing ([0455c9d](https://github.com/okp4/portal-web/commit/0455c9dbd72c8ceb7b4fb1a7a1cc252d4ad089e3))
44+
* add api with fake data ([e375bc1](https://github.com/okp4/portal-web/commit/e375bc1b2ba86b80a4847b2c5b0bfad67ae91d40))
45+
* add background image for conent cards ([d45bc9f](https://github.com/okp4/portal-web/commit/d45bc9f46db73411f0a5cc38771ad35a6a32c400))
46+
* add background images ([28a8cc5](https://github.com/okp4/portal-web/commit/28a8cc555861413312e0ce2cdc50e925cc30a2f5))
47+
* add background images in css ([d316308](https://github.com/okp4/portal-web/commit/d3163082315a0d24eb13992e74052f5f0c6194ed))
48+
* add body component ([627d548](https://github.com/okp4/portal-web/commit/627d548aca455255e816dae338fa338ada33df8a))
49+
* add chain suggestion for Keplr ([ac2dfa5](https://github.com/okp4/portal-web/commit/ac2dfa5d4e6ba5241bdd5d08786035b13311f19d))
50+
* add counters and governance ([cabdd05](https://github.com/okp4/portal-web/commit/cabdd0537ba1eed22c66a0d9c5ccd80d88ba50db))
51+
* add dataset on json and update one ([28daa3a](https://github.com/okp4/portal-web/commit/28daa3a2af9fb64c51205a7ee6097651200c49c3))
52+
* add DataspaceSummaryProps ([5ffd68b](https://github.com/okp4/portal-web/commit/5ffd68b221495e1c0ab5bf45e5e8ddcab02c9f6a))
53+
* add domain resources as json ([50349a8](https://github.com/okp4/portal-web/commit/50349a8fe88179571b2d9d5816dd85fc65470b83))
54+
* add env variable to dockerfile ([706e053](https://github.com/okp4/portal-web/commit/706e053246836582577b1ff05a2ca4e716fe31e6))
55+
* add environment url variables with handler ([dc20199](https://github.com/okp4/portal-web/commit/dc20199ac25409bc9f42502835e64648b856c5b6))
56+
* add explore layout with fake data ([5b40bb6](https://github.com/okp4/portal-web/commit/5b40bb66c874b6a1b8424603c8dd2a24ee5e6ef1))
57+
* add explore/:id page layout with fake data ([0f9f3e4](https://github.com/okp4/portal-web/commit/0f9f3e4ce40e1fc6f23afb6e63353057160ad541))
58+
* add fake api ([05494ac](https://github.com/okp4/portal-web/commit/05494acff286f19aa54e81ddb45057b09c75d1d7))
59+
* add fake data with api dynamic route ([36f9648](https://github.com/okp4/portal-web/commit/36f96481573ff6b18486456cbb374bc09c14f87b))
60+
* add filters on api calls ([cfda2bd](https://github.com/okp4/portal-web/commit/cfda2bdff7e7eb1c5b279777d2b40c03f0039a6d))
61+
* add final dataset feature ([b3d7aed](https://github.com/okp4/portal-web/commit/b3d7aedea4c42625d17ddc443d392b4dbbbe6a51))
62+
* add first page with content ([33df05b](https://github.com/okp4/portal-web/commit/33df05b78ebb49adcc826ba359d0b9649d87a73b))
63+
* add getStaticPaths / Props ([bbf9cf9](https://github.com/okp4/portal-web/commit/bbf9cf9ae4b46066b9079e91c934935f12bc552d))
64+
* add governance data ([45affe9](https://github.com/okp4/portal-web/commit/45affe97e730d080d68e16891a544df9ef0d9654))
65+
* add governance page ([0f60da0](https://github.com/okp4/portal-web/commit/0f60da03d48263c620c39e1dabbad3f5fca7f57c))
66+
* add governance summary ([dce62c3](https://github.com/okp4/portal-web/commit/dce62c3dbc5b72ca4b9318f1804599cee3cb858c))
67+
* add grid or list listing layout ([3992069](https://github.com/okp4/portal-web/commit/3992069a8d647018062c9abd9a5367ee9d73640f))
68+
* add hack to keep space between navigation items ([cf410ee](https://github.com/okp4/portal-web/commit/cf410eefb4d7bbbb54e1fdd8c4fa44c01a27ec70))
69+
* add header home i18n translation ([ed4fa9a](https://github.com/okp4/portal-web/commit/ed4fa9aa44d41c32bed6f46b562513172692125b))
70+
* add header navigation menu ([bcff8e0](https://github.com/okp4/portal-web/commit/bcff8e0858584c6140079a49d2bf05b203935888))
71+
* add home ([72b3d6f](https://github.com/okp4/portal-web/commit/72b3d6fce5e5dd2e6aa2a1e7fd92a2e900a62725))
72+
* add home environment variable ([bb3d2e8](https://github.com/okp4/portal-web/commit/bb3d2e8ceeec3730e7298f44a2e379e2211e305d))
73+
* add i18n translations ([b9ddd7c](https://github.com/okp4/portal-web/commit/b9ddd7c4a4845c7028384cd7c0b365059bea1560))
74+
* add i18n translations ([a86e59e](https://github.com/okp4/portal-web/commit/a86e59e670075a05d73d3b2e44dc60ccba6b5516))
75+
* add keplr chain config ([33866b6](https://github.com/okp4/portal-web/commit/33866b6d97293cd72f7fb56938f1d8d3616f266b))
76+
* add know universe description ([aeae5f2](https://github.com/okp4/portal-web/commit/aeae5f25c958ce087c1b4c9140cc90d96c3d9f3f))
77+
* add knowledge graph feature ([155c4eb](https://github.com/okp4/portal-web/commit/155c4eb0de1b1bb2f632a04fe3fc569709e06016))
78+
* add knowledge-graph ([46309cb](https://github.com/okp4/portal-web/commit/46309cb4424520046d178b9a777f8d6865a75a6a))
79+
* add layout ([e64ce40](https://github.com/okp4/portal-web/commit/e64ce407455b60fdd56e91ad9e416b3f796a343e))
80+
* add media queries to entities ([926452e](https://github.com/okp4/portal-web/commit/926452ed7029e28b24001548885d123a218653bf))
81+
* add member, services and datasets in dataspace json ([40520e5](https://github.com/okp4/portal-web/commit/40520e5f0dcaddf8239204961ee4afa4683b8299))
82+
* add navigation item home to navigation menu ([eba8f17](https://github.com/okp4/portal-web/commit/eba8f174edb764990dd2823d1415fc5c7d0c76bb))
83+
* add previous button variant to governance page ([f17eaab](https://github.com/okp4/portal-web/commit/f17eaabe344e70a64830fcd048deea3c6a515f19))
84+
* add psuedo classes for summary card ([f9c71ab](https://github.com/okp4/portal-web/commit/f9c71ab6ca1e3300ee876db8942ebaae8b3f9ece))
85+
* add redirect for home page ([fef0946](https://github.com/okp4/portal-web/commit/fef09462e2301558f6fa49b03f77b2bdc737c363))
86+
* add redirection on create dataspace button click ([ddbc39c](https://github.com/okp4/portal-web/commit/ddbc39c2b20de9b133047f690385ea54f59c6c4a))
87+
* add router push on listItem click ([2f62b0a](https://github.com/okp4/portal-web/commit/2f62b0a8b0b726c03bc812791ab1accc2129d250))
88+
* add routing to governance page in dataset and dashboard ([6916fd0](https://github.com/okp4/portal-web/commit/6916fd00f29909587daee24b4e2593f6f0ccbde8))
89+
* add social media icons & make website link configurable ([aa57576](https://github.com/okp4/portal-web/commit/aa5757607516bc776386c38484f83a90b29ea96d))
90+
* add translations ([c20ad9f](https://github.com/okp4/portal-web/commit/c20ad9f9426e2407fbe34b32bcffa9ab948190a7))
91+
* add translations for knowledge-graph ([86552dd](https://github.com/okp4/portal-web/commit/86552dd5c8b002546365fa306acd5e4f04a016b3))
92+
* add translations of know universe description ([b3cae9a](https://github.com/okp4/portal-web/commit/b3cae9a2fd27a673b7f1d3faa3129b240f58bdb9))
93+
* add version to html metadata ([ae3ebc5](https://github.com/okp4/portal-web/commit/ae3ebc56be0def1dfbdec13546f2acaa4fef9e7d))
94+
* change client routing ([bc3524d](https://github.com/okp4/portal-web/commit/bc3524de0ea5f7de3a37deee969b10863c0a3e55))
95+
* change client routing ([a9dd88b](https://github.com/okp4/portal-web/commit/a9dd88bcfbcca7db103ec49b06701f6bb726180a))
96+
* change client routing ([08a0952](https://github.com/okp4/portal-web/commit/08a09522f62a373c29e6db2f144bf4ef4c20518d))
97+
* change image names & add new images ([c33c33b](https://github.com/okp4/portal-web/commit/c33c33b36f297b140c883b6e8dda530438dcd85d))
98+
* data selector in first position ([c10a8b9](https://github.com/okp4/portal-web/commit/c10a8b92520718990165529c69043d78cee3bb1b))
99+
* delete fake api folder ([dcba12d](https://github.com/okp4/portal-web/commit/dcba12d1254bd7f714830052954fc9dbd0a3912e))
100+
* disable create data space button ([a4a7191](https://github.com/okp4/portal-web/commit/a4a719186b2641483de2d08d79b2c347a803bb27))
101+
* display current version in footer ([0ca044d](https://github.com/okp4/portal-web/commit/0ca044d3cddaade5127c0891078fe6d377002ebe))
102+
* enhance responsive ([ec077c0](https://github.com/okp4/portal-web/commit/ec077c0476a625d02e8562d88a75ceb2896517b7))
103+
* extend config object ([3e62389](https://github.com/okp4/portal-web/commit/3e62389444fb860df7e4ab6c9c72019efeed9333))
104+
* **hook:** remove chain types from useSendTokens ([63f6437](https://github.com/okp4/portal-web/commit/63f6437d39afca3d2f4fb58aad81758355eea516))
105+
* **i18n:** add dataset translations ([35065e6](https://github.com/okp4/portal-web/commit/35065e6f76b06e900ab94f276e8432a4eb054a17))
106+
* implement api call ([60d5227](https://github.com/okp4/portal-web/commit/60d5227b620edfff140c362c77f34288354bbfd1))
107+
* implement api calls responses ([1038a86](https://github.com/okp4/portal-web/commit/1038a8692bff7d6dced3641467dfe89cdb3a810d))
108+
* implement basic display for knowledge-graph ([b8e3c94](https://github.com/okp4/portal-web/commit/b8e3c943483c9965671d26f663e43ceafa1d83ed))
109+
* implement filters with api call ([0770faa](https://github.com/okp4/portal-web/commit/0770faa0c5c289ce0f7014a2e2b9e7936069366d))
110+
* implement light background images for summary card ([035ad6a](https://github.com/okp4/portal-web/commit/035ad6a148cc307fdcaaccbeeba4333edd0e7f18))
111+
* implement new routing on list item click ([a9920f5](https://github.com/okp4/portal-web/commit/a9920f56049b068d185816ef1ceea2b3c4fe16ba))
112+
* improve filter ([18c6258](https://github.com/okp4/portal-web/commit/18c6258eb82db6bebf6e9de2b8a5b1ab6c8ad214))
113+
* make external links open in new tab ([9426830](https://github.com/okp4/portal-web/commit/94268305f6b784c8486ed95af6e229b0ee51fa9a))
114+
* move Home into index to add governanceUrl ([80d57db](https://github.com/okp4/portal-web/commit/80d57db7dd4d32748340be9345d48496963b3364))
115+
* remove create dataspace env variable ([6653499](https://github.com/okp4/portal-web/commit/665349981a9283aad2a1080709b4544e73c350d8))
116+
* remove useless getStaticProps ([ff6a10d](https://github.com/okp4/portal-web/commit/ff6a10da3e0bf4a4a4bc733ba8e245c72e158672))
117+
* replace add dataspace button by see governance button ([3da4eab](https://github.com/okp4/portal-web/commit/3da4eabe3a71db117ff48d8223b03608a0094456))
118+
* restructure dashboard & remove entities grid-row properties ([2605e86](https://github.com/okp4/portal-web/commit/2605e86efdb12e7a18338c2b3b4541121ba5617b))
119+
* set home page as landing page ([fd87a41](https://github.com/okp4/portal-web/commit/fd87a41f0255a92ee399a910247177bbaac03f6c))
120+
* simplify code and add padding ([fc9768a](https://github.com/okp4/portal-web/commit/fc9768aa3f6e43fdba20f3c2f7d10b669dcaa1f1))
121+
* split home page into sub components ([62c1715](https://github.com/okp4/portal-web/commit/62c1715e0f49c0a26f7aa5ac5847fcc17cb0028c))
122+
* **ui:** add okp4 bi button in dataset preview ([e5b0515](https://github.com/okp4/portal-web/commit/e5b05158a10ebcf73d42bb22d398b2fba6391cf7))
123+
* **ui:** add style for knwoledge graph ([f3512e6](https://github.com/okp4/portal-web/commit/f3512e6ef2f383f8efba7999ba6c35d936783598))
124+
* **ui:** handle dataspace card onClick handler ([0b77504](https://github.com/okp4/portal-web/commit/0b77504bcc5504b226bdf7c03b27b9bda0122e9e))
125+
* **ui:** implement useSendTokens hook ([2c63251](https://github.com/okp4/portal-web/commit/2c63251fa9873bd7e7b4d54c3d6d4ed44f49f289))
126+
* **ui:** pass config as dataset props ([3973aeb](https://github.com/okp4/portal-web/commit/3973aebd8a054a4ddc712d2181b00dd7faf957fd))
127+
* **utils:** implement getPasedParameter function ([93b8a5a](https://github.com/okp4/portal-web/commit/93b8a5ad9a7a9fb358b752fafabf74b5e3d4a722))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okp4/portal-web",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"repository": "git@github.com:okp4/portal-web.git",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)