Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gql-svc committed Jan 24, 2022
1 parent 77b2487 commit ac98ccd
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 12 deletions.
7 changes: 0 additions & 7 deletions change/@nova-react-e4109f88-c83d-49a4-ba35-2d13fc433769.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/nova-react-test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nova/react-test-utils",
"entries": [
{
"date": "Mon, 24 Jan 2022 16:30:59 GMT",
"tag": "@nova/react-test-utils_v0.3.5",
"version": "0.3.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/react-test-utils",
"commit": "77b24874cddab3829222774c62064d033cba2ba1",
"comment": "Bump @nova/react-test-utils to v0.3.5"
}
]
}
},
{
"date": "Mon, 24 Jan 2022 16:22:44 GMT",
"tag": "@nova/react-test-utils_v0.3.4",
Expand Down
10 changes: 9 additions & 1 deletion packages/nova-react-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nova/react-test-utils

This log was last generated on Mon, 24 Jan 2022 16:22:44 GMT and should not be manually modified.
This log was last generated on Mon, 24 Jan 2022 16:30:59 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.5

Mon, 24 Jan 2022 16:30:59 GMT

### Patches

- Bump @nova/react-test-utils to v0.3.5 ([email protected])

## 0.3.4

Mon, 24 Jan 2022 16:22:44 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/nova-react-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nova/react-test-utils",
"license": "MIT",
"version": "0.3.4",
"version": "0.3.5",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand All @@ -19,7 +19,7 @@
"@graphitation/apollo-react-relay-duct-tape": "^0.4.2",
"@graphitation/graphql-js-operation-payload-generator": "^0.5.8",
"@graphitation/graphql-js-tag": "^0.5.3",
"@nova/react": "^0.3.4",
"@nova/react": "^0.3.5",
"@nova/types": "^0.3.3",
"graphql": "^15.5.0",
"invariant": "^2.2.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/nova-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@nova/react",
"entries": [
{
"date": "Mon, 24 Jan 2022 16:30:59 GMT",
"tag": "@nova/react_v0.3.5",
"version": "0.3.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@nova/react",
"comment": "Add include, exclude, and src options to compiler cli",
"commit": "77b24874cddab3829222774c62064d033cba2ba1"
}
]
}
},
{
"date": "Mon, 24 Jan 2022 16:22:44 GMT",
"tag": "@nova/react_v0.3.4",
Expand Down
10 changes: 9 additions & 1 deletion packages/nova-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @nova/react

This log was last generated on Mon, 24 Jan 2022 16:22:44 GMT and should not be manually modified.
This log was last generated on Mon, 24 Jan 2022 16:30:59 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.5

Mon, 24 Jan 2022 16:30:59 GMT

### Patches

- Add include, exclude, and src options to compiler cli ([email protected])

## 0.3.4

Mon, 24 Jan 2022 16:22:44 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nova-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nova/react",
"license": "MIT",
"version": "0.3.4",
"version": "0.3.5",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
Expand Down

0 comments on commit ac98ccd

Please sign in to comment.