Skip to content

Commit 0acd882

Browse files
committed
v7.4.0
1 parent 043893a commit 0acd882

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "7.3.2",
5+
"version": "7.4.0",
66
"npmClient": "yarn",
77
"ignoreChanges": [
88
"packages/**/*.story.tsx",

packages/oats-axios-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-axios-adapter",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "Axios adapter for Oats a Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -36,7 +36,7 @@
3636
],
3737
"devDependencies": {
3838
"@jest/globals": "29.5.0",
39-
"@smartlyio/oats-runtime": "^7.3.2",
39+
"@smartlyio/oats-runtime": "^7.4.0",
4040
"@types/form-data": "2.5.0",
4141
"axios": "0.27.2",
4242
"jest": "29.5.0",

packages/oats-fast-check/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-fast-check",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "fast-check value generator for smartlyio/oats types",
66
"private": false,
@@ -38,8 +38,8 @@
3838
"client"
3939
],
4040
"devDependencies": {
41-
"@smartlyio/oats": "^7.3.2",
42-
"@smartlyio/oats-runtime": "^7.3.2",
41+
"@smartlyio/oats": "^7.4.0",
42+
"@smartlyio/oats-runtime": "^7.4.0",
4343
"@types/jest": "29.5.2",
4444
"@types/lodash": "4.14.195",
4545
"@types/node": "18.16.18",

packages/oats-fetch-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-fetch-adapter",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "Fetch adapter for Oats a Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -34,7 +34,7 @@
3434
"client"
3535
],
3636
"devDependencies": {
37-
"@smartlyio/oats-runtime": "^7.3.2",
37+
"@smartlyio/oats-runtime": "^7.4.0",
3838
"@types/node": "18.16.18",
3939
"@typescript-eslint/eslint-plugin": "5.59.11",
4040
"@typescript-eslint/parser": "5.59.11",

packages/oats-koa-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-koa-adapter",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "Koa adapter for Oats",
66
"private": false,
@@ -37,7 +37,7 @@
3737
"client"
3838
],
3939
"devDependencies": {
40-
"@smartlyio/oats-runtime": "^7.3.2",
40+
"@smartlyio/oats-runtime": "^7.4.0",
4141
"@types/koa": "2.13.6",
4242
"@types/koa-router": "7.4.4",
4343
"@types/lodash": "4.14.195",

packages/oats-mirage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-mirage-adapter",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Mirage.js adapter for Oats",
55
"licence": "MIT",
66
"private": false,
@@ -35,7 +35,7 @@
3535
"server"
3636
],
3737
"devDependencies": {
38-
"@smartlyio/oats-runtime": "^7.3.2",
38+
"@smartlyio/oats-runtime": "^7.4.0",
3939
"@types/lodash": "4.14.195",
4040
"@types/node": "18.16.18",
4141
"miragejs": "0.1.47",

packages/oats-nock-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-nock-adapter",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "nock server adapter for smartlyio/oats s",
66
"private": false,
@@ -37,9 +37,9 @@
3737
"client"
3838
],
3939
"devDependencies": {
40-
"@smartlyio/oats": "^7.3.2",
41-
"@smartlyio/oats-axios-adapter": "^7.3.2",
42-
"@smartlyio/oats-runtime": "^7.3.2",
40+
"@smartlyio/oats": "^7.4.0",
41+
"@smartlyio/oats-axios-adapter": "^7.4.0",
42+
"@smartlyio/oats-runtime": "^7.4.0",
4343
"@types/jest": "29.5.2",
4444
"@types/lodash": "4.14.195",
4545
"@types/node": "18.16.18",

packages/oats-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-runtime",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "Runtime for Oats a Openapi3 based generator for typescript aware servers and clients",
66
"private": false,

packages/oats/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"license": "MIT",
55
"description": "Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -39,10 +39,10 @@
3939
"client"
4040
],
4141
"devDependencies": {
42-
"@smartlyio/oats-axios-adapter": "^7.3.2",
43-
"@smartlyio/oats-fetch-adapter": "^7.3.2",
44-
"@smartlyio/oats-koa-adapter": "^7.3.2",
45-
"@smartlyio/oats-runtime": "^7.3.2",
42+
"@smartlyio/oats-axios-adapter": "^7.4.0",
43+
"@smartlyio/oats-fetch-adapter": "^7.4.0",
44+
"@smartlyio/oats-koa-adapter": "^7.4.0",
45+
"@smartlyio/oats-runtime": "^7.4.0",
4646
"@types/jest": "29.5.2",
4747
"@types/js-yaml": "4.0.5",
4848
"@types/koa": "2.13.6",

0 commit comments

Comments
 (0)