Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit af6a3ad

Browse files
0-vortexopen-sauced[bot]
authored andcommitted
chore(minor): release 1.0.0 [skip ci]
## 1.0.0 (2021-12-18) ### 🐛 Bug Fixes * tsconfig ([fc09ca5](fc09ca5)) ### 🍕 Features * add font-awesome icons, add navigation/filter, ([#18](#18)) ([732680e](732680e)) * add-nav/filter ([e454d3d](e454d3d)) * add-tailwindcss ([ea6579b](ea6579b)) * create-repo-cards-post-grid/post-list ([26e3a56](26e3a56)) * implement-weekly-modal ([2d77b52](2d77b52)) * post-layout-toggle ([8762217](8762217)) ### 🔁 Continuous Integration * add tooling and other open-sauced cool stuff ([#19](#19)) ([f8d4d72](f8d4d72))
1 parent f8d4d72 commit af6a3ad

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# 📦 open-sauced/hot changelog
2+
3+
[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
4+
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
5+
6+
> All notable changes to this project will be documented in this file
7+
8+
## 1.0.0 (2021-12-18)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* tsconfig ([fc09ca5](https://github.com/open-sauced/hot-sauce/commit/fc09ca55e9a24b486869aa2e4cce09d808b8d466))
14+
15+
16+
### 🍕 Features
17+
18+
* add font-awesome icons, add navigation/filter, ([#18](https://github.com/open-sauced/hot-sauce/issues/18)) ([732680e](https://github.com/open-sauced/hot-sauce/commit/732680ea21028f593f3c7c35e733b5cdbece70fd))
19+
* add-nav/filter ([e454d3d](https://github.com/open-sauced/hot-sauce/commit/e454d3de91545a323e20e8d68a5cb5010196c932))
20+
* add-tailwindcss ([ea6579b](https://github.com/open-sauced/hot-sauce/commit/ea6579bd54d0d68915eba7a17ba0a9cfae1e6ea1))
21+
* create-repo-cards-post-grid/post-list ([26e3a56](https://github.com/open-sauced/hot-sauce/commit/26e3a56d546b8cb5cd43b7d2f93d778fd75bf6f0))
22+
* implement-weekly-modal ([2d77b52](https://github.com/open-sauced/hot-sauce/commit/2d77b5277794bca2a66c4f67b425d1caaf0f5abb))
23+
* post-layout-toggle ([8762217](https://github.com/open-sauced/hot-sauce/commit/8762217b403984191cb5e67854ba8a3c9a15bf7b))
24+
25+
26+
### 🔁 Continuous Integration
27+
28+
* add tooling and other open-sauced cool stuff ([#19](https://github.com/open-sauced/hot-sauce/issues/19)) ([f8d4d72](https://github.com/open-sauced/hot-sauce/commit/f8d4d725e9633c8dd05cb8651368f03d7d7e73fc))

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@open-sauced/hot",
33
"description": "",
4-
"version": "0.0.0-development",
4+
"version": "1.0.0",
55
"private": true,
66
"license": "MIT",
77
"files": [

public/diagram.svg

+1
Loading

0 commit comments

Comments
 (0)