Skip to content

Commit ad10c87

Browse files
committed
* Added Opal release information
* Dependency upgrades
1 parent a789a47 commit ad10c87

File tree

5 files changed

+835
-866
lines changed

5 files changed

+835
-866
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"@emotion/react": "^11.9.0",
18-
"@emotion/styled": "^11.8.1",
19-
"@mui/icons-material": "^5.8.2",
20-
"@mui/material": "^5.8.2",
17+
"@emotion/react": "^11.9.3",
18+
"@emotion/styled": "^11.9.3",
19+
"@mui/icons-material": "^5.8.4",
20+
"@mui/material": "^5.8.4",
2121
"axios": "^0.27.2",
22-
"gatsby": "^4.15.2",
23-
"gatsby-plugin-catch-links": "^4.15.0",
24-
"gatsby-plugin-google-gtag": "^4.15.0",
25-
"gatsby-plugin-image": "^2.15.1",
26-
"gatsby-plugin-react-helmet": "^5.15.0",
22+
"gatsby": "^4.16.0",
23+
"gatsby-plugin-catch-links": "^4.16.0",
24+
"gatsby-plugin-google-gtag": "^4.16.0",
25+
"gatsby-plugin-image": "^2.16.1",
26+
"gatsby-plugin-react-helmet": "^5.16.0",
2727
"gatsby-plugin-robots-txt": "^1.7.1",
28-
"gatsby-plugin-sharp": "^4.15.1",
29-
"gatsby-plugin-sitemap": "^5.15.1",
30-
"gatsby-remark-images": "^6.15.1",
31-
"gatsby-source-filesystem": "^4.15.0",
28+
"gatsby-plugin-sharp": "^4.16.1",
29+
"gatsby-plugin-sitemap": "^5.16.0",
30+
"gatsby-remark-images": "^6.16.0",
31+
"gatsby-source-filesystem": "^4.16.0",
3232
"gatsby-theme-material-ui": "^5.2.0",
33-
"gatsby-transformer-remark": "^5.15.1",
34-
"gatsby-transformer-sharp": "^4.15.1",
35-
"react": "^18.1.0",
36-
"react-dom": "^18.1.0",
33+
"gatsby-transformer-remark": "^5.16.0",
34+
"gatsby-transformer-sharp": "^4.16.0",
35+
"react": "^18.2.0",
36+
"react-dom": "^18.2.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
@@ -42,7 +42,7 @@
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
4444
"eslint-plugin-react": "^7.30.0",
45-
"eslint-plugin-react-hooks": "^4.5.0"
45+
"eslint-plugin-react-hooks": "^4.6.0"
4646
},
4747
"repository": {
4848
"type": "git",
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
path: "/blog/2022/06/17/opal-1.0.3"
3+
title: "Opal 1.0.3 - Release"
4+
author: "CodeDead"
5+
date: "2022-06-17"
6+
abstract: "Opal v1.0.3 has just been released. We've added a couple of new tracks to enjoy while relaxing and application..."
7+
categories: "Java, News, Opal"
8+
---
9+
## Information
10+
11+
![Opal](https://i.imgur.com/tNBWTPS.png)
12+
13+
Opal v1.0.3 has just been released. We've added a couple of new tracks to enjoy while relaxing and application translations.
14+
For a full list of changes, please take a look at the changelog below.
15+
16+
## What's Changed
17+
* german translation by @uDEV2019 in https://github.com/CodeDead/opal/pull/30
18+
* Feature/upgrades by @CodeDead in https://github.com/CodeDead/opal/pull/32
19+
* Feature/audience sounds by @CodeDead in https://github.com/CodeDead/opal/pull/33
20+
* * Added a sleepy sound by @CodeDead in https://github.com/CodeDead/opal/pull/35
21+
* * Added icons to tabs by @CodeDead in https://github.com/CodeDead/opal/pull/36
22+
* Feature/refactoring by @CodeDead in https://github.com/CodeDead/opal/pull/37
23+
* * Added a drum tribal sound by @CodeDead in https://github.com/CodeDead/opal/pull/38
24+
* feature/refactoring by @CodeDead in https://github.com/CodeDead/opal/pull/39
25+
* * Added a gong sound by @CodeDead in https://github.com/CodeDead/opal/pull/40
26+
* Release/v1.0.3 by @CodeDead in https://github.com/CodeDead/opal/pull/41
27+
28+
## New Contributors
29+
* @uDEV2019 made their first contribution in https://github.com/CodeDead/opal/pull/30
30+
31+
**Full Changelog**: https://github.com/CodeDead/opal/compare/v1.0.2...v1.0.3
32+
33+
## Download
34+
35+
You can download the latest version of Opal by clicking on the following link:
36+
[Opal](https://codedead.com/software/opal)
37+
38+
## Other
39+
40+
Feel free to [contact us](/contact) if you have any questions or if you need help.

src/pages/software/opal/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const OpalPage = () => {
167167
style={{ width: '100%' }}
168168
variant="contained"
169169
color="primary"
170-
href="https://codedead.com/Software/Opal/Opal-1.0.2.msi"
170+
href="https://codedead.com/Software/Opal/Opal-1.0.3.msi"
171171
>
172172
Installer
173173
</Button>
@@ -178,7 +178,7 @@ const OpalPage = () => {
178178
}}
179179
variant="contained"
180180
color="primary"
181-
href="https://codedead.com/Software/Opal/Opal-1.0.2.zip"
181+
href="https://codedead.com/Software/Opal/Opal-1.0.3.zip"
182182
>
183183
Portable
184184
</Button>
@@ -191,7 +191,7 @@ const OpalPage = () => {
191191
style={{ width: '100%' }}
192192
variant="contained"
193193
color="primary"
194-
href="https://codedead.com/Software/Opal/Opal-x86_64-1.0.2.AppImage"
194+
href="https://codedead.com/Software/Opal/Opal-x86_64-1.0.3.AppImage"
195195
>
196196
AppImage
197197
</Button>

src/pages/software/opal/requirements/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Requirements = () => {
9696
<Button
9797
fullWidth
9898
variant="contained"
99-
href="https://www.virustotal.com/gui/file/539513c50766c0631844f68aed147ba267596cc866772dc8f8b5b223a7e4e055?nocache=1"
99+
href="https://www.virustotal.com/gui/file/b341483472f378fea0814272cfa3614844093ab73c86c677ffca1cf0b2c7267b?nocache=1"
100100
target="_blank"
101101
>
102102
Installer
@@ -105,7 +105,7 @@ const Requirements = () => {
105105
style={{ marginTop: 10 }}
106106
variant="contained"
107107
fullWidth
108-
href="https://www.virustotal.com/gui/file/42d380c5b8ebb04b39f7b3c333bf21b109f89826ecdf770a005752b7e34b1610?nocache=1"
108+
href="https://www.virustotal.com/gui/file/cc5ed7477a92373c31376c1ced6312c7c0e31bbddd0af723a8886fbac976bcb8"
109109
target="_blank"
110110
>
111111
Portable
@@ -118,7 +118,7 @@ const Requirements = () => {
118118
<Button
119119
fullWidth
120120
variant="contained"
121-
href="https://www.virustotal.com/gui/file/3e41ccc23266143bf0e56820eb74f8bdd84f4cdc85333ce0f4ebc02e499f33b7?nocache=1"
121+
href="https://www.virustotal.com/gui/file/efc7652026d72344f881da3a041f974e05d2c2ce5d54720ca1f5752c01d75799?nocache=1"
122122
target="_blank"
123123
>
124124
AppImage

0 commit comments

Comments
 (0)