Skip to content

Commit fa0834a

Browse files
authored
Merge branch 'main' into feat/workspaces
2 parents b3ccf5b + 85302f2 commit fa0834a

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

docs/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
1616
"@astrojs/starlight": "^0.35.2",
17-
"astro": "^5.13.2",
17+
"astro": "^5.13.5",
1818
"sharp": "^0.34.3",
1919
"starlight-blog": "^0.24.1"
2020
},
@@ -24,6 +24,6 @@
2424
"prettier": "^3.6.2",
2525
"prettier-plugin-astro": "^0.14.1",
2626
"prettier-plugin-tailwindcss": "^0.6.14",
27-
"starlight-links-validator": "^0.17.1"
27+
"starlight-links-validator": "^0.17.2"
2828
}
2929
}

packages/dart_frog/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_frog
2-
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
2+
description: The official runtime for Dart Frog — a fast, minimalistic backend framework for Dart.
33
version: 1.2.3
44
homepage: https://dart-frog.dev
55
repository: https://github.com/dart-frog-dev/dart_frog
@@ -8,7 +8,7 @@ documentation: https://dart-frog.dev/getting-started
88
topics: [server, backend, shelf, dart-frog]
99

1010
screenshots:
11-
- description: 'Dart Frog logo.'
11+
- description: "Dart Frog logo."
1212
path: assets/logo.png
1313

1414
environment:

packages/dart_frog_web_socket/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.2
2+
3+
- refactor: standardize project-wide analysis options ([#1842](https://github.com/dart-frog-dev/dart_frog/pull/1842))
4+
- deps: upgrade to `shelf_web_socket: ">=1.0.3 <4.0.0"` ([#1691](https://github.com/dart-frog-dev/dart_frog/pull/1691))
5+
16
# 1.0.1
27

38
- refactor: upgrade analysis options ([#1798](https://github.com/dart-frog-dev/dart_frog/pull/1798))
23.4 KB
Loading

packages/dart_frog_web_socket/pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: dart_frog_web_socket
2-
description: WebSocket support for Dart Frog. Built by Very Good Ventures.
3-
version: 1.0.1
2+
description: WebSocket support for Dart Frog — a fast, minimalistic backend framework for Dart.
3+
version: 1.0.2
44
homepage: https://dart-frog.dev
55
repository: https://github.com/dart-frog-dev/dart_frog
66
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues
77
documentation: https://dart-frog.dev/getting-started
88
topics: [server, backend, dart-frog, websocket]
99

10+
screenshots:
11+
- description: "Dart Frog logo."
12+
path: assets/logo.png
13+
1014
environment:
1115
sdk: ">=3.0.0 <4.0.0"
1216

0 commit comments

Comments
 (0)