Compare commits
No commits in common. "v0.1.1" and "v0.1.0" have entirely different histories.
|
@ -1,10 +1,3 @@
|
||||||
## [0.1.1](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.1.0...v0.1.1) (2023-08-13)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* updates titles ([054464a](https://git.lumeweb.com/LumeWeb/web3extension.io/commit/054464a9c5eff0b0facc7b1b68ae41e9aee4ddee))
|
|
||||||
|
|
||||||
# [0.1.0](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.0.2...v0.1.0) (2023-08-13)
|
# [0.1.0](https://git.lumeweb.com/LumeWeb/web3extension.io/compare/v0.0.2...v0.1.0) (2023-08-13)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/web3extension.io",
|
"name": "@lumeweb/web3extension.io",
|
||||||
"version": "0.1.1",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lumeweb/web3extension.io",
|
"name": "@lumeweb/web3extension.io",
|
||||||
"version": "0.1.1",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/image": "^0.16.6",
|
"@astrojs/image": "^0.16.6",
|
||||||
"@astrojs/react": "^2.1.1",
|
"@astrojs/react": "^2.1.1",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/web3extension.io",
|
"name": "@lumeweb/web3extension.io",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.1",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -7,7 +7,7 @@ import Difference from '../components/Donate/Difference/Difference.astro';
|
||||||
import HowToSupport from '../components/Donate/HowToSupport/HowToSupport.astro';
|
import HowToSupport from '../components/Donate/HowToSupport/HowToSupport.astro';
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout view="donate" title="Donate - Web3 Extension">
|
<Layout view="donate" title="Donate - Web3Extension">
|
||||||
<Support />
|
<Support />
|
||||||
<Purposes />
|
<Purposes />
|
||||||
<Why />
|
<Why />
|
||||||
|
|
|
@ -7,7 +7,7 @@ import Message from '../components/Home/Message/Message.astro';
|
||||||
import Socials from '../components/Home/Socials/Socials.astro';
|
import Socials from '../components/Home/Socials/Socials.astro';
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout view="home" title="The Web3 Extension - Your Gateway to Web3">
|
<Layout view="home" title="Web3Extension - Your Gateway to Web3">
|
||||||
<Install />
|
<Install />
|
||||||
<Access />
|
<Access />
|
||||||
<Features />
|
<Features />
|
||||||
|
|
Loading…
Reference in New Issue