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)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/web3extension.io",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/web3extension.io",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@astrojs/image": "^0.16.6",
|
||||
"@astrojs/react": "^2.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/web3extension.io",
|
||||
"type": "module",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -7,7 +7,7 @@ import Message from '../components/Home/Message/Message.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 />
|
||||
<Access />
|
||||
<Features />
|
||||
|
|
Loading…
Reference in New Issue