Skip to content

Commit f27eb47

Browse files
ci: update version and publish (#70)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 141c7fe commit f27eb47

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/silly-countries-whisper.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tempocal/core
22

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- 141c7fe: Upgrade dependencies
8+
39
## 0.14.3
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tempocal/core",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"repository": "https://github.com/Zertz/tempocal",
55
"homepage": "https://tempocal.pierluc.io/",
66
"files": [

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tempocal/react
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- 141c7fe: Upgrade dependencies
8+
- Updated dependencies [141c7fe]
9+
- @tempocal/core@0.14.4
10+
311
## 0.16.0
412

513
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tempocal/react",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"repository": "https://github.com/Zertz/tempocal",
55
"homepage": "https://tempocal.pierluc.io/",
66
"files": [

packages/www/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tempocal/www
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 141c7fe: Upgrade dependencies
8+
- Updated dependencies [141c7fe]
9+
- @tempocal/react@0.16.1
10+
- @tempocal/core@0.14.4
11+
312
## 1.6.0
413

514
### Minor Changes

packages/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tempocal/www",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"scripts": {
55
"build": "next build && next export --outdir dist",
66
"dev": "next",

0 commit comments

Comments
 (0)