Skip to content

Commit da14d1c

Browse files
Version Packages (#6)
* chore: version packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent dd42c8f commit da14d1c

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.changeset/nasty-experts-relate.md

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

.changeset/nine-horses-teach.md

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

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
53
<!-- TODO: The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and t -->
64

75
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
86
And the commit messages from [Conventional Commits](https://conventionalcommits.org) are being used.
97

8+
## 0.0.1
9+
10+
### Patch Changes
11+
12+
- 9bc7f0c: fix: `publint` feedback
13+
- 2d6aef1: docs: extracted changelog
14+
15+
All notable changes to this project will be documented in this file.
16+
1017
## v0.0.0
1118

1219
- ✨ Added support for multiple conditions within a single if() function

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-if-polyfill",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"description": "A JavaScript polyfill for CSS if() functionality with style(), media(), and supports() functions",
66
"repository": {

0 commit comments

Comments
 (0)