Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.33'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Mar 11, 2024
2 parents 31e94d8 + b449a3c commit 35b3000
Show file tree
Hide file tree
Showing 7 changed files with 1,131 additions and 1,170 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/[email protected].1
uses: orhun/[email protected].2
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# Create a new GitHub release using the gathered information
- name: Create the release
uses: nekofar/[email protected].13
uses: nekofar/[email protected].14
with:
tag: v${{ steps.release.outputs.version }} # The name of the tag to be released
title: v${{ steps.release.outputs.version }} # The title for the release
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## [1.0.0-alpha.32]] - 2024-03-03
## [1.0.0-alpha.33] - 2024-03-11

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.32] - 2024-03-03

### Features

Expand Down
18 changes: 9 additions & 9 deletions apps/nouns-camp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"lint": "next lint && prettier . --check"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.9.0",
"@cloudflare/next-on-pages": "^1.10.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-next-on-pages": "^1.9.0",
"vercel": "^33.5.3",
"wrangler": "^3.30.1"
"eslint-plugin-next-on-pages": "^1.10.0",
"vercel": "^33.5.5",
"wrangler": "^3.32.0"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
Expand All @@ -35,13 +35,13 @@
"@shades/ui-web": "workspace:0.0.0",
"@vercel/analytics": "^1.2.2",
"@vercel/edge-config": "^1.1.0",
"abitype": "^1.0.0",
"abitype": "^1.0.1",
"date-fns": "^3.3.1",
"diff": "^5.2.0",
"is-hotkey": "^0.2.0",
"lodash.throttle": "^4.1.1",
"marked": "^12.0.0",
"next": "^14.1.0",
"marked": "^12.0.1",
"next": "^14.1.3",
"react": "18.2.0",
"react-aria": "^3.32.1",
"react-aria-components": "1.1.1",
Expand All @@ -54,6 +54,6 @@
"use-debounce": "^10.0.0",
"viem": "^2.7.10",
"wagmi": "^2.5.7",
"zustand": "^4.5.1"
"zustand": "^4.5.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"name": "@lilnouns/lilnouns-camp",
"scripts": {
"build": "turbo build --filter='./packages/*'",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^1.12.4"
"turbo": "^1.12.5"
},
"engines": {
"node": ">=18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"reselect": "^5.1.0"
},
"devDependencies": {
"@swc/core": "^1.4.2",
"rollup": "^4.12.0",
"@swc/core": "^1.4.6",
"rollup": "^4.12.1",
"rollup-plugin-swc3": "^0.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/ui-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"./slate": "./dist/slate/index.js"
},
"devDependencies": {
"@swc/core": "^1.4.2",
"rollup": "^4.12.0",
"@swc/core": "^1.4.6",
"rollup": "^4.12.1",
"rollup-plugin-swc3": "^0.11.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 35b3000

Please sign in to comment.