Skip to content

Commit

Permalink
Merge pull request #1902 from undb-io/release/v1.0.0-22
Browse files Browse the repository at this point in the history
Release version v1.0.0-22
  • Loading branch information
nichenqin authored Aug 17, 2024
2 parents f325696 + 753d6af commit 03a9074
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## v1.0.0-22


### 🏡 Chore

- Get name ([919389e](https://github.com/undb-io/undb/commit/919389e))

### ❤️ Contributors

- Nichenqin ([@nichenqin](http://github.com/nichenqin))

## v1.0.0-21


Expand Down
1 change: 1 addition & 0 deletions apps/frontend/src/routes/s/f/[shareId]/+layout.gql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ query GetFormShareData($shareId: ID!) {

tableByShare(shareId: $shareId) {
id
name
forms {
description
fields
Expand Down
1 change: 1 addition & 0 deletions apps/frontend/src/routes/s/v/[shareId]/+layout.gql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ query GetViewShareData($shareId: ID!) {

tableByShare(shareId: $shareId) {
id
name
forms {
description
fields
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undb",
"version": "1.0.0-21",
"version": "1.0.0-22",
"private": true,
"scripts": {
"build": "NODE_ENV=production bun --bun turbo build",
Expand Down

0 comments on commit 03a9074

Please sign in to comment.