Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 9, 2025
2 parents df12aa2 + 32f3032 commit a16750e
Show file tree
Hide file tree
Showing 52 changed files with 345 additions and 2,135 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [Current]
branches: [Alternative]
pull_request:
branches: [Current]
branches: [Alternative]
workflow_call:

jobs:
Expand Down
328 changes: 328 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
## 0.1.1

### Changed
Expand All @@ -20,6 +21,9 @@
- Removed unnecessary imports and comments in various files.

## 0.1.0
=======
## 2.2.0
>>>>>>> 32f3032abcceadd35a97aa225dbf979b74e65b35
### Changed

Expand All @@ -32,8 +36,303 @@

- Added `reduceInlineStyles` option in `Critters.ts`.

## 2.1.10

- Cleanup

## 2.1.9

- Cleanup

## 2.1.8

- Cleanup

## 2.1.7

- Cleanup

## 2.1.6

- Cleanup

## 2.1.5

- Cleanup

## 2.1.4

- Cleanup

## 2.1.3

- Cleanup

## 2.1.2

- Cleanup
- Bug fix

## 2.1.1

- Cleanup

## 2.1.0

- Refactor
- Documentation

## 2.0.11

- Cleanup

## 2.0.10

- Cleanup

## 2.0.9

- Cleanup

## 2.0.8

- Cleanup

## 2.0.7

- Cleanup

## 2.0.6

- Cleanup

## 2.0.5

- Cleanup

## 2.0.4

- Cleanup

## 2.0.3

- Cleanup

## 2.0.2

- Cleanup

## 2.0.1

- Restoration

## 1.1.40

- Cleanup

## 1.1.39

- Bug fix

## 1.1.38

- Bug fix

## 1.1.37

- Bug fix

## 1.1.36

- Cleanup

## 1.1.35

- Cleanup

## 1.1.34

- Bug fix

## 1.1.33

- Version with provenance

## 1.1.32

- Cleanup

## 1.1.31

- Switches to the files-pipe component

## 1.1.30

- Updates files-pipeline component

## 1.1.29

- Enhancement

## 1.1.28

- Bug fix

## 1.1.27

- Cleanup

## 1.1.26

- Bug fix

## 1.1.25

- Cleanup

## 1.1.24

- Cleanup

## 1.1.23

- Switches ownership

## 1.1.22

- Cleanup

## 1.1.21

- Bug fix

## 1.1.20

- Cleanup

## 1.1.19

- Bug fix

## 1.1.18

- Updates pipeline

## 1.1.17

- Bug fix

## 1.1.16

- Refactor

## 1.1.15

- Adds missing types

## 1.1.14

- Adapt

## 1.1.13

- Bug fix

## 1.1.12

- Cleanup

## 1.1.11

- Bug fix

## 1.1.10

- Cleanup

## 1.1.9

- Bug fix

## 1.1.8

- Cleanup

## 1.1.7

- Cleanup

## 1.1.6

- Cleanup

## 1.1.5

- Cleanup

## 1.1.4

- Adds multiple paths

## 1.1.3

- Bug fix

## 1.1.2

- Switches to media preloading

## 1.1.1

- Cleanup

## 1.1.0

- Introduces filters

## 1.0.5

- Switches ownership

## 1.0.4

- Enhancement

## 1.0.3

- Cleanup

## 1.0.2

- Refactor

## 1.0.1

- Bug fix

## 1.0.0

- First stable version

## 0.0.11

- Refactor

## 0.0.10

- Cleanup

## 0.0.9

- Updates dependencies

## 0.0.8

- Refactor

## 0.0.7

<<<<<<< HEAD
### Changed

- Changed `astro` version to `*`.
Expand Down Expand Up @@ -83,6 +382,35 @@

- Added `astro-component`, `astro-integration`, and `withastro` dependencies.
- Updated `Document` field in `package.json`.
=======
- Updates package.json
- Updates README.md
- Minify

## 0.0.6

- Updates package.json
- Updates README.md
- Refactor

## 0.0.5

- Updates README.md

## 0.0.4

- Updates README.md
- Refactor

## 0.0.3

- Adds hedgehog

## 0.0.2

- Provides a CHANGELOG.md
- Adds typescript to devDependencies
>>>>>>> 32f3032abcceadd35a97aa225dbf979b74e65b35
## 0.0.1

Expand Down
Loading

0 comments on commit a16750e

Please sign in to comment.