Skip to content

Commit

Permalink
Merge pull request #269 from thefrontside/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
cowboyd committed Sep 8, 2023
2 parents 63261c5 + af581b1 commit 5041097
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changes/github-api-repositoryOwner-resolver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/ldap-await-server-init.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/github-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.4.0]

- [`955dd7f`](https://github.com/thefrontside/simulacrum/commit/955dd7f248f6f1352b6be10327dda48a0ffcea58)([#267](https://github.com/thefrontside/simulacrum/pull/267)) Adds the `repositoryOwner` resolver.

## \[0.3.3]

- [`d38705a`](https://github.com/thefrontside/simulacrum/commit/d38705aaa34ce10a9a57ed418a277c7aa777fb97)([#265](https://github.com/thefrontside/simulacrum/pull/265)) Adding the isArchived and defaultBranchRef as options to return in the query.
Expand Down
2 changes: 1 addition & 1 deletion packages/github-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/github-api-simulator",
"version": "0.3.3",
"version": "0.4.0",
"private": false,
"description": "Provides common functionality to frontend app and plugins.",
"main": "dist/cjs/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/ldap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.5.5]

- [`7c69bbd`](https://github.com/thefrontside/simulacrum/commit/7c69bbd650c7ab2463192fd117c7ee20cc751eff) Don't resolve `createLDAPServer()` until server is known to be accepting
connections.

## \[0.5.4]

- When creating a person with the person simulator, we now allow passing in a specific `id` to use.
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/ldap-simulator",
"version": "0.5.4",
"version": "0.5.5",
"description": "Run local LDAP server with specific users for local development and integration testing",
"main": "dist/index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 5041097

Please sign in to comment.