Skip to content

Commit

Permalink
chore(main): release w3console 1.0.0 (#49)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2023-11-29)


### Features

* add logout page
([#42](#42))
([654453d](654453d))
* add placeholder for storage providers
([48716a6](48716a6))
* add space route
([#10](#10))
([eeb11c6](eeb11c6))
* add stripe pricing table config
([#41](#41))
([f9c772e](f9c772e))
* add test command
([7c9f41a](7c9f41a))
* first pass at a plans page
([#8](#8))
([fdcebde](fdcebde))
* fix SpaceFinder and improve nav
([#16](#16))
([94bcfe4](94bcfe4))
* gate access to the site on having a Stripe plan
([#15](#15))
([8ddf093](8ddf093))
* get .github set up
([b6f0a9a](b6f0a9a))
* nice button group, space list, and space create explainer
([#14](#14))
([9755f89](9755f89))
* plan gate styles
([#40](#40))
([88823ca](88823ca))
* tweaks to plans to make more lovely
([#9](#9))
([46d930c](46d930c))
* usage bar ([#39](#39))
([9db653c](9db653c))
* use new w3ui
([#48](#48))
([4430db3](4430db3))


### Bug Fixes

* add necessary cloudflare deploy config
([07047e2](07047e2))
* avoid janky re-renders when navigating from /
([#44](#44))
([1b428c4](1b428c4))
* get W3UP_PROVIDER set properly
([f65ebb9](f65ebb9))
* iron out a few styling kinks
([#5](#5))
([8d0b37a](8d0b37a))
* links
([f66dd6d](f66dd6d))
* lint
([525e74e](525e74e))
* make loader less ugly
([bfa55ca](bfa55ca))
* make the website work
([a19e540](a19e540))
* package.json uses next ^13.5.4 not latest
([#12](#12))
([056debe](056debe))
* remove console.log
([9d27917](9d27917))
* remove project I accidentally checked in
([6c6b0ea](6c6b0ea))
* tailwind to check entire src tree for clases
([#7](#7))
([dcc5de1](dcc5de1))
* type issues
([f47b9bc](f47b9bc))
* update dependencies
([7fd007d](7fd007d))
* use the correct build command
([e08304e](e08304e))


### Other Changes

* add documentation for running against a development service
([#11](#11))
([8f31e35](8f31e35))
* add line to README to trigger/test a new release
([#28](#28))
([0e18073](0e18073))
* add line to README.md to trigger deploy
([df63608](df63608))
* fix deps
([fa59625](fa59625))
* fix prod env url to be console.web3.storage
([#34](#34))
([aadb538](aadb538))
* **main:** release w3up-website 1.0.0
([38415af](38415af))
* **main:** release w3up-website 1.1.0
([#4](#4))
([aa11eb6](aa11eb6))
* **main:** release w3up-website 1.1.1
([#29](#29))
([86ee1e8](86ee1e8))
* **main:** release w3up-website 1.1.2
([#32](#32))
([ff91a3b](ff91a3b))
* **main:** release w3up-website 1.2.0
([#36](#36))
([ab4bdb9](ab4bdb9))
* update `.env.tpl` to sensible defaults for local dev
([#43](#43))
([2865d06](2865d06))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent 4430db3 commit d70c914
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Changelog

## 1.0.0 (2023-11-29)


### Features

* add logout page ([#42](https://github.com/web3-storage/console/issues/42)) ([654453d](https://github.com/web3-storage/console/commit/654453d91418ca7b65f0f04509f9233467b9cace))
* add placeholder for storage providers ([48716a6](https://github.com/web3-storage/console/commit/48716a659bcdcd520ca4ef610872d90c287cf99c))
* add space route ([#10](https://github.com/web3-storage/console/issues/10)) ([eeb11c6](https://github.com/web3-storage/console/commit/eeb11c65ac4164933b80deb805c9e0338de7b6ab))
* add stripe pricing table config ([#41](https://github.com/web3-storage/console/issues/41)) ([f9c772e](https://github.com/web3-storage/console/commit/f9c772e1cb262d85b3788c225eda29282d42b8ba))
* add test command ([7c9f41a](https://github.com/web3-storage/console/commit/7c9f41ab306787454c9216174e1e51f5a82eaa49))
* first pass at a plans page ([#8](https://github.com/web3-storage/console/issues/8)) ([fdcebde](https://github.com/web3-storage/console/commit/fdcebde98984dc36a5b94ff71de634eb9c99d494))
* fix SpaceFinder and improve nav ([#16](https://github.com/web3-storage/console/issues/16)) ([94bcfe4](https://github.com/web3-storage/console/commit/94bcfe4fd18befcc6019dbc75621eb98c3093e1c))
* gate access to the site on having a Stripe plan ([#15](https://github.com/web3-storage/console/issues/15)) ([8ddf093](https://github.com/web3-storage/console/commit/8ddf0930a8b6690ec4a95805eccec436ed0bf505))
* get .github set up ([b6f0a9a](https://github.com/web3-storage/console/commit/b6f0a9a10d9f5c8c20168c965d19519e829b46ad))
* nice button group, space list, and space create explainer ([#14](https://github.com/web3-storage/console/issues/14)) ([9755f89](https://github.com/web3-storage/console/commit/9755f8927943d40f756d517f9340b078293ca7ca))
* plan gate styles ([#40](https://github.com/web3-storage/console/issues/40)) ([88823ca](https://github.com/web3-storage/console/commit/88823cab87c54571a2d0f67815c24cd4d602cf34))
* tweaks to plans to make more lovely ([#9](https://github.com/web3-storage/console/issues/9)) ([46d930c](https://github.com/web3-storage/console/commit/46d930ce00afd41c85e84a38f83fdb68eaaa289e))
* usage bar ([#39](https://github.com/web3-storage/console/issues/39)) ([9db653c](https://github.com/web3-storage/console/commit/9db653c68a9a15ec04d7f3a416e20080732d7466))
* use new w3ui ([#48](https://github.com/web3-storage/console/issues/48)) ([4430db3](https://github.com/web3-storage/console/commit/4430db3af0acac4c89178f9d4a8749d431bacb80))


### Bug Fixes

* add necessary cloudflare deploy config ([07047e2](https://github.com/web3-storage/console/commit/07047e2e700ba48dab8d14ee2bcb474f36a71912))
* avoid janky re-renders when navigating from / ([#44](https://github.com/web3-storage/console/issues/44)) ([1b428c4](https://github.com/web3-storage/console/commit/1b428c4741a69523cd17b8e8c0fcb4d2300dd980))
* get W3UP_PROVIDER set properly ([f65ebb9](https://github.com/web3-storage/console/commit/f65ebb980393730f67f44bff2e64f5e10880033b))
* iron out a few styling kinks ([#5](https://github.com/web3-storage/console/issues/5)) ([8d0b37a](https://github.com/web3-storage/console/commit/8d0b37a7e88c47138123b46a020a92459c11b468))
* links ([f66dd6d](https://github.com/web3-storage/console/commit/f66dd6d5b04c3f7461a8e196f4a359fddcb6f19c))
* lint ([525e74e](https://github.com/web3-storage/console/commit/525e74e8bdb9e5b7b1e463017cdd360be056fd95))
* make loader less ugly ([bfa55ca](https://github.com/web3-storage/console/commit/bfa55caa2207a83bebccfc0d23e324671c621080))
* make the website work ([a19e540](https://github.com/web3-storage/console/commit/a19e540366f82664c4c3d67fcaa50082e0ffe3ed))
* package.json uses next ^13.5.4 not latest ([#12](https://github.com/web3-storage/console/issues/12)) ([056debe](https://github.com/web3-storage/console/commit/056debe60ee479e10f435ac4ee0a5674c31595b8))
* remove console.log ([9d27917](https://github.com/web3-storage/console/commit/9d27917d52334c4d9d2577de144ee5126529d77a))
* remove project I accidentally checked in ([6c6b0ea](https://github.com/web3-storage/console/commit/6c6b0ea957d50ae5063732aeb7c042568b334a02))
* tailwind to check entire src tree for clases ([#7](https://github.com/web3-storage/console/issues/7)) ([dcc5de1](https://github.com/web3-storage/console/commit/dcc5de155f836c96331df3b8b62ce73f6938e476))
* type issues ([f47b9bc](https://github.com/web3-storage/console/commit/f47b9bcf796f8114c708ffc451ea440662069012))
* update dependencies ([7fd007d](https://github.com/web3-storage/console/commit/7fd007d7a09464772357b0391530464b3d0c5f3e))
* use the correct build command ([e08304e](https://github.com/web3-storage/console/commit/e08304e0f409ffacdfb47aeded50ece33a83debd))


### Other Changes

* add documentation for running against a development service ([#11](https://github.com/web3-storage/console/issues/11)) ([8f31e35](https://github.com/web3-storage/console/commit/8f31e354f559db1eff38aa3028809277d659043c))
* add line to README to trigger/test a new release ([#28](https://github.com/web3-storage/console/issues/28)) ([0e18073](https://github.com/web3-storage/console/commit/0e18073d177d2121fe8c3569c7404d9ed9f24d05))
* add line to README.md to trigger deploy ([df63608](https://github.com/web3-storage/console/commit/df63608aafbd48d2d056c36bdd3b323c6a93a624))
* fix deps ([fa59625](https://github.com/web3-storage/console/commit/fa596253445a74563863bb98e241926f04527fe4))
* fix prod env url to be console.web3.storage ([#34](https://github.com/web3-storage/console/issues/34)) ([aadb538](https://github.com/web3-storage/console/commit/aadb5384d7d9176fb2f6971de7ac431ea2dc7719))
* **main:** release w3up-website 1.0.0 ([38415af](https://github.com/web3-storage/console/commit/38415af63b21aa478719f2f4aac21a54646ac18b))
* **main:** release w3up-website 1.1.0 ([#4](https://github.com/web3-storage/console/issues/4)) ([aa11eb6](https://github.com/web3-storage/console/commit/aa11eb6950cc5b6ab7c498e1733393e5aff0d896))
* **main:** release w3up-website 1.1.1 ([#29](https://github.com/web3-storage/console/issues/29)) ([86ee1e8](https://github.com/web3-storage/console/commit/86ee1e87edbdcce1d8f646cf93a7dbdf49bafc1f))
* **main:** release w3up-website 1.1.2 ([#32](https://github.com/web3-storage/console/issues/32)) ([ff91a3b](https://github.com/web3-storage/console/commit/ff91a3b0a1fb5723419b35adaa0c2733c85fd5c9))
* **main:** release w3up-website 1.2.0 ([#36](https://github.com/web3-storage/console/issues/36)) ([ab4bdb9](https://github.com/web3-storage/console/commit/ab4bdb98953e98efb385da8078e2462de548e818))
* update `.env.tpl` to sensible defaults for local dev ([#43](https://github.com/web3-storage/console/issues/43)) ([2865d06](https://github.com/web3-storage/console/commit/2865d06ce48b5c811945f81e649249c046f873ab))

## [1.2.0](https://github.com/web3-storage/console/compare/w3up-website-v1.1.2...w3up-website-v1.2.0) (2023-11-14)


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": "w3console",
"version": "1.2.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d70c914

Please sign in to comment.