This commit is contained in:
Graphitation Service Account 2023-05-17 12:00:17 +00:00
Родитель 3d65a5bd22
Коммит 619e1c1c10
16 изменённых файлов: 157 добавлений и 41 удалений

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

@ -1,7 +0,0 @@
{
"type": "major",
"comment": "add examples package",
"packageName": "@nova/examples",
"email": "Stanislaw.Wilczynski@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "bump version of relay-compiler-language-graphitation",
"packageName": "@nova/react",
"email": "Stanislaw.Wilczynski@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "major",
"comment": "add storybook decorator for nova components",
"packageName": "@nova/react-test-utils",
"email": "Stanislaw.Wilczynski@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "bump deps",
"packageName": "@nova/types",
"email": "Stanislaw.Wilczynski@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -0,0 +1,38 @@
{
"name": "@nova/examples",
"entries": [
{
"date": "Wed, 17 May 2023 12:00:17 GMT",
"tag": "@nova/examples_v1.0.0",
"version": "1.0.0",
"comments": {
"major": [
{
"author": "Stanislaw.Wilczynski@microsoft.com",
"package": "@nova/examples",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b",
"comment": "add examples package"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react to v1.3.0",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/react-test-utils to v4.0.0",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b"
},
{
"author": "beachball",
"package": "@nova/examples",
"comment": "Bump @nova/types to v1.3.1",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b"
}
]
}
}
]
}

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

@ -0,0 +1,16 @@
# Change Log - @nova/examples
This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0
Wed, 17 May 2023 12:00:17 GMT
### Major changes
- add examples package (Stanislaw.Wilczynski@microsoft.com)
- Bump @nova/react to v1.3.0
- Bump @nova/react-test-utils to v4.0.0
- Bump @nova/types to v1.3.1

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

@ -1,7 +1,7 @@
{
"name": "@nova/examples",
"license": "MIT",
"version": "0.0.1",
"version": "1.0.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -15,9 +15,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nova/react": "1.2.1",
"@nova/react-test-utils": "3.1.3",
"@nova/types": "1.3.0",
"@nova/react": "1.3.0",
"@nova/react-test-utils": "4.0.0",
"@nova/types": "1.3.1",
"graphql": "^15.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"

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

@ -1,6 +1,33 @@
{
"name": "@nova/react-test-utils",
"entries": [
{
"date": "Wed, 17 May 2023 12:00:17 GMT",
"tag": "@nova/react-test-utils_v4.0.0",
"version": "4.0.0",
"comments": {
"major": [
{
"author": "Stanislaw.Wilczynski@microsoft.com",
"package": "@nova/react-test-utils",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b",
"comment": "add storybook decorator for nova components"
},
{
"author": "beachball",
"package": "@nova/react-test-utils",
"comment": "Bump @nova/react to v1.3.0",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b"
},
{
"author": "beachball",
"package": "@nova/react-test-utils",
"comment": "Bump @nova/types to v1.3.1",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b"
}
]
}
},
{
"date": "Thu, 11 May 2023 15:41:59 GMT",
"tag": "@nova/react-test-utils_v3.1.3",

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

@ -1,9 +1,19 @@
# Change Log - @nova/react-test-utils
This log was last generated on Thu, 11 May 2023 15:41:59 GMT and should not be manually modified.
This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified.
<!-- Start content -->
## 4.0.0
Wed, 17 May 2023 12:00:17 GMT
### Major changes
- add storybook decorator for nova components (Stanislaw.Wilczynski@microsoft.com)
- Bump @nova/react to v1.3.0
- Bump @nova/types to v1.3.1
## 3.1.3
Thu, 11 May 2023 15:41:59 GMT

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

@ -1,7 +1,7 @@
{
"name": "@nova/react-test-utils",
"license": "MIT",
"version": "3.1.3",
"version": "4.0.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -20,8 +20,8 @@
"@graphitation/apollo-react-relay-duct-tape": "^0.8.2",
"@graphitation/graphql-js-operation-payload-generator": "^0.12.0",
"@graphitation/graphql-js-tag": "^0.9.0",
"@nova/react": "^1.2.1",
"@nova/types": "^1.3.0",
"@nova/react": "^1.3.0",
"@nova/types": "^1.3.1",
"@storybook/addon-actions": "^7.0.11",
"@storybook/addons": "^7.0.11",
"graphql": "^15.5.0",

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

@ -1,6 +1,27 @@
{
"name": "@nova/react",
"entries": [
{
"date": "Wed, 17 May 2023 12:00:17 GMT",
"tag": "@nova/react_v1.3.0",
"version": "1.3.0",
"comments": {
"minor": [
{
"author": "Stanislaw.Wilczynski@microsoft.com",
"package": "@nova/react",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b",
"comment": "bump version of relay-compiler-language-graphitation"
},
{
"author": "beachball",
"package": "@nova/react",
"comment": "Bump @nova/types to v1.3.1",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b"
}
]
}
},
{
"date": "Thu, 11 May 2023 15:41:59 GMT",
"tag": "@nova/react_v1.2.1",

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

@ -1,9 +1,18 @@
# Change Log - @nova/react
This log was last generated on Thu, 11 May 2023 15:41:59 GMT and should not be manually modified.
This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified.
<!-- Start content -->
## 1.3.0
Wed, 17 May 2023 12:00:17 GMT
### Minor changes
- bump version of relay-compiler-language-graphitation (Stanislaw.Wilczynski@microsoft.com)
- Bump @nova/types to v1.3.1
## 1.2.1
Thu, 11 May 2023 15:41:59 GMT

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

@ -1,7 +1,7 @@
{
"name": "@nova/react",
"license": "MIT",
"version": "1.2.1",
"version": "1.3.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -19,7 +19,7 @@
"@graphitation/graphql-js-tag": "^0.9.0"
},
"dependencies": {
"@nova/types": "^1.3.0",
"@nova/types": "^1.3.1",
"graphql": "^15.5.0",
"invariant": "^2.2.4",
"relay-compiler": "^10.1.3",

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

@ -1,6 +1,21 @@
{
"name": "@nova/types",
"entries": [
{
"date": "Wed, 17 May 2023 12:00:17 GMT",
"tag": "@nova/types_v1.3.1",
"version": "1.3.1",
"comments": {
"patch": [
{
"author": "Stanislaw.Wilczynski@microsoft.com",
"package": "@nova/types",
"commit": "3d65a5bd2206326653affbe4f3f003219890e25b",
"comment": "bump deps"
}
]
}
},
{
"date": "Wed, 26 Apr 2023 08:47:37 GMT",
"tag": "@nova/types_v1.3.0",

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

@ -1,9 +1,17 @@
# Change Log - @nova/types
This log was last generated on Wed, 26 Apr 2023 08:47:37 GMT and should not be manually modified.
This log was last generated on Wed, 17 May 2023 12:00:17 GMT and should not be manually modified.
<!-- Start content -->
## 1.3.1
Wed, 17 May 2023 12:00:17 GMT
### Patches
- bump deps (Stanislaw.Wilczynski@microsoft.com)
## 1.3.0
Wed, 26 Apr 2023 08:47:37 GMT

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

@ -1,7 +1,7 @@
{
"name": "@nova/types",
"license": "MIT",
"version": "1.3.0",
"version": "1.3.1",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",