Skip to content

Commit

Permalink
Version Packages (#13235)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 27, 2024
1 parent 82cac16 commit 2d3f551
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-geckos-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-phones-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-rules-lick.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/adapter-cloudflare

## 5.0.0
### Major Changes


- feat: remove esbuild step ([#13132](https://github.com/sveltejs/kit/pull/13132))


### Patch Changes

- Updated dependencies [[`12ce7eb19fb57907e3db29ef981a8c7a0afc4b6f`](https://github.com/sveltejs/kit/commit/12ce7eb19fb57907e3db29ef981a8c7a0afc4b6f), [`528af75f846f971ef64e4d109ac5e22fca046b90`](https://github.com/sveltejs/kit/commit/528af75f846f971ef64e4d109ac5e22fca046b90)]:
- @sveltejs/kit@2.15.1

## 4.9.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "4.9.0",
"version": "5.0.0",
"description": "Adapter for building SvelteKit applications on Cloudflare Pages with Workers integration",
"keywords": [
"adapter",
Expand Down
9 changes: 9 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/kit

## 2.15.1
### Patch Changes


- fix: add CSP hashes/nonces to inline styles when using `bundleStrategy: 'inline'` ([#13232](https://github.com/sveltejs/kit/pull/13232))


- fix: silence dev/prod warning during sync ([#13244](https://github.com/sveltejs/kit/pull/13244))

## 2.15.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.15.0",
"version": "2.15.1",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.15.0';
export const VERSION = '2.15.1';

0 comments on commit 2d3f551

Please sign in to comment.