Skip to content

Commit

Permalink
Merge pull request #510 from acelaya-forks/feature/tailwind-4
Browse files Browse the repository at this point in the history
Feature/tailwind 4
  • Loading branch information
acelaya authored Jan 27, 2025
2 parents e0df7e4 + f5c158c commit 540f308
Show file tree
Hide file tree
Showing 9 changed files with 937 additions and 1,603 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [2.8.0] - 2025-01-27
### Added
* *Nothing*

### Changed
* Update dependencies
* Update to Tailwind 4.0.0

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [2.7.0] - 2024-07-20
### Added
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.6-alpine as node
FROM node:23.6-alpine AS node
COPY . /shlink-api-spec
RUN cd /shlink-api-spec && \
npm ci && \
Expand Down
Loading

0 comments on commit 540f308

Please sign in to comment.