Skip to content

Commit

Permalink
v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sakari committed Jul 26, 2023
1 parent 36b8798 commit 3381ba1
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "7.3.1",
"version": "7.3.2",
"npmClient": "yarn",
"ignoreChanges": [
"packages/**/*.story.tsx",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-axios-adapter",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "Axios adapter for Oats a Openapi3 based generator for typescript aware servers and clients",
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"devDependencies": {
"@jest/globals": "29.5.0",
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/form-data": "2.5.0",
"axios": "0.27.2",
"jest": "29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-fast-check",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "fast-check value generator for smartlyio/oats types",
"private": false,
Expand Down Expand Up @@ -38,8 +38,8 @@
"client"
],
"devDependencies": {
"@smartlyio/oats": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats": "^7.3.2",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-fetch-adapter",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "Fetch adapter for Oats a Openapi3 based generator for typescript aware servers and clients",
"private": false,
Expand Down Expand Up @@ -34,7 +34,7 @@
"client"
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-koa-adapter",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "Koa adapter for Oats",
"private": false,
Expand Down Expand Up @@ -37,7 +37,7 @@
"client"
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/koa": "2.13.6",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-mirage-adapter",
"version": "7.3.1",
"version": "7.3.2",
"description": "Mirage.js adapter for Oats",
"licence": "MIT",
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"server"
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"miragejs": "0.1.47",
Expand Down
8 changes: 4 additions & 4 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-nock-adapter",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "nock server adapter for smartlyio/oats s",
"private": false,
Expand Down Expand Up @@ -37,9 +37,9 @@
"client"
],
"devDependencies": {
"@smartlyio/oats": "^7.3.1",
"@smartlyio/oats-axios-adapter": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats": "^7.3.2",
"@smartlyio/oats-axios-adapter": "^7.3.2",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats-runtime",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "Runtime for Oats a Openapi3 based generator for typescript aware servers and clients",
"private": false,
Expand Down
10 changes: 5 additions & 5 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartlyio/oats",
"version": "7.3.1",
"version": "7.3.2",
"license": "MIT",
"description": "Openapi3 based generator for typescript aware servers and clients",
"private": false,
Expand Down Expand Up @@ -39,10 +39,10 @@
"client"
],
"devDependencies": {
"@smartlyio/oats-axios-adapter": "^7.3.1",
"@smartlyio/oats-fetch-adapter": "^7.3.1",
"@smartlyio/oats-koa-adapter": "^7.3.1",
"@smartlyio/oats-runtime": "^7.3.1",
"@smartlyio/oats-axios-adapter": "^7.3.2",
"@smartlyio/oats-fetch-adapter": "^7.3.2",
"@smartlyio/oats-koa-adapter": "^7.3.2",
"@smartlyio/oats-runtime": "^7.3.2",
"@types/jest": "29.5.2",
"@types/js-yaml": "4.0.5",
"@types/koa": "2.13.6",
Expand Down

0 comments on commit 3381ba1

Please sign in to comment.