Skip to content

Commit

Permalink
Release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
realvjy committed May 1, 2024
1 parent 3b17b75 commit 5a922b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0
- Added SVG + PNG Zip
- Releasing v1

## 0.1.2-beta.0

- Bug fix
- Readme Update
- Action

## 0.1.1-beta.0

- Fix Random Function
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<a href="https://www.npmjs.com/package/coolshapes-react"><img src="https://img.shields.io/npm/v/coolshapes-react" alt="npm package"></a>
</p>

A simple, fun project for the sake of creating some cool-looking abstract shapes with little grainy gradients crafted
by [@realvjy](https://x.com/realvjy). Coolshapes is a completely open-source set of 100+ abstract shapes crafted for any
design and development projects. Free for both commercial and personal use. Licensed under MIT.
A simple, fun project for the sake of creating some cool-looking abstract shapes with little grainy gradients crafted by [@realvjy](https://x.com/realvjy). Coolshapes is a completely open-source set of 100+ abstract shapes crafted for any design and development projects. Free for both commercial and personal use. Licensed under MIT.

### Table of Contents

Expand Down Expand Up @@ -257,13 +255,15 @@ https://unpkg.com/coolshapes-react/dist/umd/coolshapes.js
Figma file coming soon on community

## Credits
Crafted by realvjy. You are always welcome to share your feedback on twitter or any other social media platform.
- Crafted by [realvjy](https://vjy.me?ref=gcs). You are always welcome to share your feedback on twitter or any other social media platform.

- [Noisy Gradients Plugin](https://www.figma.com/community/plugin/1174390287006360600/noisy-gradients) - Some of the gradients generated using **Noisy Gradients** Figma plugin

## Contributing
If you want to contribute, create a [pull request](https://github.com/realvjy/coolshapes-react/pulls).

## Support & Donation

**Coffee fuels coding ☕️**
**Coffee fuels design & coding ☕️**

<a href="https://www.buymeacoffee.com/realvjy" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coolshapes-react",
"version": "0.1.2-beta.0",
"version": "1.0.0",
"description": "A react component library for coolshapes with little grainy gradients.",
"keywords": [
"coolshapes",
Expand Down

0 comments on commit 5a922b0

Please sign in to comment.