Skip to content

Commit

Permalink
Version Packages (#3044)
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 Jun 21, 2024
1 parent 1d62815 commit f5a4175
Show file tree
Hide file tree
Showing 47 changed files with 228 additions and 52 deletions.
29 changes: 0 additions & 29 deletions .changeset/empty-apricots-enjoy.md

This file was deleted.

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

## 0.36.55

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/schema@0.68.5
- @effect/platform@0.58.2

## 0.36.54

### 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.36.54",
"version": "0.36.55",
"type": "module",
"license": "MIT",
"description": "A library for building command-line interfaces with Effect",
Expand Down
9 changes: 9 additions & 0 deletions packages/cluster-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/cluster

## 0.0.7

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/schema@0.68.5
- @effect/platform@0.58.2
- @effect/platform-node@0.53.1

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster-browser",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Unified interfaces for common cluster-browser-specific services",
"publishConfig": {
"access": "public",
Expand Down
10 changes: 10 additions & 0 deletions packages/cluster-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect/cluster

## 0.0.7

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/schema@0.68.5
- @effect/platform@0.58.2
- @effect/platform-node@0.53.1
- @effect/rpc@0.31.2

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster-node",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Unified interfaces for common cluster-node-specific services",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/cluster-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/cluster

## 0.0.7

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/schema@0.68.5
- @effect/platform-node@0.53.1

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster-workflow",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "A workflow runtime using effect-cluster",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/cluster

## 0.0.7

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/schema@0.68.5
- @effect/sql@0.4.2

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Unified interfaces for common cluster-specific services",
"publishConfig": {
"access": "public",
Expand Down
9 changes: 9 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/experimental

## 0.17.1

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/schema@0.68.5
- @effect/platform@0.58.2
- @effect/platform-node@0.53.1

## 0.17.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.17.0",
"version": "0.17.1",
"type": "module",
"license": "MIT",
"description": "Experimental modules for the Effect ecosystem",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/platform-browser

## 0.37.2

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.58.2

## 0.37.1

### 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.37.1",
"version": "0.37.2",
"license": "MIT",
"description": "Platform specific implementations for the browser",
"homepage": "https://effect.website",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/platform-bun

## 0.38.1

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.58.2
- @effect/platform-node-shared@0.8.1

## 0.38.0

### Minor 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.38.0",
"version": "0.38.1",
"license": "MIT",
"description": "Platform specific implementations for the Bun runtime",
"homepage": "https://effect.website",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-node-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/platform-node-shared

## 0.8.1

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.58.2

## 0.8.0

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

## 0.53.1

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.58.2
- @effect/platform-node-shared@0.8.1

## 0.53.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-node",
"type": "module",
"version": "0.53.0",
"version": "0.53.1",
"license": "MIT",
"description": "Platform specific implementations for the Node.js runtime",
"homepage": "https://effect.website",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/platform

## 0.58.2

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/[email protected]

## 0.58.1

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

## 0.29.2

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/[email protected]
- @effect/[email protected]
- @effect/[email protected]

## 0.29.1

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

## 0.31.2

### Patch Changes

- Updated dependencies [[`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81)]:
- @effect/[email protected]
- @effect/[email protected]

## 0.31.1

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

## 0.68.5

### Patch Changes

- [#3043](https:/Effect-TS/effect/pull/3043) [`1d62815`](https:/Effect-TS/effect/commit/1d62815a50f34115606940ffa397442d75a20c81) Thanks @gcanti! - Add `make` constructor to `Class`-based APIs, closes #3042

Introduced a `make` constructor to class-based APIs to facilitate easier instantiation of classes. This method allows developers to create instances of a class without directly using the `new` keyword.

**Example**

```ts
import { Schema } from "@effect/schema";

class MyClass extends Schema.Class<MyClass>("MyClass")({
someField: Schema.String,
}) {
someMethod() {
return this.someField + "bar";
}
}

// Create an instance of MyClass using the make constructor
const instance = MyClass.make({ someField: "foo" }); // same as new MyClass({ someField: "foo" })

// Outputs to console to demonstrate that the instance is correctly created
console.log(instance instanceof MyClass); // true
console.log(instance.someField); // "foo"
console.log(instance.someMethod()); // "foobar"
```

## 0.68.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/schema",
"version": "0.68.4",
"version": "0.68.5",
"type": "module",
"license": "MIT",
"description": "Modeling the schema of data structures as first-class values",
Expand Down
7 changes: 7 additions & 0 deletions packages/sql-drizzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/sql-drizzle

## 0.2.2

### Patch Changes

- Updated dependencies []:
- @effect/[email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-drizzle",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"license": "MIT",
"description": "Drizzle integration for @effect/sql",
Expand Down
Loading

0 comments on commit f5a4175

Please sign in to comment.