Skip to content

Commit

Permalink
Merge branch 'release/0.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Dec 25, 2023
2 parents 6b142dd + cacd980 commit c4b93c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npx create-sails <project-name>
```

<div align="center">
<a href="https://sailscasts.com/boring"><img src="https://github.com/sailscastshq/boring-stack/blob/develop/.github/banner.png" alt="The Boring JavaScript Stack"></a>
<a href="https://sailscasts.com/boring"><img src="https://github.com/sailscastshq/boring-stack/blob/main/.github/banner.png" alt="The Boring JavaScript Stack"></a>
</div>

[The Boring JavaScript Stack](https://sailscasts.com/boring)
Expand Down Expand Up @@ -66,21 +66,21 @@ To launch the respective templates on StackBlitz, click on the 'Open in StackBli

### Vue Starter Template

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sailscastshq/boring-stack/tree/develop/templates/mellow-vue)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sailscastshq/boring-stack/tree/main/templates/mellow-vue)

### React Starter Template

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sailscastshq/boring-stack/tree/develop/templates/mellow-react)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sailscastshq/boring-stack/tree/main/templates/mellow-react)

### Svelte Starter Template

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sailscastshq/boring-stack/tree/develop/templates/mellow-svelte)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sailscastshq/boring-stack/tree/main/templates/mellow-svelte)

<hr />

## Watch Kelvin's Introduction to The Boring JavaScript Stack

<a href="https://youtu.be/qX69jEyAIc0"><img src="https://github.com/sailscastshq/boring-stack/blob/develop/.github/thumbnail.png" alt="The Boring JavaScript Stack" width="100%"></a>
<a href="https://youtu.be/qX69jEyAIc0"><img src="https://github.com/sailscastshq/boring-stack/blob/main/.github/thumbnail.png" alt="The Boring JavaScript Stack" width="100%"></a>

[The Boring JavaScript - Kelvin Omereshone at #Sailsconf 2023](https://youtu.be/qX69jEyAIc0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boring-stack",
"version": "0.1.1",
"version": "0.1.2",
"private": "true",
"description": "The Boring JavaScript Stack 🥱 - an opinionated project starter for fullstack JavaScript",
"scripts": {
Expand Down

0 comments on commit c4b93c4

Please sign in to comment.