Skip to content

Commit

Permalink
Version Packages (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 13, 2023
1 parent 999dd9d commit 95729e1
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-spoons-repair.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/pac-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pac-proxy-agent

## 6.0.4

### Patch Changes

- 999dd9d: Fix `pac+` prefixed protocol URIs

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pac-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pac-proxy-agent",
"version": "6.0.3",
"version": "6.0.4",
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# proxy-agent

## 6.2.2

### Patch Changes

- 999dd9d: Fix `pac+` prefixed protocol URIs
- Updated dependencies [999dd9d]
- [email protected]

## 6.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-agent",
"version": "6.2.1",
"version": "6.2.2",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^6.0.3",
"pac-proxy-agent": "^6.0.4",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.1"
},
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 95729e1

@vercel
Copy link

@vercel vercel bot commented on 95729e1 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app
proxy-agents.vercel.app

Please sign in to comment.