Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mikearnaldi committed Aug 10, 2022
1 parent ff9df55 commit c958ba2
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-otters-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-tips-sell.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tsplus/runtime

## 0.1.5

### Patch Changes

- [#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+

- Updated dependencies [[`ff9df55`](https://github.com/ts-plus/stdlib/commit/ff9df55f012e921f9705060d14cc1983833fbf61), [`eeae117`](https://github.com/ts-plus/stdlib/commit/eeae117ec94c7ef1437b9af9d8792afb05725ddb)]:
- @tsplus/stdlib@0.2.4

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/runtime",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@tsplus/stdlib": "0.2.3"
"@tsplus/stdlib": "0.2.4"
},
"config": {
"side": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tsplus/stdlib

## 0.2.4

### Patch Changes

- [#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+

* [#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

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/stdlib",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -915,11 +915,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsplus/runtime@workspace:packages/runtime"
dependencies:
"@tsplus/stdlib": 0.2.3
"@tsplus/stdlib": 0.2.4
languageName: unknown
linkType: soft

"@tsplus/[email protected].3, @tsplus/stdlib@workspace:packages/stdlib":
"@tsplus/[email protected].4, @tsplus/stdlib@workspace:packages/stdlib":
version: 0.0.0-use.local
resolution: "@tsplus/stdlib@workspace:packages/stdlib"
languageName: unknown
Expand Down

0 comments on commit c958ba2

Please sign in to comment.