Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cinnyapp/folds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: cinnyapp/folds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 2 commits
  • 100 files changed
  • 3 contributors

Commits on Jan 30, 2023

  1. fix: replace stitches with vanilla-extract (#10)

    * refactor: replace webpack with vite & add vanilla extract
    
    * feat: add theme config for vanilla-extract
    
    * chore: fix lint staged tsc typecheck
    
    * refactor: use vanilla-extract in avatar component
    
    * refactor: use vanilla-extract in badge component
    
    * refactor: use vanilla-extract in box component
    
    * refactor: use vanilla-extract in button component
    
    * refactor: use vanilla-extract in checkbox component
    
    * refactor: use vanilla-extract in chip component
    
    * refactor: use vanilla-extract in dialog component
    
    * refactor: use vanilla-extract in header component
    
    * refactor: use vanilla-extract in icon component
    
    * refactor: use vanilla-extract in icon-button component
    
    * refactor: use vanilla-extract in input component
    
    * refactor: use vanilla-extract in line component
    
    * refactor: use vanilla-extract in menu component
    
    * refactor: use vanilla-extract in modal component
    
    * refactor: use vanilla-extract in overlay component
    
    * refactor: use vanilla-extract in popout component
    
    * refactor: use vanilla-extract in radio-button component
    
    * refactor: use vanilla-extract in scroll component
    
    * refactor: use vanilla-extract in spinner component
    
    * refactor: use vanilla-extract in switch component
    
    * refactor: use vanilla-extract in text component
    
    * refactor: use vanilla-extract in tooltip component
    
    * build: replace yarn with npm
    
    * chore: fix installing deps command
    
    * chore: replace yarn from pre-commit
    
    * chore: check types in pre-commit
    
    * chore: import inter font in storybook preview js
    
    * build: remove build step when releasing
    
    * chore: add base decorator for storybook
    
    * build: fix build process
    
    * build: add build step when releasing
    
    ---------
    
    Co-authored-by: Krishan <[email protected]>
    ajbura and kfiven authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c11b9a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. chore(release): 1.0.3 [skip ci]

    ## [1.0.3](v1.0.2...v1.0.3) (2023-01-31)
    
    ### Bug Fixes
    
    * replace stitches with vanilla-extract ([#10](#10)) ([c11b9a4](c11b9a4))
    semantic-release-bot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8c41fbb View commit details
    Browse the repository at this point in the history
Loading