Skip to content

Commit

Permalink
Merge branch 'release/8.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Jun 28, 2023
2 parents 1f00c9d + 13a8370 commit 1a0accb
Show file tree
Hide file tree
Showing 9 changed files with 3,063 additions and 862 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,29 @@ 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/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Fixed
### Changed
### Removed

## [8.12.1] - 2023-06-28

### Fixed
- Upgrade Wagtail to 5.0.2
- Upgrade sentry-sdk to 1.26.0
- Upgrade django-stubs to 4.2.2
- Upgrade djangorestframework-stubs to 3.14.2
- Upgrade Next.js to 13.4.7
- Upgrade @swc/core to 1.3.66
- Upgrade @sentry/nextjs to 7.56.0
- Upgrade @types/react to 18.2.14
- Upgrade eslint-config-next 13.4.7
- Upgrade react-i18next to 13.0.1
- Upgrade @storybook/addon-actions to 7.0.24
- Upgrade @storybook/addon-viewport to 7.0.24
- Upgrade @storybook/addons to 7.0.24


## [8.12.0] - 2023-06-17

### Added
Expand Down
1,926 changes: 1,509 additions & 417 deletions Company-Project/frontend/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Company-Project/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"test:ci": "npx jest --ci --runInBand --reporters=default --reporters=jest-junit"
},
"dependencies": {
"@sentry/nextjs": "^7.55.2",
"@types/react": "^18.2.12",
"@sentry/nextjs": "^7.56.0",
"@types/react": "^18.2.14",
"classnames": "^2.3.2",
"i18next": "^23.1.0",
"next": "13.4.6",
"next": "13.4.7",
"next-i18next": "^14.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.0"
"react-i18next": "^13.0.1"
},
"browserslist": {
"production": [
Expand All @@ -48,21 +48,21 @@
},
"devDependencies": {
"@storybook/addon-a11y": "^7.0.22",
"@storybook/addon-actions": "^7.0.22",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addon-backgrounds": "^7.0.22",
"@storybook/addon-viewport": "^7.0.22",
"@storybook/addons": "^7.0.22",
"@storybook/addon-viewport": "^7.0.24",
"@storybook/addons": "^7.0.24",
"@storybook/nextjs": "^7.0.22",
"@storybook/react": "^7.0.22",
"@swc/core": "^1.3.64",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions Company-Project/src/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==4.2.2
psycopg2==2.9.6
sentry_sdk==1.25.1
sentry_sdk==1.26.0
python-dotenv==1.0.0
wagtail==5.0.1
wagtail==5.0.2
wagtail-meta-preview==3.0.0
wagtail_headless_preview==0.6.0
4 changes: 2 additions & 2 deletions Company-Project/src/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Add local extra requirements here (django-debug etc)
black
django-debug-toolbar
django-stubs==4.2.1
djangorestframework-stubs==3.14.1
django-stubs==4.2.2
djangorestframework-stubs==3.14.2
isort
pipdeptree
ptvsd
Expand Down
Loading

0 comments on commit 1a0accb

Please sign in to comment.