Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigSasha committed Sep 1, 2023
2 parents df09962 + f3b0ae1 commit 97ac4c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.2.0...v1.3.0) (2023-09-01)


### Features

* update docs ([a0bb3cf](https://github.com/TheBigSasha/tbsui-ssr/commit/a0bb3cfef1c66b257bf4c96501cde0cedf6715c4))

## [1.2.0](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.1.0...v1.2.0) (2023-09-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A library of components which can all be shipped with zero javascript using Next
- Use custom hooks that depend on state, effects, or browser-only APIs

## Customization
Override default scss variables to style the library! If you want to use default values, import 'defaultvalues.scss'
Override default scss variables to style the library! If you want to use default values, import `defaultvalues.scss`

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "thebigsasha <sasha@sashaphoto.ca>",
"description": "A React component library which is capable of being deployed with javascript on the client.",
"private": false,
"version": "1.2.1",
"version": "1.3.0",
"packageManager": "pnpm@8.4.0",
"main": "./dist/tbsui-ssr.umd.js",
"module": "./dist/tbsui-ssr.es.js",
Expand Down

0 comments on commit 97ac4c8

Please sign in to comment.