Skip to content

Commit

Permalink
v0.1.0 (#11)
Browse files Browse the repository at this point in the history
* pump version to 0.1.0
  • Loading branch information
AlrasheedA authored Jul 11, 2024
1 parent e1060b5 commit 9b76344
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

## Unreleased

## [0.1.0] - 2024-07-11

### Added

- Changelog
- fcose and cola layout support ([#10](https://github.com/AlrasheedA/st-link-analysis/pull/10))
- Viewbar frontend component for zooming, fitting, and centering the view ([#8](https://github.com/AlrasheedA/st-link-analysis/pull/8))
- Github workflow for PRs
- README development instructions
- Python linting and testing (Ruff & playwright-pytest)
- Node formatting and linting (Prettier & ESLint)

### Changed

- Updated CSS styling ([#7](https://github.com/AlrasheedA/st-link-analysis/pull/7))
- Extended examples to include more functionality + documentation ()

### Removed

- Example in the module the directory
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project provides a Streamlit custom component for visualizing and interacti
## Demo
![extended-example](demo.gif)

A demo deployed with Render's free tier can be [accessed here](https://st-link-analysis-demo.onrender.com/).
A demo deployed with Render can be [accessed here](https://st-link-analysis-demo.onrender.com/).

## Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "st_link_analysis"
version = "0.0.1"
version = "0.1.0"
authors = [{ name = "AlrasheedA" }]
description = "A streamlit custom component for visualizing and interacting with graphs"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion st_link_analysis/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "st-link-analysis",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"description": "description",
"main": "index.js",
Expand Down

0 comments on commit 9b76344

Please sign in to comment.