Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Jun 30, 2023
1 parent 8134137 commit 9f5414e
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 24 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-06-30

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`edge` - `v0.0.7`](#edge---v007)
- [`netlify_edge` - `v0.0.1-dev.14`](#netlify_edge---v001-dev14)
- [`supabase_functions` - `v0.0.2+4`](#supabase_functions---v0024)
- [`cloudflare_workers` - `v0.0.4+4`](#cloudflare_workers---v0044)
- [`vercel_edge` - `v0.0.4+4`](#vercel_edge---v0044)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `netlify_edge` - `v0.0.1-dev.14`
- `supabase_functions` - `v0.0.2+4`
- `cloudflare_workers` - `v0.0.4+4`
- `vercel_edge` - `v0.0.4+4`

---

#### `edge` - `v0.0.7`

- **FEAT**: add `edge.yaml` support + supabase config. ([8134137d](https://github.com/invertase/dart_edge/commit/8134137d28e66871ae03514e1e7c5284b26e600d))


## 2023-05-22

### Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-durable-objects/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
cloudflare_workers: 0.0.4+3
edge: ^0.0.6+1
cloudflare_workers: 0.0.4+4
edge: ^0.0.7
4 changes: 2 additions & 2 deletions examples/supabase-edge-functions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
edge: ^0.0.7
edge_http_client: ^0.0.1+3
supabase: ^1.6.3
supabase_functions: ^0.0.2+3
supabase_functions: ^0.0.2+4
yet_another_json_isolate: ^1.0.2

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions examples/vercel-edge-shelf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
vercel_edge: ^0.0.4+3
edge: ^0.0.7
vercel_edge: ^0.0.4+4
shelf: ^1.4.0
shelf_router: ^1.1.3

4 changes: 4 additions & 0 deletions packages/cloudflare_workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4+4

- Update a dependency to the latest release.

## 0.0.4+3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudflare_workers/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
cloudflare_workers: 0.0.4+3
edge: ^0.0.6+1
cloudflare_workers: 0.0.4+4
edge: ^0.0.7
4 changes: 2 additions & 2 deletions packages/cloudflare_workers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: cloudflare_workers
description: Write and deploy Dart functions to Cloudflare Workers.
homepage: https://dartedge.dev
repository: https://github.com/invertase/dart_edge/tree/main/packages/cloudflare_workers
version: 0.0.4+3
version: 0.0.4+4

environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
edge: ^0.0.7
edge_runtime: ^0.0.4+2
js_bindings: ^0.1.0
js: ^0.6.5
Expand Down
4 changes: 4 additions & 0 deletions packages/edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.7

- **FEAT**: add `edge.yaml` support + supabase config. ([8134137d](https://github.com/invertase/dart_edge/commit/8134137d28e66871ae03514e1e7c5284b26e600d))

## 0.0.6+1

- **FIX**(supabase_functions): compile code when no dev flag is provided. ([c9c0fe3b](https://github.com/invertase/dart_edge/commit/c9c0fe3b3cd3496ce3fa3b7dab7f7d4a787d963e))
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: edge
description: Run Dart code on Edge functions, supporting Vercel and Cloudflare Workers.
homepage: https://dartedge.dev
repository: https://github.com/invertase/dart_edge/tree/main/packages/edge
version: 0.0.6+1
version: 0.0.7

environment:
sdk: ">=2.18.5 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/edge_runtime/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
edge: ^0.0.7
edge_runtime: ^0.0.4+2
4 changes: 4 additions & 0 deletions packages/netlify_edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-dev.14

- Update a dependency to the latest release.

## 0.0.1-dev.13

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/netlify_edge/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
netlify_edge: 0.0.1-dev.13
edge: ^0.0.6+1
netlify_edge: 0.0.1-dev.14
edge: ^0.0.7
4 changes: 2 additions & 2 deletions packages/netlify_edge/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: netlify_edge
description: Write and deploy Dart functions to the Netlify Edge network.
homepage: https://dartedge.dev
repository: https://github.com/invertase/dart_edge/tree/main/packages/netlify_edge
version: 0.0.1-dev.13
version: 0.0.1-dev.14

environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
edge: ^0.0.7
edge_runtime: ^0.0.4+2
js_bindings: ^0.1.0
js: ^0.6.5
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase_functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2+4

- Update a dependency to the latest release.

## 0.0.2+3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/supabase_functions/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
supabase_functions: ^0.0.2+3
edge: ^0.0.7
supabase_functions: ^0.0.2+4
4 changes: 2 additions & 2 deletions packages/supabase_functions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: supabase_functions
description: Write and deploy Dart functions to Supabase Functions.
homepage: https://dartedge.dev
repository: https://github.com/invertase/dart_edge/tree/main/packages/supabase_functions
version: 0.0.2+3
version: 0.0.2+4

environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
deno_deploy: ^0.0.1-dev.6
edge: ^0.0.6+1
edge: ^0.0.7
edge_runtime: ^0.0.4+2
js_bindings: ^0.1.0
js: ^0.6.5
Expand Down
4 changes: 4 additions & 0 deletions packages/vercel_edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4+4

- Update a dependency to the latest release.

## 0.0.4+3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/vercel_edge/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
vercel_edge: ^0.0.4+3
edge: ^0.0.7
vercel_edge: ^0.0.4+4
shelf: ^1.4.0
shelf_router: ^1.1.3

4 changes: 2 additions & 2 deletions packages/vercel_edge/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: vercel_edge
description: Write and deploy Dart functions to the Vercel Edge network.
homepage: https://dartedge.dev
repository: https://github.com/invertase/dart_edge/tree/main/packages/cloudflare_workers
version: 0.0.4+3
version: 0.0.4+4

environment:
sdk: ">=2.18.5 <3.0.0"

dependencies:
edge: ^0.0.6+1
edge: ^0.0.7
edge_runtime: ^0.0.4+2
js_bindings: ^0.1.0
js: ^0.6.5
Expand Down

0 comments on commit 9f5414e

Please sign in to comment.