Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inclusive-design/guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ed992a19fa1787505ff6583fc3a90c67d142f56
Choose a base ref
..
head repository: inclusive-design/guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee8d650fd1e03daa1d07ca27901bc275045b41a2
Choose a head ref
Showing with 80 additions and 64 deletions.
  1. +1 −1 CHANGELOG.md
  2. +1 −1 Dockerfile
  3. +78 −62 package-lock.json
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.0.0](https://github.com/inclusive-design/guide/compare/v1.0.0...v1.0.0) (2024-11-30)
## [1.0.0](https://github.com/inclusive-design/guide/compare/v1.0.0...v1.0.0) (2024-12-02)


### Features
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@ COPY . ./

RUN npm run build

FROM nginx:1.27.2-alpine
FROM nginx:1.27.3-alpine

COPY --from=builder /app/_site /usr/share/nginx/html
140 changes: 78 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.