Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jul 3, 2024
2 parents 097cd96 + c58ed0e commit 2ec79b0
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ updates:
- 'react-dom'
- '@types/react'
- '@types/react-dom'
# List of packages to ignore for specific update types
ignore:
- dependency-name: "eslint"
update-types: [ "version-update:semver-major" ]
- dependency-name: "@serwist/next"
update-types: [ "version-update:semver-major" ]
- dependency-name: "@sentry/nextjs"
update-types: [ "version-update:semver-major" ]
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [1.1.1] - 2024-07-03

### ⚙️ Miscellaneous Tasks

- *(dependabot)* Ignore major version updates for eslint
- *(dependabot)* Ignore major updates for @serwist/next
- *(dependabot)* Ignore major updates for @sentry/nextjs

### ◀️ Revert

- *(deps-dev)* Bump eslint from 8.57.0 to 9.6.0 in the eslint group (#393)
- *(deps)* Bump @sentry/nextjs from 7.111.0 to 8.13.0 (#396)
- *(deps)* Bump @serwist/next from 8.4.4 to 9.0.3 (#401)

## [1.1.0] - 2024-07-02

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/nouns-camp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nouns/contracts": "0.3.0",
"@nouns/sdk": "0.4.0",
"@radix-ui/react-toolbar": "1.1.0",
"@radix-ui/react-tooltip": "1.1.1",
"@radix-ui/react-tooltip": "1.1.2",
"@sentry/nextjs": "7.111.0",
"@serwist/next": "8.4.4",
"@serwist/precaching": "9.0.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"name": "@lilnouns/lilnouns-camp",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"prettier": "3.3.2",
"turbo": "1.13.3",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.0.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 2ec79b0

Please sign in to comment.