Skip to content

Commit

Permalink
Merge pull request #47 from thedevdavid/release/0.7.2
Browse files Browse the repository at this point in the history
Release/0.7.2
  • Loading branch information
thedevdavid authored Sep 2, 2023
2 parents ccef24e + 47c6338 commit 6eaf565
Show file tree
Hide file tree
Showing 6 changed files with 2,620 additions and 3,327 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const buildEslintCommand = (filenames) =>

module.exports = {
"*.{js,jsx,ts,tsx}": [buildEslintCommand],
"*": "prettier --ignore-unknown --write",
"*.{ts,tsx,md,mdx,js,jsx,json,mjs}": "prettier --ignore-unknown --write",
};
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.2] - 2023-09-02

### Changed

- Updated non-critical dependencies

## [0.7.1] - 2023-08-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/(site)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function Home() {
/>
<div className="container mt-12 max-w-6xl">
<div className="grid grid-cols-1 place-items-start justify-between gap-12 lg:grid-cols-3">
<div className="col-span-1 lg:col-span-2">
<div className="col-span-1 w-full lg:col-span-2">
<div className="grid grid-flow-row gap-2">
{posts.map((post) => (
<PostPreview key={post._id} post={post} />
Expand Down
2 changes: 0 additions & 2 deletions components/home-sidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import Image from "next/image";
import Link from "next/link";
import { ArrowRight, MapPin, Pencil } from "lucide-react";
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-garden",
"version": "0.7.1",
"version": "0.7.2",
"private": true,
"repository": "https://github.com/thedevdavid/digital-garden",
"author": {
Expand All @@ -17,7 +17,7 @@
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "3.2.0",
"@hookform/resolvers": "3.3.1",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-aspect-ratio": "1.0.3",
Expand All @@ -37,7 +37,7 @@
"contentlayer": "0.3.4",
"date-fns": "2.30.0",
"github-slugger": "2.0.0",
"lucide-react": "0.263.1",
"lucide-react": "0.274.0",
"next": "13.4.9",
"next-contentlayer": "0.3.4",
"next-themes": "0.2.1",
Expand All @@ -47,35 +47,35 @@
"react-tweet": "3.1.1",
"rehype-autolink-headings": "6.1.1",
"rehype-katex": "6.0.3",
"rehype-pretty-code": "0.10.0",
"rehype-slug": "5.1.0",
"rehype-pretty-code": "0.10.1",
"rehype-slug": "6.0.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"rss": "1.2.2",
"simple-icons": "9.9.0",
"simple-icons": "9.12.0",
"tailwind-merge": "1.14.0",
"unified": "10.1.2",
"zod": "3.21.4"
"zod": "3.22.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@tailwindcss/typography": "0.5.9",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/rss": "0.0.30",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-next": "13.4.9",
"eslint-config-prettier": "9.0.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"postcss": "8.4.27",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "0.5.2",
"lint-staged": "14.0.1",
"postcss": "8.4.29",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "1.0.6",
"typescript": "5.1.6"
"tailwindcss-animate": "1.0.7",
"typescript": "5.2.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

1 comment on commit 6eaf565

@vercel
Copy link

@vercel vercel bot commented on 6eaf565 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.