Skip to content

Commit

Permalink
chore: upgrade to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Mar 22, 2024
1 parent 62db280 commit 01bae53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-needles-lick.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/outstatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# outstatic

## 1.4.4

### Patch Changes

- 8f1bb44: Feat/add some shadcn

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/outstatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outstatic",
"version": "1.4.3",
"version": "1.4.4",
"description": "Static site CMS for Next.js",
"author": "Andre Vitorio <andre@vitorio.net>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/outstatic/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const OUTSTATIC_VERSION = '1.4.3'
export const OUTSTATIC_VERSION = '1.4.4'
export const OUTSTATIC_URL = 'https://outstatic.com'
export const IMAGES_PATH = 'images/'
export const API_IMAGES_PATH = 'api/outstatic/images/'

0 comments on commit 01bae53

Please sign in to comment.