Skip to content

Commit d0a7c77

Browse files
github-actions[bot]mikearnaldi
authored andcommitted
Version Packages
1 parent 55fe672 commit d0a7c77

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/weak-melons-ring.md

-5
This file was deleted.

packages/runtime/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tsplus/runtime
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55fe672`](https://github.com/ts-plus/stdlib/commit/55fe672b1c5b00564a0d2fdd99d99a41315e50cb)]:
8+
- @tsplus/stdlib@0.2.8
9+
310
## 0.1.9
411

512
### Patch Changes

packages/runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsplus/runtime",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"type": "module",
55
"repository": "https://github.com/ts-plus/stdlib.git",
66
"author": "Michael Arnaldi <[email protected]>",
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"dependencies": {
37-
"@tsplus/stdlib": "0.2.7"
37+
"@tsplus/stdlib": "0.2.8"
3838
},
3939
"config": {
4040
"side": [],

packages/stdlib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tsplus/stdlib
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- [#212](https://github.com/ts-plus/stdlib/pull/212) [`55fe672`](https://github.com/ts-plus/stdlib/commit/55fe672b1c5b00564a0d2fdd99d99a41315e50cb) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Improve Equals on Object, fix Tag/Eval equality
8+
39
## 0.2.7
410

511
### Patch Changes

packages/stdlib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsplus/stdlib",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"type": "module",
55
"repository": "https://github.com/ts-plus/stdlib.git",
66
"author": "Michael Arnaldi <[email protected]>",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -936,11 +936,11 @@ __metadata:
936936
version: 0.0.0-use.local
937937
resolution: "@tsplus/runtime@workspace:packages/runtime"
938938
dependencies:
939-
"@tsplus/stdlib": 0.2.7
939+
"@tsplus/stdlib": 0.2.8
940940
languageName: unknown
941941
linkType: soft
942942

943-
"@tsplus/[email protected].7, @tsplus/stdlib@workspace:packages/stdlib":
943+
"@tsplus/[email protected].8, @tsplus/stdlib@workspace:packages/stdlib":
944944
version: 0.0.0-use.local
945945
resolution: "@tsplus/stdlib@workspace:packages/stdlib"
946946
languageName: unknown

0 commit comments

Comments
 (0)