Skip to content

Commit

Permalink
ci: update version and publish (#65)
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 Jul 4, 2022
1 parent ef4f822 commit 17db047
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/eleven-hats-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-hairs-sniff.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.3

### Patch Changes

- b4cc016: Upgrade dependencies

## 0.14.2

### Patch 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.14.2",
"version": "0.14.3",
"repository": "https://github.com/Zertz/tempocal",
"homepage": "https://tempocal.pierluc.io/",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tempocal/react

## 0.16.0

### Minor Changes

- ef4f822: Optionally clamp selected value when min and/or max change

### Patch Changes

- b4cc016: Upgrade dependencies
- Updated dependencies [b4cc016]
- @tempocal/core@0.14.3

## 0.15.2

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

## 1.6.0

### Minor Changes

- ef4f822: Optionally clamp selected value when min and/or max change

### Patch Changes

- b4cc016: Upgrade dependencies
- Updated dependencies [ef4f822]
- Updated dependencies [b4cc016]
- @tempocal/react@0.16.0
- @tempocal/core@0.14.3

## 1.5.3

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

1 comment on commit 17db047

@vercel
Copy link

@vercel vercel bot commented on 17db047 Jul 4, 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-zertz.vercel.app
tempocal-git-main-zertz.vercel.app
tempocal.pierluc.io
tempocal.vercel.app

Please sign in to comment.