Skip to content

Commit f734575

Browse files
committed
chore(release): publish
- @effect-ts/[email protected] - @effect-ts/[email protected] - @effect-ts/[email protected]
1 parent ea46428 commit f734575

File tree

7 files changed

+36
-9
lines changed

7 files changed

+36
-9
lines changed

packages/build-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.40.6](https://github.com/Effect-TS/core/compare/@effect-ts/[email protected]...@effect-ts/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @effect-ts/build-utils
9+
10+
11+
12+
13+
614
## [0.40.5](https://github.com/Effect-TS/core/compare/@effect-ts/[email protected]...@effect-ts/[email protected]) (2022-09-03)
715

816
**Note:** Version bump only for package @effect-ts/build-utils

packages/build-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-ts/build-utils",
3-
"version": "0.40.5",
3+
"version": "0.40.6",
44
"license": "MIT",
55
"repository": "https://github.com/Effect-TS/core.git",
66
"homepage": "https://www.matechs.com",
@@ -28,7 +28,7 @@
2828
"picocolors": "^1.0.0"
2929
},
3030
"devDependencies": {
31-
"@effect-ts/core": "^0.60.4"
31+
"@effect-ts/core": "^0.60.5"
3232
},
3333
"bin": "./build-utils"
3434
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.60.5](https://github.com/Effect-TS/core/compare/@effect-ts/[email protected]...@effect-ts/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @effect-ts/core
9+
10+
11+
12+
13+
614
## [0.60.4](https://github.com/Effect-TS/core/compare/@effect-ts/[email protected]...@effect-ts/[email protected]) (2022-09-03)
715

816
**Note:** Version bump only for package @effect-ts/core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-ts/core",
3-
"version": "0.60.4",
3+
"version": "0.60.5",
44
"license": "MIT",
55
"repository": "https://github.com/Effect-TS/core.git",
66
"homepage": "https://www.matechs.com",
@@ -22,7 +22,7 @@
2222
"directory": "dist"
2323
},
2424
"dependencies": {
25-
"@effect-ts/system": "^0.57.4"
25+
"@effect-ts/system": "^0.57.5"
2626
},
2727
"config": {
2828
"side": [

packages/system/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.57.5](https://github.com/Effect-TS/core/compare/@effect-ts/[email protected]...@effect-ts/[email protected]) (2022-12-21)
7+
8+
9+
### Bug Fixes
10+
11+
* fix stm tx order ([ea46428](https://github.com/Effect-TS/core/commit/ea46428452b085bc93d6ff0d1e777482b36cc1aa))
12+
13+
14+
15+
16+
617
## [0.57.4](https://github.com/Effect-TS/core/compare/@effect-ts/[email protected]...@effect-ts/[email protected]) (2022-09-03)
718

819

packages/system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-ts/system",
3-
"version": "0.57.4",
3+
"version": "0.57.5",
44
"license": "MIT",
55
"repository": "https://github.com/Effect-TS/core.git",
66
"homepage": "https://www.matechs.com",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ __metadata:
508508
version: 0.0.0-use.local
509509
resolution: "@effect-ts/build-utils@workspace:packages/build-utils"
510510
dependencies:
511-
"@effect-ts/core": ^0.60.4
511+
"@effect-ts/core": ^0.60.5
512512
peerDependencies:
513513
"@effect-ts/core": ">= 0.28.9"
514514
cpx: ">= 1.5.0"
@@ -518,15 +518,15 @@ __metadata:
518518
languageName: unknown
519519
linkType: soft
520520

521-
"@effect-ts/core@^0.60.4, @effect-ts/core@workspace:packages/core":
521+
"@effect-ts/core@^0.60.5, @effect-ts/core@workspace:packages/core":
522522
version: 0.0.0-use.local
523523
resolution: "@effect-ts/core@workspace:packages/core"
524524
dependencies:
525-
"@effect-ts/system": ^0.57.4
525+
"@effect-ts/system": ^0.57.5
526526
languageName: unknown
527527
linkType: soft
528528

529-
"@effect-ts/system@^0.57.4, @effect-ts/system@workspace:packages/system":
529+
"@effect-ts/system@^0.57.5, @effect-ts/system@workspace:packages/system":
530530
version: 0.0.0-use.local
531531
resolution: "@effect-ts/system@workspace:packages/system"
532532
languageName: unknown

0 commit comments

Comments
 (0)