Skip to content

Commit

Permalink
Version Packages (Effect-TS#2781)
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 May 20, 2024
1 parent 72a172c commit 674b132
Show file tree
Hide file tree
Showing 37 changed files with 157 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-tools-nail.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.31

### Patch Changes

- Updated dependencies [[`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6)]:
- @effect/schema@0.67.9
- @effect/platform@0.53.12

## 0.36.30

### 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.30",
"version": "0.36.31",
"type": "module",
"license": "MIT",
"description": "A library for building command-line interfaces with Effect",
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.16.12

### Patch Changes

- Updated dependencies [[`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6)]:
- @effect/schema@0.67.9
- @effect/platform@0.53.12
- @effect/platform-node@0.49.12

## 0.16.11

### Patch 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.16.11",
"version": "0.16.12",
"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.33.27

### Patch Changes

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

## 0.33.26

### 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.33.26",
"version": "0.33.27",
"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.34.18

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/platform-node-shared@0.4.31

## 0.34.17

### 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.34.17",
"version": "0.34.18",
"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.4.31

### Patch Changes

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

## 0.4.30

### Patch 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.4.30",
"version": "0.4.31",
"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.49.12

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/platform-node-shared@0.4.31

## 0.49.11

### Patch 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.49.11",
"version": "0.49.12",
"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.53.12

### Patch Changes

- Updated dependencies [[`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6)]:
- @effect/schema@0.67.9

## 0.53.11

### 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.53.11",
"version": "0.53.12",
"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.28.31

### Patch Changes

- Updated dependencies [[`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6)]:
- @effect/schema@0.67.9
- @effect/platform@0.53.12
- @effect/rpc@0.30.31

## 0.28.30

### 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.28.30",
"version": "0.28.31",
"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.30.31

### Patch Changes

- Updated dependencies [[`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6)]:
- @effect/schema@0.67.9
- @effect/platform@0.53.12

## 0.30.30

### 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.30.30",
"version": "0.30.31",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/schema

## 0.67.9

### Patch Changes

- [#2775](https://github.com/Effect-TS/effect/pull/2775) [`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6) Thanks [@KhraksMamtsov](https://github.com/KhraksMamtsov)! - fix `pattern` in JSONSchemaAnnotation of `Trimmed` schema

## 0.67.8

### 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.67.8",
"version": "0.67.9",
"type": "module",
"license": "MIT",
"description": "Modeling the schema of data structures as first-class values",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql-mssql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/sql-mssql

## 0.2.14

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/sql@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-mssql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-mssql",
"version": "0.2.13",
"version": "0.2.14",
"type": "module",
"license": "MIT",
"description": "A Microsoft SQL Server toolkit for Effect",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql-mysql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/sql-mysql2

## 0.2.14

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/sql@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-mysql2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-mysql2",
"version": "0.2.13",
"version": "0.2.14",
"type": "module",
"license": "MIT",
"description": "A MySQL toolkit for Effect",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/sql-pg

## 0.2.14

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/sql@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-pg",
"version": "0.2.13",
"version": "0.2.14",
"type": "module",
"license": "MIT",
"description": "A PostgreSQL toolkit for Effect",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql-sqlite-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/sql-sqlite-bun

## 0.2.14

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/sql@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-bun",
"version": "0.2.13",
"version": "0.2.14",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql-sqlite-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/sql-sqlite-node

## 0.2.15

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.53.12
- @effect/sql@0.2.14

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-node",
"version": "0.2.14",
"version": "0.2.15",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
7 changes: 7 additions & 0 deletions packages/sql-sqlite-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/sql-sqlite-react-native

## 0.3.14

### Patch Changes

- Updated dependencies []:
- @effect/sql@0.2.14

## 0.3.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-react-native",
"version": "0.3.13",
"version": "0.3.14",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
7 changes: 7 additions & 0 deletions packages/sql-sqlite-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/sql-sqlite-wasm

## 0.2.14

### Patch Changes

- Updated dependencies []:
- @effect/sql@0.2.14

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-wasm",
"version": "0.2.13",
"version": "0.2.14",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/sql

## 0.2.14

### Patch Changes

- Updated dependencies [[`5432fff`](https://github.com/Effect-TS/effect/commit/5432fff7c9a69d43910426c1053ebfc3b73ebed6)]:
- @effect/schema@0.67.9
- @effect/platform@0.53.12

## 0.2.13

### Patch Changes
Expand Down
Loading

0 comments on commit 674b132

Please sign in to comment.