Skip to content

Commit 5c3d639

Browse files
committed
1.1.5
1 parent e2036de commit 5c3d639

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[//]: # (Don't use <tags>)
22

3+
## v1.1.5
4+
5+
> `2023-11-02`
6+
7+
### 🐞 Bug Fixes
8+
- Load missing theme vars.
9+
310
## v1.1.4
411

512
> `2023-10-31`

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Vuefom](./.github/assets/banner.png)](https://builder.vueform.com?cid=builder)
1+
[![Vuefom](https://raw.githubusercontent.com/vueform/builder/main/.github/assets/banner.png)](https://builder.vueform.com?cid=builder)
22

33
# Vueform Builder
44

@@ -28,15 +28,15 @@ Jump right into the project with ease using one of our boilerplates.
2828
<tbody>
2929
<tr>
3030
<td>
31-
<h4><img src="./.github/assets/vite.svg" height="21" /> Vite</h4>
31+
<h4><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/vite.svg" height="21" /> Vite</h4>
3232
</td>
3333
<td>
3434
<h4><a href="https://github.com/vueform/builder-vite-starter">@vueform/builder-vite-starter</a></h4>
3535
</td>
3636
</tr>
3737
<tr>
3838
<td>
39-
<h4><img src="./.github/assets/nuxt.svg" height="21" /> Nuxt</h4>
39+
<h4><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/nuxt.svg" height="21" /> Nuxt</h4>
4040
</td>
4141
<td>
4242
<h4><a href="https://github.com/vueform/builder-nuxt-starter">@vueform/builder-nuxt-starter</a></h4>
@@ -62,10 +62,10 @@ See Vueform Builder in action: [demo](https://builder.vueform.com/demo?cid=build
6262
## Follow Us
6363

6464
<p>
65-
<a href="https://discord.gg/WhX2nG6GTQ" target="_blank"><img src="./.github/assets/discord.svg" alt="Vueform on Discord" title="Vueform on Discord"></a>&nbsp;&nbsp;
66-
<a href="https://twitter.com/vueform" target="_blank"><img src="./.github/assets/x.svg" alt="Vueform on X" title="Vueform on X"></a>&nbsp;&nbsp;
67-
<a href="https://www.linkedin.com/company/vueform" target="_blank"><img src="./.github/assets/linkedin.svg" alt="Vueform on LinkedIn" title="Vueform on LinkedIn"></a>&nbsp;&nbsp;
68-
<a href="https://github.com/vueform" target="_blank"><img src="./.github/assets/github.svg" alt="Vueform on GitHub" title="Vueform on GitHub"></a>
65+
<a href="https://discord.gg/WhX2nG6GTQ" target="_blank"><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/discord.svg" alt="Vueform on Discord" title="Vueform on Discord"></a>&nbsp;&nbsp;
66+
<a href="https://twitter.com/vueform" target="_blank"><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/x.svg" alt="Vueform on X" title="Vueform on X"></a>&nbsp;&nbsp;
67+
<a href="https://www.linkedin.com/company/vueform" target="_blank"><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/linkedin.svg" alt="Vueform on LinkedIn" title="Vueform on LinkedIn"></a>&nbsp;&nbsp;
68+
<a href="https://github.com/vueform" target="_blank"><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/github.svg" alt="Vueform on GitHub" title="Vueform on GitHub"></a>
6969
</p>
7070

7171
## License

index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@vueform/builder",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)