Skip to content

Commit

Permalink
🔖 bump version 2.1.1 (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Oct 1, 2023
1 parent 5d4cf7e commit 94dff49
Show file tree
Hide file tree
Showing 86 changed files with 281 additions and 14,880 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.291
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -20,7 +20,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
stages: [commit]
Expand Down
519 changes: 275 additions & 244 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.1.0"
version = "2.1.1"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions website/src/components/Home/Feature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function HomeFeature({

function HomeFeatureSingleColumn(props: Feature): JSX.Element {
return (
<div className="grid mx-auto px-4 py-8 md:px-16">
<div className="grid grid-cols-1 px-4 py-8 md:px-16">
<HomeFeature {...props} />
</div>
);
Expand All @@ -50,7 +50,7 @@ function HomeFeatureDoubleColumn({
const [children1, children2] = children ?? [];

return (
<div className="grid gap-x-6 gap-y-8 grid-cols-1 lg:grid-cols-2 max-w-7xl mx-auto px-4 py-8 md:px-16">
<div className="grid gap-x-6 gap-y-8 grid-cols-1 lg:grid-cols-2 max-w-7xl px-4 py-8 md:px-16">
<HomeFeature {...feature1}>{children1}</HomeFeature>
<HomeFeature {...feature2}>{children2}</HomeFeature>
</div>
Expand Down
49 changes: 0 additions & 49 deletions website/versioned_docs/version-2.0.0/README.md

This file was deleted.

161 changes: 0 additions & 161 deletions website/versioned_docs/version-2.0.0/advanced/adapter.md

This file was deleted.

Loading

0 comments on commit 94dff49

Please sign in to comment.