This commit is contained in:
Graphitation Service Account 2024-05-24 22:25:18 +00:00
Родитель 7bd7084a2f
Коммит 3370b6aadc
10 изменённых файлов: 85 добавлений и 16 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "Fix RefetchOptions onComplete type",
"packageName": "@nova/react",
"email": "mwanginjuguna59@gmail.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@nova/examples",
"entries": [
{
"date": "Fri, 24 May 2024 22:25:18 GMT",
"tag": "@nova/examples_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react to v2.4.0",
"commit": "7bd7084a2fdde714eca65243e344c2b2c7026f11"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react-test-utils to v4.3.1",
"commit": "7bd7084a2fdde714eca65243e344c2b2c7026f11"
}
]
}
},
{
"date": "Mon, 13 May 2024 20:36:36 GMT",
"tag": "@nova/examples_v1.1.0",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @nova/examples
This log was last generated on Mon, 13 May 2024 20:36:36 GMT and should not be manually modified.
This log was last generated on Fri, 24 May 2024 22:25:18 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Fri, 24 May 2024 22:25:18 GMT
### Patches
- Bump @nova/react to v2.4.0
- Bump @nova/react-test-utils to v4.3.1
## 1.1.0
Mon, 13 May 2024 20:36:36 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@nova/examples",
"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -15,9 +15,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nova/react": "2.3.0",
"@nova/react": "2.4.0",
"@nova/graphql-compiler": "1.0.1",
"@nova/react-test-utils": "4.3.0",
"@nova/react-test-utils": "4.3.1",
"@nova/types": "1.4.0",
"graphql": "^15.5.0",
"react": "^17.0.2",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@nova/react-test-utils",
"entries": [
{
"date": "Fri, 24 May 2024 22:25:18 GMT",
"tag": "@nova/react-test-utils_v4.3.1",
"version": "4.3.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@nova/react-test-utils",
"comment": "Bump @nova/react to v2.4.0",
"commit": "7bd7084a2fdde714eca65243e344c2b2c7026f11"
}
]
}
},
{
"date": "Mon, 13 May 2024 20:36:36 GMT",
"tag": "@nova/react-test-utils_v4.3.0",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @nova/react-test-utils
This log was last generated on Mon, 13 May 2024 20:36:36 GMT and should not be manually modified.
This log was last generated on Fri, 24 May 2024 22:25:18 GMT and should not be manually modified.
<!-- Start content -->
## 4.3.1
Fri, 24 May 2024 22:25:18 GMT
### Patches
- Bump @nova/react to v2.4.0
## 4.3.0
Mon, 13 May 2024 20:36:36 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@nova/react-test-utils",
"license": "MIT",
"version": "4.3.0",
"version": "4.3.1",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -20,7 +20,7 @@
"@graphitation/apollo-react-relay-duct-tape": "^1.0.30",
"@graphitation/graphql-js-operation-payload-generator": "^0.12.0",
"@graphitation/graphql-js-tag": "^0.9.0",
"@nova/react": "^2.3.0",
"@nova/react": "^2.4.0",
"@nova/types": "^1.4.0",
"@storybook/addon-actions": "^7.6.19",
"@storybook/preview-api": "^7.6.19",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@nova/react",
"entries": [
{
"date": "Fri, 24 May 2024 22:25:18 GMT",
"tag": "@nova/react_v2.4.0",
"version": "2.4.0",
"comments": {
"minor": [
{
"author": "mwanginjuguna59@gmail.com",
"package": "@nova/react",
"commit": "7bd7084a2fdde714eca65243e344c2b2c7026f11",
"comment": "Fix RefetchOptions onComplete type"
}
]
}
},
{
"date": "Fri, 05 Apr 2024 04:20:11 GMT",
"tag": "@nova/react_v2.3.0",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @nova/react
This log was last generated on Fri, 05 Apr 2024 04:20:11 GMT and should not be manually modified.
This log was last generated on Fri, 24 May 2024 22:25:18 GMT and should not be manually modified.
<!-- Start content -->
## 2.4.0
Fri, 24 May 2024 22:25:18 GMT
### Minor changes
- Fix RefetchOptions onComplete type (mwanginjuguna59@gmail.com)
## 2.3.0
Fri, 05 Apr 2024 04:20:11 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@nova/react",
"license": "MIT",
"version": "2.3.0",
"version": "2.4.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",