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 11, 2022
1 parent e951ee4 commit 7d8d9b9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-trainers-remember.md

This file was deleted.

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

## 0.1.6

### Patch Changes

- Updated dependencies [[`e951ee4`](https://github.com/ts-plus/stdlib/commit/e951ee46744d97135c361817cd4abb0b3e022cf0)]:
- @tsplus/stdlib@0.2.5

## 0.1.5

### 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.5",
"version": "0.1.6",
"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.4"
"@tsplus/stdlib": "0.2.5"
},
"config": {
"side": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tsplus/stdlib

## 0.2.5

### Patch Changes

- [#201](https://github.com/ts-plus/stdlib/pull/201) [`e951ee4`](https://github.com/ts-plus/stdlib/commit/e951ee46744d97135c361817cd4abb0b3e022cf0) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix HashMap Modify

## 0.2.4

### 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.4",
"version": "0.2.5",
"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.4
"@tsplus/stdlib": 0.2.5
languageName: unknown
linkType: soft

"@tsplus/[email protected].4, @tsplus/stdlib@workspace:packages/stdlib":
"@tsplus/[email protected].5, @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 7d8d9b9

Please sign in to comment.