Skip to content

Commit

Permalink
Version Packages (#2388)
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 Mar 24, 2024
1 parent 75a8d16 commit 0a92b7f
Show file tree
Hide file tree
Showing 40 changed files with 400 additions and 125 deletions.
7 changes: 0 additions & 7 deletions .changeset/breezy-goats-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-bananas-dress.md

This file was deleted.

45 changes: 0 additions & 45 deletions .changeset/odd-clocks-applaud.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/proud-pandas-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-peaches-brush.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/tiny-garlics-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-crews-whisper.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @effect/cli

## 0.35.18

### Patch Changes

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

- Updated dependencies [[`9392de6`](https://github.com/Effect-TS/effect/commit/9392de6baa6861662abc2bd3171897145f5ea073), [`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87), [`9392de6`](https://github.com/Effect-TS/effect/commit/9392de6baa6861662abc2bd3171897145f5ea073), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87), [`d17a427`](https://github.com/Effect-TS/effect/commit/d17a427c4427972fb55c45a058780716dc408631)]:
- @effect/schema@0.64.12
- @effect/platform@0.48.16
- effect@2.4.12
- @effect/printer@0.31.21
- @effect/printer-ansi@0.32.21

## 0.35.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/cli",
"version": "0.35.17",
"version": "0.35.18",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
6 changes: 6 additions & 0 deletions packages/effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# effect

## 2.4.12

### Patch Changes

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

## 2.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect",
"version": "2.4.11",
"version": "2.4.12",
"type": "module",
"license": "MIT",
"description": "The missing standard library for TypeScript, for writing production-grade software.",
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/src/internal/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let moduleVersion = "2.4.11"
let moduleVersion = "2.4.12"

export const getCurrentVersion = () => moduleVersion

Expand Down
12 changes: 12 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/experimental

## 0.14.1

### Patch Changes

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

- Updated dependencies [[`9392de6`](https://github.com/Effect-TS/effect/commit/9392de6baa6861662abc2bd3171897145f5ea073), [`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87), [`9392de6`](https://github.com/Effect-TS/effect/commit/9392de6baa6861662abc2bd3171897145f5ea073), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87), [`d17a427`](https://github.com/Effect-TS/effect/commit/d17a427c4427972fb55c45a058780716dc408631)]:
- @effect/schema@0.64.12
- @effect/platform-node@0.45.18
- @effect/platform@0.48.16
- effect@2.4.12

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/experimental",
"version": "0.14.0",
"version": "0.14.1",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
9 changes: 9 additions & 0 deletions packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/opentelemetry

## 0.31.22

### Patch Changes

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

- Updated dependencies [[`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87)]:
- effect@2.4.12

## 0.31.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/opentelemetry",
"version": "0.31.21",
"version": "0.31.22",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
48 changes: 48 additions & 0 deletions packages/platform-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @effect/platform-browser

## 0.31.16

### Patch Changes

- [#2387](https://github.com/Effect-TS/effect/pull/2387) [`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e) Thanks [@tim-smart](https://github.com/tim-smart)! - add Cookies module to /platform http

To add cookies to a http response:

```ts
import * as Http from "@effect/platform/HttpServer";

Http.response.empty().pipe(
Http.response.setCookies([
["name", "value"],
["foo", "bar", { httpOnly: true }],
]),
);
```

You can also use cookies with the http client:

```ts
import * as Http from "@effect/platform/HttpClient";
import { Effect, Ref } from "effect";
Effect.gen(function* (_) {
const ref = yield* _(Ref.make(Http.cookies.empty));
const defaultClient = yield* _(Http.client.Client);
const clientWithCookies = defaultClient.pipe(
Http.client.withCookiesRef(ref),
Http.client.filterStatusOk,
);
// cookies will be stored in the ref and sent in any subsequent requests
yield* _(
Http.request.get("https://www.google.com/"),
clientWithCookies,
Effect.scoped,
);
});
```

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

- Updated dependencies [[`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87)]:
- @effect/platform@0.48.16
- effect@2.4.12

## 0.31.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-browser",
"type": "module",
"version": "0.31.15",
"version": "0.31.16",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
49 changes: 49 additions & 0 deletions packages/platform-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @effect/platform-bun

## 0.32.29

### Patch Changes

- [#2387](https://github.com/Effect-TS/effect/pull/2387) [`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e) Thanks [@tim-smart](https://github.com/tim-smart)! - add Cookies module to /platform http

To add cookies to a http response:

```ts
import * as Http from "@effect/platform/HttpServer";

Http.response.empty().pipe(
Http.response.setCookies([
["name", "value"],
["foo", "bar", { httpOnly: true }],
]),
);
```

You can also use cookies with the http client:

```ts
import * as Http from "@effect/platform/HttpClient";
import { Effect, Ref } from "effect";
Effect.gen(function* (_) {
const ref = yield* _(Ref.make(Http.cookies.empty));
const defaultClient = yield* _(Http.client.Client);
const clientWithCookies = defaultClient.pipe(
Http.client.withCookiesRef(ref),
Http.client.filterStatusOk,
);
// cookies will be stored in the ref and sent in any subsequent requests
yield* _(
Http.request.get("https://www.google.com/"),
clientWithCookies,
Effect.scoped,
);
});
```

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

- Updated dependencies [[`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87)]:
- @effect/platform-node-shared@0.3.16
- @effect/platform@0.48.16
- effect@2.4.12

## 0.32.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-bun",
"type": "module",
"version": "0.32.28",
"version": "0.32.29",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
48 changes: 48 additions & 0 deletions packages/platform-node-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @effect/platform-node-shared

## 0.3.16

### Patch Changes

- [#2387](https://github.com/Effect-TS/effect/pull/2387) [`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e) Thanks [@tim-smart](https://github.com/tim-smart)! - add Cookies module to /platform http

To add cookies to a http response:

```ts
import * as Http from "@effect/platform/HttpServer";

Http.response.empty().pipe(
Http.response.setCookies([
["name", "value"],
["foo", "bar", { httpOnly: true }],
]),
);
```

You can also use cookies with the http client:

```ts
import * as Http from "@effect/platform/HttpClient";
import { Effect, Ref } from "effect";
Effect.gen(function* (_) {
const ref = yield* _(Ref.make(Http.cookies.empty));
const defaultClient = yield* _(Http.client.Client);
const clientWithCookies = defaultClient.pipe(
Http.client.withCookiesRef(ref),
Http.client.filterStatusOk,
);
// cookies will be stored in the ref and sent in any subsequent requests
yield* _(
Http.request.get("https://www.google.com/"),
clientWithCookies,
Effect.scoped,
);
});
```

- [#2385](https://github.com/Effect-TS/effect/pull/2385) [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87) Thanks [@tim-smart](https://github.com/tim-smart)! - update typescript to 5.4

- Updated dependencies [[`75a8d16`](https://github.com/Effect-TS/effect/commit/75a8d16247cc14860cdd7fd948ef542c50c2d55e), [`3307729`](https://github.com/Effect-TS/effect/commit/3307729de162a033fa9caa8e14c111013dcf0d87)]:
- @effect/platform@0.48.16
- effect@2.4.12

## 0.3.15

### Patch Changes
Expand Down
Loading

0 comments on commit 0a92b7f

Please sign in to comment.