Skip to content

Commit

Permalink
ci: update version and publish (#72)
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 Jun 19, 2024
1 parent a3cbf9b commit 19b8f8a
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilly-beers-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-frogs-train.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.5

### Patch Changes

- f979bb3: Upgrade dependencies

## 0.14.4

### 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.4",
"version": "0.14.5",
"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.17.0

### Minor Changes

- a3cbf9b: Add monthsFixedGrid to render months like a paper calendar

### Patch Changes

- f979bb3: Upgrade dependencies
- Updated dependencies [f979bb3]
- @tempocal/core@0.14.5

## 0.16.1

### 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.16.1",
"version": "0.17.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.7.0

### Minor Changes

- a3cbf9b: Add monthsFixedGrid to render months like a paper calendar

### Patch Changes

- f979bb3: Upgrade dependencies
- Updated dependencies [f979bb3]
- Updated dependencies [a3cbf9b]
- @tempocal/core@0.14.5
- @tempocal/react@0.17.0

## 1.6.1

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

0 comments on commit 19b8f8a

Please sign in to comment.