Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and dan-lee committed Jul 19, 2024
1 parent 482d067 commit 859a24d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-balloons-dress.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# demo

## 1.2.4

### Patch Changes

- Updated dependencies [482d067]
- [email protected]

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "demo",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# timescape

## 0.4.4

### Patch Changes

- 482d067: Allow switching AM/PM on mobile

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "timescape",
"license": "MIT",
"version": "0.4.3",
"version": "0.4.4",
"description": "A flexible, headless date and time input library for JavaScript. Provides tools for building fully customizable date and time input fields, with support for libraries like React, Preact, Vue, Svelte and Solid.",
"repository": "https://github.com/dan-lee/timescape",
"bugs": "https://github.com/dan-lee/timescape/issues",
Expand Down

0 comments on commit 859a24d

Please sign in to comment.