Skip to content

Commit

Permalink
chore: create new release (#600)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 14, 2022
1 parent dfae2fc commit bc2de0a
Show file tree
Hide file tree
Showing 37 changed files with 60 additions and 171 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-rules-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-kids-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-schools-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-balloons-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-mails-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-items-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-numbers-scream.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/dry-suits-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-wolves-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-goats-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-fans-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-chairs-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-dancers-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-tools-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-pots-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-meals-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-berries-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-eggs-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-baboons-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-mayflies-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-birds-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-rings-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-kiwis-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pans-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-weeks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-llamas-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-chicken-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-numbers-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-years-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-months-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-walls-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-lemons-happen.md

This file was deleted.

6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

21 changes: 21 additions & 0 deletions server/CHANGELOG.md
@@ -1,5 +1,26 @@
# @sigle/server

## 0.2.0

### Minor Changes

- 3892db5: Add `followersCount` and `followingCount` info to the user route.
- e0b8b67: Save legacy users to the indexer.
- f17096d: New GET `/api/users/explore` route returning a list of users using Sigle.
- ca6b6a3: Add follows system to the api to index Gaia `app-data/following.json` file:

- POST `/api/users/me/following` route.
- DELETE `/api/users/me/following` route.
- GET `/api/users/:userAddress/following` route.
- GET `/api/users/:userAddress/followers` route.

- 0ef5743: Setup swagger documentation accessible at `/api/documentation`.

### Patch Changes

- 074786f: Add `page` param to explore route.
- 91e7a13: Create script to seed the local database.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
@@ -1,6 +1,6 @@
{
"name": "@sigle/server",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "cartable",
Expand Down
34 changes: 34 additions & 0 deletions sigle/CHANGELOG.md
@@ -1,5 +1,39 @@
# @sigle/app

## 1.4.0

### Minor Changes

- 696ef4f: Display The Explorer Guild creator + badge on the profile page of a user.
- a43d4ed: Redesign the header dropdown menu.
Add profile page to the dashboard.
- c004528: Add social following system, you can follow other users and see their posts in your feed.
- f17096d: Add explore page to discover writers using the platform.
- ad2f94f: Add edit button to profile page.
- 1c8f8dc: Improve the login flow by including steps with progress indicators.
- 9fdc428: Make editor header responsive for mobile view.
- 9312e2f: Improve the editor placeholder behavior to give more context.
- 8e5e096: Improve editor slash command, scroll with keyboard navigation, press escape to close.
- 361ae92: Add mobile header with drag-to-close functionality.
- 5a41079: Show card displaying user information when hovering their name or avatar on the article page.
- 4320ab3: Add RSS auto-discovery for all the blogs. So browser and RSS readers can automatically find the RSS feed of the blog.
- 4217167: Add following and follower tabs to the profile page.

### Patch Changes

- 0db7bcd: Fix issue with the profile tab not navigating to profile page.
- fceff6f: Upgrade next-themes to 0.2.0.
- e2a7843: Upgrade radix packages to v1.
- 1df1356: Fix vercel preview env.
- 0d1ae50: Fix profile image not centered on profile page.
- 074786f: Add infinite loading to explore page.
- 94326a6: Enable react strict mode.
- b6c609b: Upgrade react to v18.
- 41c1a3f: Generate openapi typescript client for type safe calls to the Sigle api.
- dfae2fc: Update react-query to v4.
- 1cf7a95: Upgrade tiptap packages.
- c7a1ccc: Update typography styles for mobile and tablet views.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sigle/package.json
@@ -1,6 +1,6 @@
{
"name": "@sigle/app",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit bc2de0a

@vercel
Copy link

@vercel vercel bot commented on bc2de0a Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sigle – ./

sigle-sigle.vercel.app
sigle.vercel.app
app.sigle.io
sigle-git-main-sigle.vercel.app

Please sign in to comment.