Skip to content

Commit

Permalink
Version Packages (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 30, 2022
1 parent 308bf77 commit 3b1f0b3
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 44 deletions.
10 changes: 0 additions & 10 deletions .changeset/honest-dots-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-squids-film.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/generate-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @relay-graphql-js/generate-config

## 0.1.0
### Minor Changes



- [#4](https://github.com/relay-tools/relay-graphql-js/pull/4) [`684b909`](https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571) Thanks [@acao](https://github.com/acao)! - ## Improvements

- use `RelayKnownArgumentNames` in both configs
- export `validationRules` from core `generateConfig`

### Patch Changes



- [#22](https://github.com/relay-tools/relay-graphql-js/pull/22) [`63f3d9f`](https://github.com/relay-tools/relay-graphql-js/commit/63f3d9f87eb3b14e2eb080811ff9e605f54c099a) Thanks [@richardguerre](https://github.com/richardguerre)! - chore: fix `module.parent` deprecated according to #21

- Updated dependencies [[`684b909`](https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571)]:
- @relay-graphql-js/validation-rules@0.1.0
6 changes: 3 additions & 3 deletions packages/generate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@relay-graphql-js/generate-config",
"version": "0.0.1",
"version": "0.1.0",
"description": "shared relay utilities for graphql-js compatible parsers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/generate-config#readme",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/relay-tools/relay-graphql-js.git",
"directory": "packages/generate-config"
Expand All @@ -17,6 +17,6 @@
"relay-config": ">=5.0.0"
},
"dependencies": {
"@relay-graphql-js/validation-rules": "^0.0.1"
"@relay-graphql-js/validation-rules": "^0.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/graphql-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @relay-graphql-js/graphql-config

## 0.1.0
### Minor Changes



- [#4](https://github.com/relay-tools/relay-graphql-js/pull/4) [`684b909`](https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571) Thanks [@acao](https://github.com/acao)! - ## Improvements

- use `RelayKnownArgumentNames` in both configs
- export `validationRules` from core `generateConfig`
4 changes: 2 additions & 2 deletions packages/graphql-config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@relay-graphql-js/graphql-config",
"version": "0.0.1",
"version": "0.1.0",
"description": "full graphql config for relay graphql",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/graphql-config#readme",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/relay-tools/relay-graphql-js.git",
"directory": "packages/graphql-config"
Expand Down
11 changes: 11 additions & 0 deletions packages/validation-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @relay-graphql-js/validation-rules

## 0.1.0
### Minor Changes



- [#4](https://github.com/relay-tools/relay-graphql-js/pull/4) [`684b909`](https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571) Thanks [@acao](https://github.com/acao)! - ## Improvements

- use `RelayKnownArgumentNames` in both configs
- export `validationRules` from core `generateConfig`
6 changes: 3 additions & 3 deletions packages/validation-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@relay-graphql-js/validation-rules",
"version": "0.0.1",
"version": "0.1.0",
"description": "shared validation rules for graphql-js parser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/relay-tools/relay-graphql-js/blob/main/packages/validation-rules#readme",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/relay-tools/relay-graphql-js.git",
"directory": "packages/validation-rules"
},
"author": "Rikki <[email protected]>",
"license": "MIT",
"devDependencies": {
"@relay-graphql-js/generate-config": "^0.0.1"
"@relay-graphql-js/generate-config": "^0.1.0"
},
"peerDependencies": {
"graphql": ">= 14 < 16"
Expand Down
41 changes: 23 additions & 18 deletions packages/vscode-apollo-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.6.0

### Minor Changes

- [#4](https://github.com/relay-tools/relay-graphql-js/pull/4) [`684b909`](https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571) Thanks [@acao](https://github.com/acao)! - ## Improvements

- use `RelayKnownArgumentNames` in both configs
- export `validationRules` from core `generateConfig`

### Patch Changes

- Updated dependencies [[`684b909`](https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571), [`63f3d9f`](https://github.com/relay-tools/relay-graphql-js/commit/63f3d9f87eb3b14e2eb080811ff9e605f54c099a)]:
- @relay-graphql-js/generate-config@0.1.0

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.5.1](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.4...v1.5.1) (2020-09-19)
Expand All @@ -8,66 +22,57 @@ All notable changes to this project will be documented in this file. See [standa

### [1.4.3](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.2...v1.4.3) (2019-09-24)


### Bug Fixes

* Ensure Apollo NoMissingClientDirectives rule is never used ([06b312b](https://github.com/relay-tools/vscode-apollo-relay/commit/06b312b))
- Ensure Apollo NoMissingClientDirectives rule is never used ([06b312b](https://github.com/relay-tools/vscode-apollo-relay/commit/06b312b))

### [1.4.2](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.1...v1.4.2) (2019-09-18)


### Bug Fixes

* Actually be compatible with relay v6 ([065ff0a](https://github.com/relay-tools/vscode-apollo-relay/commit/065ff0a))
- Actually be compatible with relay v6 ([065ff0a](https://github.com/relay-tools/vscode-apollo-relay/commit/065ff0a))

### [1.4.1](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.0...v1.4.1) (2019-09-18)


### Bug Fixes

* Make compatible with relay v6. ([fc16681](https://github.com/relay-tools/vscode-apollo-relay/commit/fc16681)), closes [#17](https://github.com/relay-tools/vscode-apollo-relay/issues/17)
- Make compatible with relay v6. ([fc16681](https://github.com/relay-tools/vscode-apollo-relay/commit/fc16681)), closes [#17](https://github.com/relay-tools/vscode-apollo-relay/issues/17)

## [1.4.0](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.3.1...v1.4.0) (2019-09-17)


### Features

* Pagination validation ([29c8445](https://github.com/relay-tools/vscode-apollo-relay/commit/29c8445))
- Pagination validation ([29c8445](https://github.com/relay-tools/vscode-apollo-relay/commit/29c8445))

### [1.3.1](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.3.0...v1.3.1) (2019-09-12)


### Bug Fixes

* Fix example of manual config. ([1c42df5](https://github.com/relay-tools/vscode-apollo-relay/commit/1c42df5))
- Fix example of manual config. ([1c42df5](https://github.com/relay-tools/vscode-apollo-relay/commit/1c42df5))

## [1.3.0](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.2.0...v1.3.0) (2019-09-11)


### Features

* Validate default values ([42264c2](https://github.com/relay-tools/vscode-apollo-relay/commit/42264c2))
- Validate default values ([42264c2](https://github.com/relay-tools/vscode-apollo-relay/commit/42264c2))

## [1.2.0](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.1.1...v1.2.0) (2019-09-11)


### Features

* Validate literal argument values ([9b2276c](https://github.com/relay-tools/vscode-apollo-relay/commit/9b2276c))
- Validate literal argument values ([9b2276c](https://github.com/relay-tools/vscode-apollo-relay/commit/9b2276c))

### [1.1.1](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.1.0...v1.1.1) (2019-09-10)


### Bug Fixes

* Don't import isInputType from `graphql` itself ([9d9c2ed](https://github.com/relay-tools/vscode-apollo-relay/commit/9d9c2ed))
- Don't import isInputType from `graphql` itself ([9d9c2ed](https://github.com/relay-tools/vscode-apollo-relay/commit/9d9c2ed))

## [1.1.0](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.0.2...v1.1.0) (2019-09-10)


### Features

* Adds variable validation. ([71c2783](https://github.com/relay-tools/vscode-apollo-relay/commit/71c2783)), closes [#7](https://github.com/relay-tools/vscode-apollo-relay/issues/7)
- Adds variable validation. ([71c2783](https://github.com/relay-tools/vscode-apollo-relay/commit/71c2783)), closes [#7](https://github.com/relay-tools/vscode-apollo-relay/issues/7)

### [1.0.2](https://github.com/relay-tools/vscode-apollo-relay/compare/v1.0.1...v1.0.2) (2019-09-09)

Expand Down
6 changes: 3 additions & 3 deletions packages/vscode-apollo-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-apollo-relay",
"version": "1.5.1",
"version": "1.6.0",
"description": "Simple configuration of vscode-apollo for Relay projects.",
"keywords": [
"apollo",
Expand All @@ -10,7 +10,7 @@
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/relay-tools/relay-graphql-js.git",
"directory": "packages/vscode-apollo-relay"
Expand All @@ -32,7 +32,7 @@
"release": "standard-version"
},
"dependencies": {
"@relay-graphql-js/generate-config": "^0.0.1"
"@relay-graphql-js/generate-config": "^0.1.0"
},
"devDependencies": {
"apollo-language-server": "^1.23.4",
Expand Down

0 comments on commit 3b1f0b3

Please sign in to comment.