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 Apr 30, 2022
1 parent 960e8ef commit 7dfea96
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-timers-end.md

This file was deleted.

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

## 0.0.26

### Patch Changes

- Updated dependencies [[`960e8ef`](https://github.com/ts-plus/stdlib/commit/960e8efc429ac3cc8c09a441a4b79c238ce83a1a)]:
- @tsplus/stdlib@0.0.61

## 0.0.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/stdlib-global",
"version": "0.0.25",
"version": "0.0.26",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"types": "./types.d.ts",
"peerDependencies": {
"@tsplus/stdlib": "^0.0.60"
"@tsplus/stdlib": "^0.0.61"
},
"peerDependenciesMeta": {
"@tsplus/stdlib": {
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.0.61

### Patch Changes

- [#117](https://github.com/ts-plus/stdlib/pull/117) [`960e8ef`](https://github.com/ts-plus/stdlib/commit/960e8efc429ac3cc8c09a441a4b79c238ce83a1a) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Fix Identity type

## 0.0.60

### 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.0.60",
"version": "0.0.61",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsplus/stdlib-global@workspace:packages/stdlib-global"
peerDependencies:
"@tsplus/stdlib": ^0.0.60
"@tsplus/stdlib": ^0.0.61
peerDependenciesMeta:
"@tsplus/stdlib":
optional: true
Expand Down

0 comments on commit 7dfea96

Please sign in to comment.