Skip to content

Commit 69c8284

Browse files
committed
release: publish new versions of packages
- @tanstack-query-with-orbitjs/[email protected] - @tanstack-query-with-orbitjs/[email protected]
1 parent d525a09 commit 69c8284

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

libs/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/DanielGiljam/tanstack-query-with-orbitjs/compare/@tanstack-query-with-orbitjs/[email protected]...@tanstack-query-with-orbitjs/[email protected]) (2023-07-20)
7+
8+
### Features
9+
10+
- move default options from client constructor to observer constructor ([1ac8dae](https://github.com/DanielGiljam/tanstack-query-with-orbitjs/commit/1ac8dae6b1d0db344fa3746f011259d057cc1aa6))
11+
612
# 0.1.0 (2023-06-25)
713

814
**Note:** Initial version of package @tanstack-query-with-orbitjs/core

libs/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack-query-with-orbitjs/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A library for using TanStack Query with Orbit.js.",
55
"keywords": [
66
"orbit",

libs/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/DanielGiljam/tanstack-query-with-orbitjs/compare/@tanstack-query-with-orbitjs/[email protected]...@tanstack-query-with-orbitjs/[email protected]) (2023-07-20)
7+
8+
### Features
9+
10+
- re-export everything from @tanstack/react-query ([cd26c05](https://github.com/DanielGiljam/tanstack-query-with-orbitjs/commit/cd26c05b7dbc75770ffca5a74d63ead35c90a7f3))
11+
612
# 0.1.0 (2023-06-25)
713

814
**Note:** Initial version of package @tanstack-query-with-orbitjs/react

libs/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack-query-with-orbitjs/react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React bindings for using TanStack Query with Orbit.js.",
55
"keywords": [
66
"orbit",

0 commit comments

Comments
 (0)