Skip to content

Commit

Permalink
publish to npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Sep 6, 2022
1 parent 245873d commit 05bbada
Show file tree
Hide file tree
Showing 74 changed files with 379 additions and 38 deletions.
6 changes: 6 additions & 0 deletions build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aphro/build-all

## 0.2.6

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion build-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/build-all",
"version": "0.2.5",
"version": "0.2.6",
"main": "lib/index.js",
"type": "module",
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions connectors/absurd-sql-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aphro/absurd-sql

## 0.3.2

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/instrument@0.0.6
- @aphro/runtime-ts@0.3.8

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion connectors/absurd-sql-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/absurd-sql-connector",
"version": "0.3.1",
"version": "0.3.2",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions connectors/capacitor-sqlite-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aphro/capacitro-sqlite-connector

## 0.0.3

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion connectors/capacitor-sqlite-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/capacitor-sqlite-connector",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions connectors/sqlite3-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aphro/sqlite3-connector

## 0.3.2

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion connectors/sqlite3-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/sqlite3-connector",
"version": "0.3.1",
"version": "0.3.2",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions connectors/sqljs-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aphro/sqljs-connector

## 0.3.2

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion connectors/sqljs-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/sqljs-connector",
"version": "0.3.1",
"version": "0.3.2",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions connectors/wa-sqlite-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aphro/wa-sqlite-connector

## 0.3.3

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/instrument@0.0.6
- @aphro/runtime-ts@0.3.8

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion connectors/wa-sqlite-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/wa-sqlite-connector",
"version": "0.3.2",
"version": "0.3.3",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions examples/chinook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aphro/chinook

## 0.3.6

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chinook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/chinook",
"version": "0.3.5",
"version": "0.3.6",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions examples/monopoly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aphro/monopoly

## 1.2.8

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/monopoly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/monopoly",
"version": "1.2.7",
"version": "1.2.8",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions examples/todo-mvc-mem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aphro/todo-mvc-mem

## 0.1.10

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/react@1.2.3
- @aphro/runtime-ts@0.3.8

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-mvc-mem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"version": "0.1.9"
"version": "0.1.10"
}
6 changes: 6 additions & 0 deletions extensions/authorization-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aphro/authorization-grammar

## 0.2.6

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/authorization-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/authorization-grammar",
"version": "0.2.5",
"version": "0.2.6",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions extensions/graphql-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aphro/graphql-codegen

## 0.2.9

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/graphql-grammar@0.2.8
- @aphro/codegen@0.2.8
- @aphro/codegen-api@0.2.6
- @aphro/codegen-ts@0.4.2
- @aphro/schema@0.3.2
- @aphro/schema-api@0.2.6

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/graphql-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/graphql-codegen",
"version": "0.2.8",
"version": "0.2.9",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions extensions/graphql-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aphro/graphql-grammar

## 0.2.8

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/grammar-extension-api@0.2.6
- @aphro/schema@0.3.2
- @aphro/schema-api@0.2.6

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/graphql-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/graphql-grammar",
"version": "0.2.7",
"version": "0.2.8",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions extensions/mutation-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @aphro/mutation-codegen

## 0.4.3

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/mutation-grammar@0.3.2
- @aphro/codegen@0.2.8
- @aphro/codegen-api@0.2.6
- @aphro/codegen-ts@0.4.2
- @aphro/parse-ts@0.2.6
- @aphro/schema@0.3.2
- @aphro/schema-api@0.2.6

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/mutation-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/mutation-codegen",
"version": "0.4.2",
"version": "0.4.3",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions extensions/mutation-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aphro/mutation-grammar

## 0.3.2

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/grammar-extension-api@0.2.6
- @aphro/schema@0.3.2
- @aphro/schema-api@0.2.6

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/mutation-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aphro/mutation-grammar",
"version": "0.3.1",
"version": "0.3.2",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions integration-tests/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @aphro/integration-tests-browser

## 0.0.2

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8
2 changes: 1 addition & 1 deletion integration-tests/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"typescript": "^4.8.2",
"vite": "^3.0.9"
},
"version": "0.0.1"
"version": "0.0.2"
}
10 changes: 10 additions & 0 deletions integration-tests/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aphro/integration-tests-ts

## 0.4.3

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/sqlite3-connector@0.3.2
- @aphro/integration-tests-shared@0.0.2
- @aphro/runtime-ts@0.3.8

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aphro/integration-tests-node",
"private": true,
"version": "0.4.2",
"version": "0.4.3",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions integration-tests/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @aphro/integration-tests-shared

## 0.0.2

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
- @aphro/runtime-ts@0.3.8
2 changes: 1 addition & 1 deletion integration-tests/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aphro/integration-tests-shared",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",
"type": "module",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cache-runtime-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aphro/cache-runtime-ts

## 0.2.6

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs

## 0.2.5

### Patch Changes
Expand Down
Loading

0 comments on commit 05bbada

Please sign in to comment.