Skip to content

Commit

Permalink
Merge pull request #111 from webmardi/release/1.4.2
Browse files Browse the repository at this point in the history
[main] 1.4.2
  • Loading branch information
Yago authored Mar 8, 2024
2 parents c55e76f + 560f109 commit bdaf180
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2] - 2024-03-08
### Changed
- Update all dependencies

## [1.4.1] - 2024-02-09
### Fixed
- Fix undefined homepage title #108
Expand Down Expand Up @@ -163,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add Linkedin link
- add GA script

[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/webmardi/webmardi.ch/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/webmardi/webmardi.ch/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/webmardi/webmardi.ch/compare/v1.3.4...v1.4.0
[1.3.4]: https://github.com/webmardi/webmardi.ch/compare/v1.3.3...v1.3.4
Expand Down
Binary file modified bun.lockb
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmardi",
"version": "1.4.1",
"version": "1.4.2",
"main": "index.js",
"scripts": {
"clean": "rm -rf .next && rm -rf node_modules/.cache",
Expand All @@ -21,20 +21,20 @@
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"axios": "1.6.7",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"i18next": "^23.8.2",
"next": "14.1.0",
"i18next": "^23.10.1",
"next": "14.1.3",
"next-pwa": "^5.6.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.0",
"postcss-import": "^16.0.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-i18next": "^14.0.5",
"react-i18next": "^14.1.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-mailchimp-subscribe": "^2.1.3",
"slugify": "^1.6.6",
Expand All @@ -44,35 +44,35 @@
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/ramda": "0.29.10",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/node": "^20.11.25",
"@types/ramda": "0.29.11",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-html-parser": "^2.0.6",
"@types/react-mailchimp-subscribe": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"babel-eslint": "^10.1.0",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^11.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwind": "^0.2.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"license": "MIT"
}

0 comments on commit bdaf180

Please sign in to comment.