Skip to content

Commit

Permalink
Merge pull request #60 from m-ld/changeset-release/main
Browse files Browse the repository at this point in the history
Version packages 🦋
  • Loading branch information
Peeja authored Aug 4, 2024
2 parents 9a2b763 + 454c4b4 commit 79cb46a
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/sweet-cycles-divide.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/todomvc-react-m-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@m-ld/m-ld": "catalog:",
"@quild/m-ld-domain-selector": "workspace:0.0.0",
"@quild/react": "workspace:0.0.1",
"@quild/react": "workspace:0.1.0",
"classnames": "^2.2.5",
"memory-level": "catalog:",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc-vanilla-m-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@m-ld/m-ld": "catalog:",
"@quild/observable": "workspace:0.0.1",
"@quild/observable": "workspace:0.1.0",
"memory-level": "^1.0.0",
"rxjs": "catalog:",
"socket.io-client": "^4.7.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quild/core

## 0.1.0

### Minor Changes

- 56f586b: Types! All APIs now validate their queries using the their contexts, and return data typed according to the query.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quild/core",
"version": "0.0.1",
"version": "0.1.0",
"description": "Quild is a query language for building JSON-LD documents from RDF-style data sources, such as JSON-LD, RDF stores, or m-ld.",
"author": "Petra Jaros <peeja@peeja.com>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/observable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quild/observable

## 0.1.0

### Minor Changes

- 56f586b: Types! All APIs now validate their queries using the their contexts, and return data typed according to the query.

### Patch Changes

- Updated dependencies [56f586b]
- @quild/core@0.1.0

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quild/observable",
"version": "0.0.1",
"version": "0.1.0",
"description": "Quild queries as RxJS observables.",
"author": "Petra Jaros <peeja@peeja.com>",
"license": "MIT",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@m-ld/m-ld": "catalog:",
"@quild/core": "workspace:0.0.1",
"@quild/core": "workspace:0.1.0",
"rxjs": "catalog:"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @quild/react

## 0.1.0

### Minor Changes

- 56f586b: Types! All APIs now validate their queries using the their contexts, and return data typed according to the query.

### Patch Changes

- Updated dependencies [56f586b]
- @quild/observable@0.1.0
- @quild/core@0.1.0

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quild/react",
"version": "0.0.1",
"version": "0.1.0",
"description": "Quild queries as a React hook.",
"author": "Petra Jaros <peeja@peeja.com>",
"license": "MIT",
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@m-ld/m-ld": "catalog:",
"@quild/core": "workspace:0.0.1",
"@quild/observable": "workspace:0.0.1",
"@quild/core": "workspace:0.1.0",
"@quild/observable": "workspace:0.1.0",
"setimmediate": "catalog:"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79cb46a

Please sign in to comment.