Skip to content

Commit 608adf3

Browse files
committed
Revert "Version Packages (#6)"
This reverts commit da14d1c.
1 parent da14d1c commit 608adf3

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

.changeset/nasty-experts-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"css-if-polyfill": patch
3+
---
4+
5+
fix: `publint` feedback

.changeset/nine-horses-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"css-if-polyfill": patch
3+
---
4+
5+
docs: extracted changelog

CHANGELOG.md

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

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

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

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-
1710
## v0.0.0
1811

1912
- ✨ 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.1",
3+
"version": "0.0.0",
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)