Skip to content

Commit

Permalink
Merge pull request #220 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe authored Jun 13, 2023
2 parents 1d6dd4c + 6d0eb90 commit 127475b
Show file tree
Hide file tree
Showing 21 changed files with 92 additions and 24 deletions.
14 changes: 0 additions & 14 deletions .changeset/olive-squids-flow.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/postgrest-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/postgrest-fetcher

## 1.0.12

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)
- Updated dependencies [5acf83a]
- @supabase-cache-helpers/postgrest-filter@1.0.9
- @supabase-cache-helpers/postgrest-shared@1.0.5

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-fetcher",
"version": "1.0.11",
"version": "1.0.12",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postgrest-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/postgrest-filter

## 1.0.9

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-filter",
"version": "1.0.8",
"version": "1.0.9",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/postgrest-mutate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/postgrest-mutate

## 1.0.13

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)
- Updated dependencies [5acf83a]
- @supabase-cache-helpers/postgrest-filter@1.0.9
- @supabase-cache-helpers/postgrest-shared@1.0.5

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-mutate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-mutate",
"version": "1.0.12",
"version": "1.0.13",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/postgrest-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @supabase-cache-helpers/postgrest-react-query

## 1.0.16

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)
- Updated dependencies [5acf83a]
- @supabase-cache-helpers/postgrest-fetcher@1.0.12
- @supabase-cache-helpers/postgrest-filter@1.0.9
- @supabase-cache-helpers/postgrest-mutate@1.0.13
- @supabase-cache-helpers/postgrest-shared@1.0.5

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-react-query",
"version": "1.0.15",
"version": "1.0.16",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/postgrest-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/postgrest-shared

## 1.0.5

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-shared",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/postgrest-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @supabase-cache-helpers/postgrest-swr

## 1.0.17

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)
- Updated dependencies [5acf83a]
- @supabase-cache-helpers/postgrest-fetcher@1.0.12
- @supabase-cache-helpers/postgrest-filter@1.0.9
- @supabase-cache-helpers/postgrest-mutate@1.0.13
- @supabase-cache-helpers/postgrest-shared@1.0.5

## 1.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-swr",
"version": "1.0.16",
"version": "1.0.17",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/storage-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/storage-fetcher

## 1.0.8

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-fetcher",
"version": "1.0.7",
"version": "1.0.8",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/storage-mutate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/postgrest-mutate

## 1.0.4

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-mutate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-mutate",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/storage-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/storage-react-query

## 1.0.2

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)
- Updated dependencies [5acf83a]
- @supabase-cache-helpers/storage-fetcher@1.0.8
- @supabase-cache-helpers/storage-mutate@1.0.4

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-react-query",
"version": "1.0.1",
"version": "1.0.2",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/storage-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/storage-swr

## 1.0.10

### Patch Changes

- 5acf83a: Fix types for mjs when using "moduleResolution" other then "node" (node16, nodenext, bundler)
- Updated dependencies [5acf83a]
- @supabase-cache-helpers/storage-fetcher@1.0.8
- @supabase-cache-helpers/storage-mutate@1.0.4

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-swr",
"version": "1.0.9",
"version": "1.0.10",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

2 comments on commit 127475b

@vercel
Copy link

@vercel vercel bot commented on 127475b Jun 13, 2023

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:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query-psteinroe.vercel.app
supabase-cache-helpers-react-query.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 127475b Jun 13, 2023

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:

supabase-cache-helpers-swr-demo – ./examples/swr

supabase-cache-helpers-swr.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-psteinroe.vercel.app

Please sign in to comment.