Skip to content

Commit

Permalink
Update release data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent 216c7fe commit c3600e9
Showing 1 changed file with 54 additions and 2 deletions.
56 changes: 54 additions & 2 deletions public/data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
[
{
"url": "https://api.github.com/repos/vercel/next.js/releases/174032865",
"assets_url": "https://api.github.com/repos/vercel/next.js/releases/174032865/assets",
"upload_url": "https://uploads.github.com/repos/vercel/next.js/releases/174032865/assets{?name,label}",
"html_url": "https://github.com/vercel/next.js/releases/tag/v15.0.0-canary.146",
"id": 174032865,
"author": {
"login": "vercel-release-bot",
"id": 88769842,
"node_id": "MDQ6VXNlcjg4NzY5ODQy",
"avatar_url": "https://avatars.githubusercontent.com/u/88769842?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vercel-release-bot",
"html_url": "https://github.com/vercel-release-bot",
"followers_url": "https://api.github.com/users/vercel-release-bot/followers",
"following_url": "https://api.github.com/users/vercel-release-bot/following{/other_user}",
"gists_url": "https://api.github.com/users/vercel-release-bot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vercel-release-bot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vercel-release-bot/subscriptions",
"organizations_url": "https://api.github.com/users/vercel-release-bot/orgs",
"repos_url": "https://api.github.com/users/vercel-release-bot/repos",
"events_url": "https://api.github.com/users/vercel-release-bot/events{/privacy}",
"received_events_url": "https://api.github.com/users/vercel-release-bot/received_events",
"type": "User",
"site_admin": false
},
"node_id": "RE_kwDOBC3Cis4KX4fh",
"tag_name": "v15.0.0-canary.146",
"target_commitish": "e35b5cdb87b959e2f4b46c3c4b3810c1a7d422d3",
"name": "v15.0.0-canary.146",
"draft": false,
"prerelease": true,
"created_at": "2024-09-08T23:24:22Z",
"published_at": "2024-09-08T23:32:52Z",
"assets": [],
"tarball_url": "https://api.github.com/repos/vercel/next.js/tarball/v15.0.0-canary.146",
"zipball_url": "https://api.github.com/repos/vercel/next.js/zipball/v15.0.0-canary.146",
"body": "### Misc Changes\n\n- Turbopack build: Fix middleware dead code elimination test: #69828\n\n### Credits \n\nHuge thanks to @timneutkens for helping!\n",
"mentions_count": 1
},
{
"url": "https://api.github.com/repos/vercel/next.js/releases/173988079",
"assets_url": "https://api.github.com/repos/vercel/next.js/releases/173988079/assets",
Expand Down Expand Up @@ -37,6 +77,18 @@
"tarball_url": "https://api.github.com/repos/vercel/next.js/tarball/v15.0.0-canary.145",
"zipball_url": "https://api.github.com/repos/vercel/next.js/zipball/v15.0.0-canary.145",
"body": "### Misc Changes\n\n- create-next-app: fix font file corruption when using import alias: #69806\n- chore(github): add issues_version.yml workflow: #69810\n\n### Credits \n\nHuge thanks to @ztanner and @samcx for helping!\n",
"reactions": {
"url": "https://api.github.com/repos/vercel/next.js/releases/173988079/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 1,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"mentions_count": 2
},
{
Expand Down Expand Up @@ -287,14 +339,14 @@
"body": "## What's Changed\r\n\r\n> [!NOTE] \r\n> This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary.\r\n\r\n\r\n\r\n### Support `esmExternals` in app directory\r\n\r\n- Support esm externals in app router (#65041)\r\n- Turbopack: Allow client components from foreign code in app routes (#64751)\r\n- Turbopack: add support for esm externals in app dir (#64918)\r\n- other related PRs: #66990 #66727 #66286 #65519\r\n\r\n\r\n### Reading cookies set in middleware in components and actions\r\n\r\n- initialize ALS with cookies in middleware (#65008)\r\n- fix middleware cookie initialization (#65820)\r\n- ensure cookies set in middleware can be read in a server action (#67924)\r\n- fix: merged middleware cookies should preserve options (#67956)\r\n\r\n### Metadata and icons\r\n\r\n- support facebook-specific metadata (`fb:app_id`, `fb:admins`) in generateMetaData (#65713)\r\n- Always collect static icons for all segments (#68712)\r\n- Fix favicon merging with customized icons (#67982)\r\n- Warn metadataBase missing in standalone mode or non vercel deployment (#66296)\r\n\r\n\r\n### Parallel routes fixes\r\n\r\n- fix missing stylesheets when parallel routes are present (#69507)\r\n\r\n\r\n### Draft mode and edge improvements\r\n\r\n- fix: unstable_cache should not cache new result in draft mode (#67772)\r\n- Add draft mode flag for multi-zone (#68997)\r\n- Fix edge preview props are not matched with cookie (#67779)\r\n- other related PRs: #65426, #67787, #64946, #64313, #64370\r\n\r\n\r\n### `next/image` fixes\r\n\r\n- Allow external image urls with _next/image pathname to be rendered via Image component (#69586)\r\n\r\n### Server actions improvements\r\n\r\n- optimize server actions (#66523)\r\n- Apply optimization for unused actions (#69178)\r\n- Improve SWC transform ID generation (#69183)\r\n\r\n\r\n### Other changes\r\n\r\n- Ensure we match comment minify behavior between terser and swc (#68372)\r\n- send initialCanonicalUrl in array format to prevent crawler confusion (#69509)\r\n\r\n\r\n### Create-next-app updates\r\n\r\n- enable @typescript-eslint/recommended in create-next-app --typescript (#52845)\r\n- Update create-next-app template CSS (#66233)\r\n- Update `create-next-app` template CSS (#66043)\r\n- Update create-next-app template (#65803)\r\n- add font antialiasing to templates (#67425)\r\n- Move `create-next-app` public/ assets from local folder→ remote URL (#66931)\r\n- Use classnames to set font family in Tailwind create-next-app templates (#66374)\r\n- other related PRs: #64478, #68899, #68534, #69021, #67146, #66145\r\n\r\n\r\n**Full Changelog**: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8\r\n\r\n---\r\n\r\nHuge thanks to everyone who contributed to this release:\r\n@abhi12299, @delbaoliveira, @eps1lon, @ForsakenHarmony, @huozhi, @ijjk, @JoshuaKGoldberg, @leerob, @lubieowoce, @Netail, @ronanru, @samcx, @shuding, @sokra, @stylessh, @timfuhrmann, @wbinnssmith, @wyattjoh, @ypessoa, @ztanner",
"reactions": {
"url": "https://api.github.com/repos/vercel/next.js/releases/173516243/reactions",
"total_count": 123,
"total_count": 124,
"+1": 70,
"-1": 0,
"laugh": 0,
"hooray": 26,
"confused": 0,
"heart": 14,
"rocket": 13,
"rocket": 14,
"eyes": 0
},
"mentions_count": 20
Expand Down

0 comments on commit c3600e9

Please sign in to comment.