Skip to content

Commit

Permalink
ci: update version and publish (#57)
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] authored Apr 28, 2022
1 parent c7aa330 commit 06bcec9
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-hornets-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-ducks-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-tables-clean.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tempocal/react

## 0.15.0

### Minor Changes

- 819e6eb: Remove calendarValue from useTempocal, use calendarProps.value instead

## 0.14.0

### Minor Changes
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": "@tempocal/react",
"version": "0.14.0",
"version": "0.15.0",
"repository": "https://github.com/Zertz/tempocal",
"homepage": "https://tempocal.pierluc.io/",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/www/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tempocal/www

## 1.5.1

### Patch Changes

- c7aa330: Fix DateInput example size and z-index
- c7aa330: Upgrade dependencies
- Updated dependencies [819e6eb]
- @tempocal/react@0.15.0

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tempocal/www",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"build": "next build && next export --outdir dist",
"dev": "next",
Expand Down

1 comment on commit 06bcec9

@vercel
Copy link

@vercel vercel bot commented on 06bcec9 Apr 28, 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:

tempocal – ./

tempocal-git-main-zertz.vercel.app
tempocal-zertz.vercel.app
tempocal.pierluc.io
tempocal.vercel.app

Please sign in to comment.