Skip to content

Commit 6ff16c2

Browse files
authored
#137 release v0.0.11 (#138)
#137 release v0.0.11
2 parents 976e5d5 + f86b7c2 commit 6ff16c2

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# calendar-widgets
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
![Current bundle size: 171.23 kB](https://img.shields.io/badge/Bundle_Size-171.23_kB-green.svg)
4+
![Current bundle size: 32.32 kB](https://img.shields.io/badge/Bundle_Size-32.32_kB-green.svg)
55

66
Working with dates sucks, working with calendars sucks even more. Here's an attempt at making things less sucky. Website: [http://www.calendar-widgets.com/](http://www.calendar-widgets.com/)
77

@@ -37,7 +37,7 @@ Once the package is installed, you'll have access to an array of helpers and uti
3737
### Helpers
3838
- [`listCalendarYear`](https://calendar-widgets.com/helpers/listCalendarYear) function
3939
- [`listDaysInMonth`](https://calendar-widgets.com/helpers/listDaysInMonth) function
40-
- `listLocalizedMonths` function
40+
- `listLocalizedMonths` function `do not use`
4141

4242
### Utilities
4343
- [`formatDate`](https://calendar-widgets.com/utilities/formatDate) function

workspaces/calendar-widgets/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# calendar-widgets
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3-
![Current bundle size: 32.11 kB](https://img.shields.io/badge/Bundle_Size-32.11_kB-green.svg)
3+
![Current bundle size: 32.32 kB](https://img.shields.io/badge/Bundle_Size-32.32_kB-green.svg)
44

55
Working with dates sucks, working with calendars sucks even more. Here's an attempt at making things less sucky.
66

@@ -28,7 +28,8 @@ Once the package is installed, you'll have access to an array of helpers and uti
2828
### Helpers
2929
- [`listCalendarYear`](https://calendar-widgets.com/helpers/listCalendarYear) function
3030
- [`listDaysInMonth`](https://calendar-widgets.com/helpers/listDaysInMonth) function
31-
- `listLocalizedMonths` function
31+
- `listLocalizedMonths` function `do not use`
32+
3233
### Utilities
3334
- [`formatDate`](https://calendar-widgets.com/utilities/formatDate) function
3435
- [`getDaysInMonth`](https://calendar-widgets.com/utilities/getDaysInMonth) function

workspaces/calendar-widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calendar-widgets",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "./dist/bundle.js",
55
"type": "module",
66
"module": "./src/index.js",

workspaces/docs/docs/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111

1212
## [Unreleased]
1313

14+
## 0.0.11
15+
16+
## Removed
17+
- `react` and `react-dom` from build to reduce build size and avoid conflicts with library users
18+
19+
## Added
20+
- `react` and `react-dom` as peer dependencies
21+
22+
## Changed
23+
- Changed build output from `umd` to both `es` and `cjs` for React Component Development
24+
- Changed production build to utilize `terser` to minify code
25+
1426
## 0.0.10
1527

1628
### Changed

workspaces/tests/pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)