Skip to content

Commit

Permalink
ci: update version and publish (#55)
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 18, 2022
1 parent ef92ccb commit 497fd90
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-flies-burn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-rocks-compare.md

This file was deleted.

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

## 0.14.0

### Minor Changes

- ef92ccb: Add clamp function to core

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tempocal/core",
"version": "0.13.0",
"version": "0.14.0",
"repository": "https://github.com/Zertz/tempocal",
"homepage": "https://tempocal.pierluc.io/",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tempocal/react

## 0.14.0

### Minor Changes

- ef92ccb: Add clampSelectedValue in date and datetime mode

### Patch Changes

- Updated dependencies [ef92ccb]
- @tempocal/core@0.14.0

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

## 1.5.0

### Minor Changes

- ef92ccb: Add clampSelectedValue in date and datetime mode

### Patch Changes

- Updated dependencies [ef92ccb]
- Updated dependencies [ef92ccb]
- @tempocal/core@0.14.0
- @tempocal/react@0.14.0

## 1.4.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.4.0",
"version": "1.5.0",
"scripts": {
"build": "next build && next export --outdir dist",
"dev": "next",
Expand Down

1 comment on commit 497fd90

@vercel
Copy link

@vercel vercel bot commented on 497fd90 Apr 18, 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.pierluc.io
tempocal-git-main-zertz.vercel.app
tempocal.vercel.app
tempocal-zertz.vercel.app

Please sign in to comment.