Skip to content

Commit

Permalink
Fixed last changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jersyfi committed Jan 6, 2023
1 parent 78c646c commit 301be34
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `react-cookify` will be documented in this file.

## v0.1.0-beta.1 - 2022-01-05
## v0.1.0-beta.3 - 2022-01-05

- Added Package [js-cookie](https://github.com/js-cookie/js-cookie/) with the option to customize with `options={{ jscookie: {} }}`
- Added Package `eslint` for better error & warning overview
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
## General info
This is a simple full customizable cookie consent banner for gdpr law. This library is build on pure javascript for easy customization. You can choose your own CSS Framework, your own styles and only need to define query selectors.

| Framework | State | Repository |
| :--- | :--- | :--- |
| Vanilla JS | Production | [@Jersyfi/cookify](https://github.com/Jersyfi/Cookify) |
| React | Dev | [@Jersyfi/react-cookify](https://github.com/Jersyfi/react-ookify) |
| Vue.js | Planned | - |
| Framework | State | Repository |
| :--- | :--- | :--- |
| Vanilla JS | Production | [@Jersyfi/cookify](https://github.com/Jersyfi/Cookify) |
| React | Dev | [@Jersyfi/react-cookify](https://github.com/Jersyfi/react-cookify) |
| Vue.js | Planned | - |

| Frameworks /<br> Features | Vanilla JS | React | Vue.js |
| :--- | :---: | :---: | :---: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cookify",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Simple, customizable open source cookie consent banner for GDPR law",
"scripts": {
"lint": "eslint src/**/*.{js,jsx,ts,tsx,json}",
Expand Down

0 comments on commit 301be34

Please sign in to comment.