Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Feb 6, 2024
1 parent 15881bb commit 5210696
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-planets-film.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/cms-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cms-ui

## 0.0.5

### Patch Changes

- Updated dependencies [15881bb]
- @zemble/react@1.0.11

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cms-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cms-ui",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 1.0.10

## 1.0.11

### Patch Changes

- 15881bb: Publishing fixes

### Patch Changes

- 7adcfe4: add @zemble/resend, @zemble/utils, @zemble/react and some refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/react/contexts/Auth.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import AsyncStorage from '@react-native-async-storage/async-storage'
import jwtDecode from 'jwt-decode'
import { jwtDecode } from 'jwt-decode'
import React, {
useEffect, useMemo, useState, createContext, useContext,
} from 'react'
Expand Down
2 changes: 1 addition & 1 deletion packages/react/hooks/useDecodedToken.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jwtDecode from 'jwt-decode'
import { jwtDecode } from 'jwt-decode'
import { useMemo } from 'react'

export function useDecodedToken<T>(token: string | null | undefined) {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/react",
"version": "1.0.10",
"version": "1.0.11",
"description": "Kingstinct Hooks Utility Library",
"author": "Robert Herber",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zemble/utils

## 0.7.28

### Patch Changes

- 15881bb: Publishing fixes

## 0.7.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zemble/utils",
"version": "0.7.27",
"version": "0.7.28",
"main": "index.js",
"author": "Robert Herber",
"license": "MIT",
Expand Down

0 comments on commit 5210696

Please sign in to comment.