Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent cc2c43e commit 741f06d
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/tricky-wombats-yawn.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- cc2c43e: update packages

## 1.8.0

### Minor 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-app/cli",
"version": "1.8.0",
"version": "1.9.0",
"license": "MIT",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/effect-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/prelude

## 2.16.0

### Minor Changes

- cc2c43e: update packages

## 2.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect-app",
"version": "2.15.0",
"version": "2.16.0",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-codegen-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/eslint-codegen-model

## 1.28.0

### Minor Changes

- cc2c43e: update packages

## 1.27.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effect-app/eslint-codegen-model",
"description": "Contains eslint helpers",
"sideEffects": false,
"version": "1.27.2",
"version": "1.28.0",
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && tsc --build",
Expand Down
11 changes: 11 additions & 0 deletions packages/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect-app/infra

## 2.28.0

### Minor Changes

- cc2c43e: update packages

### Patch Changes

- Updated dependencies [cc2c43e]
- effect-app@2.16.0

## 2.27.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/infra",
"version": "2.27.2",
"version": "2.28.0",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/pnpm-singleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/pnpm-singleton

## 0.90.0

### Minor Changes

- cc2c43e: update packages

## 0.89.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-singleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/pnpm-singleton",
"version": "0.89.0",
"version": "0.90.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect-app/vue

## 2.11.0

### Minor Changes

- cc2c43e: update packages

### Patch Changes

- Updated dependencies [cc2c43e]
- effect-app@2.16.0

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/vue",
"version": "2.10.0",
"version": "2.11.0",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
Expand Down

0 comments on commit 741f06d

Please sign in to comment.