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 1.10.0 #1463

Merged
merged 25 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6458705
Merge branch 'main' into beta
brandonroberts Nov 18, 2024
a7f4587
perf(vite-plugin-angular): speed up tests by reusing compiler (#1444)
yjaaidi Nov 19, 2024
167a52d
chore: release 1.9.5-beta.1 [skip ci]
semantic-release-bot Nov 19, 2024
72b8dc7
feat(create-analog): update template for latest to Angular v19 (#1447)
brandonroberts Nov 19, 2024
1302fb1
chore: release 1.10.0-beta.1 [skip ci]
semantic-release-bot Nov 19, 2024
2008bd8
fix(router): make withExtraRoutes function public (#1446)
brandonroberts Nov 19, 2024
22a3c18
chore: release 1.10.0-beta.2 [skip ci]
semantic-release-bot Nov 19, 2024
5e75b50
feat(vite-plugin-nitro): update Nitro to 2.10.x and add default compa…
brandonroberts Nov 19, 2024
ee720d2
chore: release 1.10.0-beta.3 [skip ci]
semantic-release-bot Nov 19, 2024
cdff236
feat(nx-plugin): add template for Angular v19 (#1451)
brandonroberts Nov 20, 2024
a346518
chore: release 1.10.0-beta.4 [skip ci]
semantic-release-bot Nov 20, 2024
3ad2dec
fix(router): support transfer state/prerendering for static assets (#…
brandonroberts Nov 21, 2024
fa9ec04
chore: release 1.10.0-beta.5 [skip ci]
semantic-release-bot Nov 21, 2024
345a708
docs: add section for copying assets to migration guide (#1454)
brandonroberts Nov 21, 2024
8ab7b62
refactor: migrated ng-app from .analog to .ag extension (#1456)
nickytonline Nov 23, 2024
efd3945
docs: add nickytonline as a contributor for code (#1457)
allcontributors[bot] Nov 23, 2024
b767a79
fix(platform): exclude Nx Module Federation package from optimization…
brandonroberts Nov 26, 2024
e539838
chore: release 1.10.0-beta.6 [skip ci]
semantic-release-bot Nov 26, 2024
fec5bbc
chore: release @analogjs/trpc 0.2.47
brandonroberts Nov 27, 2024
0bbefa0
feat(vitest-angular): introduce application bundle-based Vitest build…
brandonroberts Dec 2, 2024
89fa29d
chore: release 1.10.0-beta.7 [skip ci]
semantic-release-bot Dec 2, 2024
db4829f
feat(router): expose form action directive to support server forms (#…
brandonroberts Dec 2, 2024
2b18dc2
chore: release 1.10.0-beta.8 [skip ci]
semantic-release-bot Dec 2, 2024
e204a71
feat(router): add support for visualizing routes for debugging (#1464)
brandonroberts Dec 3, 2024
22ca1c5
chore: release 1.10.0-beta.9 [skip ci]
semantic-release-bot Dec 3, 2024
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
Prev Previous commit
Next Next commit
chore: release @analogjs/trpc 0.2.47
  • Loading branch information
brandonroberts committed Nov 27, 2024
commit fec5bbc6d8beeb0ac1200ca53282828f99234d4f
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/trpc",
"version": "0.2.46",
"version": "0.2.47",
"description": "Angular/Nitro-based tRPC integration",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down
Loading