Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Feb 10, 2023
1 parent a7721ed commit ff2f0ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The current release has been tested and is confirmed working with the following

## Features

- Next.js version 13.0.3
- Next.js version 13.1.6
- React 18
- Connect to Woocommerce GraphQL API and list name, price and display image for products
- Support for simple products and variable products
Expand All @@ -90,6 +90,7 @@ The current release has been tested and is confirmed working with the following
- Shows page load progress with Nprogress during navigation
- Fully responsive design
- Category and product listings
- Show stock status
- Pretty URLs with builtin Nextjs functionality
- Tailwind 3 for styling
- JSDoc comments
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": "nextjs-woocommerce",
"version": "1.1.1",
"version": "1.1.2",
"description": "Next.js WooCommerce webshop",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff2f0ec

Please sign in to comment.