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 Jun 3, 2022
1 parent 03ffc91 commit e1b5632
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-spoons-jog.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.40

### Patch Changes

- Updated dependencies [[`03ffc91`](https://github.com/ts-plus/stdlib/commit/03ffc91a994d379261b8678f51dd22e6a0ed22a0)]:
- @tsplus/stdlib@0.0.75

## 0.0.39

### 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.39",
"version": "0.0.40",
"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.74"
"@tsplus/stdlib": "^0.0.75"
},
"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.75

### Patch Changes

- [#158](https://github.com/ts-plus/stdlib/pull/158) [`03ffc91`](https://github.com/ts-plus/stdlib/commit/03ffc91a994d379261b8678f51dd22e6a0ed22a0) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Extend Iterable in Array / Set / Map

## 0.0.74

### 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.74",
"version": "0.0.75",
"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 @@ -885,7 +885,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsplus/stdlib-global@workspace:packages/stdlib-global"
peerDependencies:
"@tsplus/stdlib": ^0.0.74
"@tsplus/stdlib": ^0.0.75
peerDependenciesMeta:
"@tsplus/stdlib":
optional: true
Expand Down

0 comments on commit e1b5632

Please sign in to comment.