Skip to content

Commit

Permalink
Merge branch 'main' of github.com:architect-team/architect-cli into rc
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAldrich committed Oct 19, 2023
2 parents 9e52b0f + 9cd656a commit b09657a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.44.0](https://github.com/architect-team/architect-cli/compare/v1.43.0...v1.44.0) (2023-10-19)


### Bug Fixes

* **deps:** pinning sentry to a stable version ([#924](https://github.com/architect-team/architect-cli/issues/924)) ([5becc15](https://github.com/architect-team/architect-cli/commit/5becc153d905451e4b3fb61d92c01c5ab29ba406))


### Features

* **spec:** allowing an ip whitelist to be submitted as a comma-delimited string of ips/cidrs ([#923](https://github.com/architect-team/architect-cli/issues/923)) ([7436f28](https://github.com/architect-team/architect-cli/commit/7436f28bb00c4c21095343eb0b1a9e9dd65b273b))

# [1.43.0](https://github.com/architect-team/architect-cli/compare/v1.42.1...v1.43.0) (2023-08-08)


Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9243,7 +9243,7 @@ tslib@2.3.1, tslib@^2, tslib@^2.1.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3, "tslib@^2.4.1 || ^1.9.3":
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
Expand All @@ -9253,11 +9253,6 @@ tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==

"tslib@^2.4.1 || ^1.9.3":
version "2.6.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit b09657a

Please sign in to comment.