Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): prepare for version 1.1.0 alpha.36 #297

Merged
merged 16 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "A Nounish URL shortener for LilNouns DAO."
repository = "https://github.com/lilnouns/lilnouns-click"
license = "Apache-2.0"
include = ["*.graphql"]
rust-version = "1.83.0"

# https://github.com/rustwasm/wasm-pack/issues/1247
[package.metadata.wasm-pack.profile.release]
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "lilnouns-click",
"private": true,
"scripts": {
"deploy": "wrangler deploy --env dev",
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.92.0"
},
"name": "lilnouns-click",
"private": true,
"scripts": {
"deploy": "wrangler deploy --env dev",
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.92.0"
},
"resolutions": {
"undici": ">=5.28.4"
"undici": ">=5.28.4",
"cookie": ">=0.7.0"
}
}
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

Loading
Loading