Skip to content

Commit

Permalink
Merge branch 'upstream_master'
Browse files Browse the repository at this point in the history
* upstream_master:
  lerna repair, remove deprecated command
  udpate lerna version, update node version
  5.3.1 (stoplightio#2368)
  remove faker types not in use
  remove package-lock.json
  • Loading branch information
saturna committed Sep 18, 2023
2 parents 0018b62 + 59de042 commit 52c7ce2
Show file tree
Hide file tree
Showing 10 changed files with 1,195 additions and 19,233 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2.1
executors:
docker-node:
docker:
- image: circleci/node:16
- image: cimg/node:16.20.2
docker-harness:
docker:
- image: circleci/node:16
- image: cimg/node:16.20.2
- image: kennethreitz/httpbin
name: httpbin.org
macos:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run:
name: Publish
command: yarn lerna publish from-git --create-release=github --yes --no-verify-access
command: yarn lerna publish from-git --create-release=github --yes
- run:
name: Create CLI binaries
command: npx pkg --out-path ./cli-binaries ./packages/cli/
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

# Unreleased

# 5.3.1 (2023.08.25)

- fixed issue with validateOutput() when schema contains internal reference. [#2363](https://github.com/stoplightio/prism/pull/2363) - thanks @mtjandra for your contribution!

# 5.3.0 (2023.08.17)

- added new cli parameter to control the json schema faker fillProperties setting universally. [#2355](https://github.com/stoplightio/prism/pull/2355)
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.3.0",
"independent": false
"version": "5.3.1",
"independent": false,
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit 52c7ce2

Please sign in to comment.