Skip to content

Commit 87afb4d

Browse files
author
amvanbaren
committed
Release 0.20.0
1 parent 2553b73 commit 87afb4d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=465f6bc
1+
ARG SERVER_VERSION=v0.20.0
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
&& corepack prepare yarn@stable --activate
2020

2121
# bump to update website
22-
ENV WEBSITE_VERSION 0.13.0-next.465f6bcd
22+
ENV WEBSITE_VERSION 0.13.1
2323
COPY . /workdir
2424

2525
RUN /usr/bin/yarn --cwd website \

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/eclipse/open-vsx.org",
77
"license": "EPL-2.0",
88
"dependencies": {
9-
"openvsx-webui": "0.13.0-next.465f6bcd"
9+
"openvsx-webui": "0.13.1"
1010
},
1111
"peerDependencies": {
1212
"@babel/core": "^7.0.0"

website/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ __metadata:
23992399
"@types/react-router-dom": "npm:^5.3.3"
24002400
css-loader: "npm:^6.8.1"
24012401
express: "npm:^4.21.1"
2402-
openvsx-webui: "npm:0.13.0-next.465f6bcd"
2402+
openvsx-webui: "npm:0.13.1"
24032403
source-map-loader: "npm:^4.0.1"
24042404
style-loader: "npm:^3.3.3"
24052405
typescript: "npm:~5.1.6"
@@ -2420,9 +2420,9 @@ __metadata:
24202420
languageName: node
24212421
linkType: hard
24222422

2423-
"openvsx-webui@npm:0.13.0-next.465f6bcd":
2424-
version: 0.13.0-next.465f6bcd
2425-
resolution: "openvsx-webui@npm:0.13.0-next.465f6bcd"
2423+
"openvsx-webui@npm:0.13.1":
2424+
version: 0.13.1
2425+
resolution: "openvsx-webui@npm:0.13.1"
24262426
dependencies:
24272427
"@emotion/react": "npm:^11.11.1"
24282428
"@emotion/styled": "npm:^11.11.0"
@@ -2448,7 +2448,7 @@ __metadata:
24482448
react-router-dom: "npm:^6.14.1"
24492449
peerDependencies:
24502450
"@babel/core": ^7.0.0
2451-
checksum: 10/2ea2590d9a8080ab8b9f505743743d3904671c289c53ea4d31667ab2116f2a7e4766d0e8b28d12502b25bffd55248b256099f558ad2dad209208d2c401565085
2451+
checksum: 10/31b8624e2cf8a93a2c756e5cf3a2e7ecbac097bdc1c0033ca9e7f9c4938e2aaed40b07c3e016a61550aab9156d781de4ce79826fd880d35778ba4b333960f406
24522452
languageName: node
24532453
linkType: hard
24542454

0 commit comments

Comments
 (0)