Skip to content

Commit c958ba2

Browse files
github-actions[bot]mikearnaldi
authored andcommitted
Version Packages
1 parent ff9df55 commit c958ba2

File tree

7 files changed

+22
-16
lines changed

7 files changed

+22
-16
lines changed

.changeset/loud-otters-share.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/modern-tips-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/runtime/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tsplus/runtime
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#200](https://github.com/ts-plus/stdlib/pull/200) [`ff9df55`](https://github.com/ts-plus/stdlib/commit/ff9df55f012e921f9705060d14cc1983833fbf61) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Removed Not Needed Lazy and Update TS+
8+
9+
- Updated dependencies [[`ff9df55`](https://github.com/ts-plus/stdlib/commit/ff9df55f012e921f9705060d14cc1983833fbf61), [`eeae117`](https://github.com/ts-plus/stdlib/commit/eeae117ec94c7ef1437b9af9d8792afb05725ddb)]:
10+
- @tsplus/stdlib@0.2.4
11+
312
## 0.1.4
413

514
### Patch Changes

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsplus/runtime",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
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.3"
37+
"@tsplus/stdlib": "0.2.4"
3838
},
3939
"config": {
4040
"side": [],

packages/stdlib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tsplus/stdlib
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [#200](https://github.com/ts-plus/stdlib/pull/200) [`ff9df55`](https://github.com/ts-plus/stdlib/commit/ff9df55f012e921f9705060d14cc1983833fbf61) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Removed Not Needed Lazy and Update TS+
8+
9+
* [#198](https://github.com/ts-plus/stdlib/pull/198) [`eeae117`](https://github.com/ts-plus/stdlib/commit/eeae117ec94c7ef1437b9af9d8792afb05725ddb) Thanks [@IMax153](https://github.com/IMax153)! - add Differ data type
10+
311
## 0.2.3
412

513
### Patch Changes

packages/stdlib/package.json

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,11 +915,11 @@ __metadata:
915915
version: 0.0.0-use.local
916916
resolution: "@tsplus/runtime@workspace:packages/runtime"
917917
dependencies:
918-
"@tsplus/stdlib": 0.2.3
918+
"@tsplus/stdlib": 0.2.4
919919
languageName: unknown
920920
linkType: soft
921921

922-
"@tsplus/[email protected].3, @tsplus/stdlib@workspace:packages/stdlib":
922+
"@tsplus/[email protected].4, @tsplus/stdlib@workspace:packages/stdlib":
923923
version: 0.0.0-use.local
924924
resolution: "@tsplus/stdlib@workspace:packages/stdlib"
925925
languageName: unknown

0 commit comments

Comments
 (0)