Skip to content

Commit 540f308

Browse files
authored
Merge pull request #510 from acelaya-forks/feature/tailwind-4
Feature/tailwind 4
2 parents e0df7e4 + f5c158c commit 540f308

File tree

9 files changed

+937
-1603
lines changed

9 files changed

+937
-1603
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [2.8.0] - 2025-01-27
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* Update dependencies
13+
* Update to Tailwind 4.0.0
14+
15+
### Deprecated
16+
* *Nothing*
17+
18+
### Removed
19+
* *Nothing*
20+
21+
### Fixed
22+
* *Nothing*
23+
24+
725
## [2.7.0] - 2024-07-20
826
### Added
927
* *Nothing*

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23.6-alpine as node
1+
FROM node:23.6-alpine AS node
22
COPY . /shlink-api-spec
33
RUN cd /shlink-api-spec && \
44
npm ci && \

0 commit comments

Comments
 (0)