applying package updates
This commit is contained in:
Родитель
68c1e47fe2
Коммит
0ab57ba29e
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "add relay examples using new decorator",
|
||||
"packageName": "@nova/examples",
|
||||
"email": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "increase test timeout",
|
||||
"packageName": "@nova/graphql-compiler",
|
||||
"email": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"dependentChangeType": "none"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "none",
|
||||
"comment": "remove some todo from test code",
|
||||
"packageName": "@nova/react",
|
||||
"email": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"dependentChangeType": "none"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "major",
|
||||
"comment": "Add relay support and align naming",
|
||||
"packageName": "@nova/react-test-utils",
|
||||
"email": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@nova/examples",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 05 Sep 2024 20:13:44 GMT",
|
||||
"tag": "@nova/examples_v1.3.0",
|
||||
"version": "1.3.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"author": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"package": "@nova/examples",
|
||||
"commit": "68c1e47fe294b0adbd32eb4cf746ee5ed06e2d0a",
|
||||
"comment": "add relay examples using new decorator"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@nova/examples",
|
||||
"comment": "Bump @nova/react-test-utils to v5.0.0",
|
||||
"commit": "68c1e47fe294b0adbd32eb4cf746ee5ed06e2d0a"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 16 Aug 2024 09:50:08 GMT",
|
||||
"tag": "@nova/examples_v1.2.1",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @nova/examples
|
||||
|
||||
This log was last generated on Fri, 16 Aug 2024 09:50:08 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 05 Sep 2024 20:13:44 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.3.0
|
||||
|
||||
Thu, 05 Sep 2024 20:13:44 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- add relay examples using new decorator (Stanislaw.Wilczynski@microsoft.com)
|
||||
- Bump @nova/react-test-utils to v5.0.0
|
||||
|
||||
## 1.2.1
|
||||
|
||||
Fri, 16 Aug 2024 09:50:08 GMT
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@nova/examples",
|
||||
"license": "MIT",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"main": "./src/index.ts",
|
||||
"scripts": {
|
||||
"build": "monorepo-scripts build",
|
||||
|
@ -19,7 +19,7 @@
|
|||
"dependencies": {
|
||||
"@nova/react": "2.6.0",
|
||||
"@nova/graphql-compiler": "1.0.1",
|
||||
"@nova/react-test-utils": "4.4.1",
|
||||
"@nova/react-test-utils": "5.0.0",
|
||||
"@nova/types": "1.5.0",
|
||||
"graphql": "^15.5.0",
|
||||
"react": "^18.3.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@nova/graphql-compiler",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 05 Sep 2024 20:13:44 GMT",
|
||||
"tag": "@nova/graphql-compiler_v1.0.1",
|
||||
"version": "1.0.1",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"author": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"package": "@nova/graphql-compiler",
|
||||
"commit": "68c1e47fe294b0adbd32eb4cf746ee5ed06e2d0a",
|
||||
"comment": "increase test timeout"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 08 Mar 2024 17:52:20 GMT",
|
||||
"tag": "@nova/graphql-compiler_v1.0.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@nova/react-test-utils",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 05 Sep 2024 20:13:44 GMT",
|
||||
"tag": "@nova/react-test-utils_v5.0.0",
|
||||
"version": "5.0.0",
|
||||
"comments": {
|
||||
"major": [
|
||||
{
|
||||
"author": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"package": "@nova/react-test-utils",
|
||||
"commit": "68c1e47fe294b0adbd32eb4cf746ee5ed06e2d0a",
|
||||
"comment": "Add relay support and align naming"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 16 Aug 2024 09:50:08 GMT",
|
||||
"tag": "@nova/react-test-utils_v4.4.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @nova/react-test-utils
|
||||
|
||||
This log was last generated on Fri, 16 Aug 2024 09:50:08 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 05 Sep 2024 20:13:44 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 5.0.0
|
||||
|
||||
Thu, 05 Sep 2024 20:13:44 GMT
|
||||
|
||||
### Major changes
|
||||
|
||||
- Add relay support and align naming (Stanislaw.Wilczynski@microsoft.com)
|
||||
|
||||
## 4.4.1
|
||||
|
||||
Fri, 16 Aug 2024 09:50:08 GMT
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@nova/react-test-utils",
|
||||
"license": "MIT",
|
||||
"version": "4.4.1",
|
||||
"version": "5.0.0",
|
||||
"main": "./src/relay/index.ts",
|
||||
"scripts": {
|
||||
"build": "monorepo-scripts build",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@nova/react",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 05 Sep 2024 20:13:44 GMT",
|
||||
"tag": "@nova/react_v2.6.0",
|
||||
"version": "2.6.0",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"author": "Stanislaw.Wilczynski@microsoft.com",
|
||||
"package": "@nova/react",
|
||||
"commit": "68c1e47fe294b0adbd32eb4cf746ee5ed06e2d0a",
|
||||
"comment": "remove some todo from test code"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 16 Aug 2024 09:50:08 GMT",
|
||||
"tag": "@nova/react_v2.6.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче