Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malezjaa committed Jan 4, 2024
1 parent 0487dc3 commit fcc89b4
Show file tree
Hide file tree
Showing 5 changed files with 5,403 additions and 2,298 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2024-01-04)

### Bug Fixes

- exports ([c62d37a](https://github.com/malezjaa/eddies/commit/c62d37acbe11ffa47e8f3b593e8850cabaf24d80))
- remove nested css ([6bfd1b5](https://github.com/malezjaa/eddies/commit/6bfd1b579480b2cbff06827fce6f51d716135044))
- remove vscode and fix logo ([2dbacfc](https://github.com/malezjaa/eddies/commit/2dbacfc677a3e732fcf8a6f003d7644344af1884))
- styles ([96a59fd](https://github.com/malezjaa/eddies/commit/96a59fd0aad76d0a7b4ae880da7e59dafa490a0c))

### Features

- add autofocus options ([bce91ea](https://github.com/malezjaa/eddies/commit/bce91eaa43d821f1bdef0e86af1f2ba51592a027))
- add changelogen ([464b6ec](https://github.com/malezjaa/eddies/commit/464b6ec618f6595137901a1bc8db50bcf74c5c95))
- add isEditable prop ([330837d](https://github.com/malezjaa/eddies/commit/330837d0ac2ed3d47da62d51e3f134273e013510))
- create hook for custom editors ([30c4164](https://github.com/malezjaa/eddies/commit/30c4164b2104384defe7e0dc33b4d07323c72a8b))
- docs, github and better styles ([41f1f33](https://github.com/malezjaa/eddies/commit/41f1f33183194d097ae85cfce54dfb9adbbac029))
- google analytics ([6e1ab91](https://github.com/malezjaa/eddies/commit/6e1ab91cbd8aca9b823db1b4c046b22cb0456f6f))
- markdown support ([2f9ab85](https://github.com/malezjaa/eddies/commit/2f9ab85967329850fe6940c72a0f1eb3b058ffdd))
- preview site and image in readme ([0877bd8](https://github.com/malezjaa/eddies/commit/0877bd8ce84eed910bfa46f7acf422a9409e3fd6))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules\\lerna\\schemas\\lerna-schema.json",
"version": "0.0.0",
"version": "0.0.1",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
20 changes: 20 additions & 0 deletions packages/eddies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2024-01-04)

### Bug Fixes

- exports ([c62d37a](https://github.com/malezjaa/eddies/commit/c62d37acbe11ffa47e8f3b593e8850cabaf24d80))
- remove vscode and fix logo ([2dbacfc](https://github.com/malezjaa/eddies/commit/2dbacfc677a3e732fcf8a6f003d7644344af1884))
- styles ([96a59fd](https://github.com/malezjaa/eddies/commit/96a59fd0aad76d0a7b4ae880da7e59dafa490a0c))

### Features

- add autofocus options ([bce91ea](https://github.com/malezjaa/eddies/commit/bce91eaa43d821f1bdef0e86af1f2ba51592a027))
- add isEditable prop ([330837d](https://github.com/malezjaa/eddies/commit/330837d0ac2ed3d47da62d51e3f134273e013510))
- create hook for custom editors ([30c4164](https://github.com/malezjaa/eddies/commit/30c4164b2104384defe7e0dc33b4d07323c72a8b))
- docs, github and better styles ([41f1f33](https://github.com/malezjaa/eddies/commit/41f1f33183194d097ae85cfce54dfb9adbbac029))
- markdown support ([2f9ab85](https://github.com/malezjaa/eddies/commit/2f9ab85967329850fe6940c72a0f1eb3b058ffdd))
2 changes: 1 addition & 1 deletion packages/eddies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eddies",
"version": "0.0.9",
"version": "0.0.1",
"author": "malezjaa <https://www.github.com/malezjaa>",
"description": "Fully featured, modern and extensible editor",
"homepage": "https://malezjaa.github.io/eddies/",
Expand Down
Loading

1 comment on commit fcc89b4

@vercel
Copy link

@vercel vercel bot commented on fcc89b4 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.