Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 26, 2024
2 parents 1739fc3 + f84fe90 commit ed207cd
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 150 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.15] - 2024-01-26

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.14] - 2024-01-23

### Features
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 @@ -8,7 +8,7 @@
"format": "prettier . --write"
},
"devDependencies": {
"@swc/core": "1.3.105",
"@swc/core": "1.3.106",
"assert": "^2.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
Expand All @@ -27,7 +27,7 @@
"swc-loader": "^0.2.3",
"url": "^0.11.3",
"util": "^0.12.5",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-config": "workspace:0.0.0",
"webpack-dev-server": "^4.15.1"
Expand All @@ -37,8 +37,8 @@
"@nouns/assets": "^0.5.0",
"@nouns/contracts": "^0.3.0",
"@nouns/sdk": "^0.4.0",
"@npmcli/arborist": "^7.3.0",
"@prophouse/sdk-react": "^1.0.20",
"@npmcli/arborist": "^7.3.1",
"@prophouse/sdk-react": "^1.0.21",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@shades/common": "workspace:0.0.0",
Expand All @@ -47,7 +47,7 @@
"abitype": "^1.0.0",
"date-fns": "^3.3.1",
"diff": "^5.1.0",
"dotenv": "^16.3.2",
"dotenv": "^16.4.1",
"is-hotkey": "^0.2.0",
"lodash.throttle": "^4.1.1",
"marked": "^11.1.1",
Expand All @@ -63,7 +63,7 @@
"reselect": "^5.1.0",
"slate": "^0.101.5",
"slate-history": "^0.100.0",
"slate-react": "^0.101.5",
"slate-react": "^0.101.6",
"tinykeys": "^2.1.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
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.14",
"version": "1.0.0-alpha.15",
"name": "@lilnouns/lilnouns-camp",
"scripts": {
"lint": "pnpm -r run --if-present lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./custom-emoji": "./dist/custom-emoji.js"
},
"devDependencies": {
"@swc/core": "^1.3.105",
"@swc/core": "^1.3.106",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"rollup-plugin-swc3": "^0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-aria": "*"
},
"devDependencies": {
"@swc/core": "^1.3.105",
"@swc/core": "^1.3.106",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"rollup-plugin-swc3": "^0.11.0"
Expand Down
Loading

0 comments on commit ed207cd

Please sign in to comment.