Skip to content

Commit 54890cb

Browse files
committed
1.0.0
1 parent 5647cf2 commit 54890cb

File tree

6 files changed

+54
-11
lines changed

6 files changed

+54
-11
lines changed

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tanstack-query-builder-example-vite",
33
"private": true,
4-
"version": "0.9.3",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

package-lock.json

Lines changed: 49 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanstack-query-builder-dev",
3-
"version": "0.9.3",
3+
"version": "1.0.0",
44
"type": "commonjs",
55
"private": true,
66
"description": "The simplest way to start building with Tanstack Query",

packages/example-mocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanstack-query-builder-example-mocks",
3-
"version": "0.9.3",
3+
"version": "1.0.0",
44
"type": "module",
55
"main": "./src/index.ts",
66
"exports": {

packages/tanstack-query-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanstack-query-builder",
3-
"version": "0.9.3",
3+
"version": "1.0.0",
44
"type": "commonjs",
55
"private": true,
66
"description": "The simplest way to start building with Tanstack Query",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanstack-query-builder-website",
3-
"version": "0.9.3",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)