Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 11, 2024
2 parents 908bee7 + 27143e1 commit 8470b2a
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 86 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.0.0-alpha.10] - 2024-01-11

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.9] - 2024-01-10

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions apps/nouns-camp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@swc/core": "1.3.102",
"assert": "^2.1.0",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.9.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -37,7 +37,7 @@
"@nouns/assets": "^0.5.0",
"@nouns/contracts": "^0.3.0",
"@nouns/sdk": "^0.4.0",
"@npmcli/arborist": "^7.2.2",
"@npmcli/arborist": "^7.3.0",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@shades/common": "workspace:0.0.0",
Expand All @@ -50,15 +50,15 @@
"is-hotkey": "^0.2.0",
"lodash.throttle": "^4.1.1",
"marked": "^11.1.1",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.7.7",
"pusher-js": "^8.3.0",
"react": "18.2.0",
"react-aria": "^3.31.0",
"react-aria-components": "1.0.0",
"react-aria": "^3.31.1",
"react-aria-components": "1.0.1",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.21.1",
"react-stately": "^3.29.0",
"react-stately": "^3.29.1",
"reselect": "^5.1.0",
"slate": "^0.101.5",
"slate-history": "^0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"name": "@lilnouns/lilnouns-camp",
"scripts": {
"lint": "pnpm -r run --if-present lint",
Expand Down
Loading

0 comments on commit 8470b2a

Please sign in to comment.