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

Commit 05e3171

Browse files
committed
v0.3.0-alpha.14
1 parent 46ac631 commit 05e3171

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
[![Aleph.js: The Full-stack Framework in Deno.](./design/poster.svg)](https://alephjs.org)
22

3-
<p align="left">
3+
<p>
44
<a href="https://alephjs.org">Website</a> |
55
<a href="https://alephjs.org/docs/get-started">Get Started</a> |
6-
<a href="https://alephjs.org/docs">Docs</a> | <a href="./CONTRIBUTING.md">Contributing</a>
6+
<a href="https://alephjs.org/docs">Docs</a> |
7+
<a href="./CONTRIBUTING.md">Contributing</a>
78
</p>
89

9-
<p align="left">
10+
<p>
1011
<a href="https://discord.gg/pWGdS7sAqD"><img src="https://img.shields.io/discord/775256646821085215?color=%23008181&label=Chat&labelColor=%23111&logo=discord&logoColor=%23aaaaaa" alt="Chat"></a>
1112
<a href="https://twitter.com/intent/follow?screen_name=alephjs"><img src="https://img.shields.io/twitter/follow/alephjs?style=social" alt="Twitter"></a>
1213
</p>
1314

1415
<details>
1516
<summary>Boom</summary>
1617
<p>
17-
1818
```bash
1919
# get started
20-
$ deno run -A https://deno.land/x/aleph/install.ts
20+
$ deno run -A -r https://deno.land/x/aleph/install.ts
2121
$ aleph -h
2222
```
23-
2423
</p>
2524
</details>

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"aleph": "https://deno.land/x/[email protected].13/mod.ts",
4-
"aleph/": "https://deno.land/x/[email protected].13/",
3+
"aleph": "https://deno.land/x/[email protected].14/mod.ts",
4+
"aleph/": "https://deno.land/x/[email protected].14/",
55
"react": "https://esm.sh/[email protected]",
66
"react-dom": "https://esm.sh/[email protected]"
77
}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.3.0-alpha.13'
1+
export const VERSION = '0.3.0-alpha.14'

0 commit comments

Comments
 (0)