Skip to content

Commit

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


## 1.0.0 (2023-11-14)


### Features

* add banner linking to old site
([1fd9a44](1fd9a44))
* add specs link to sidebar
([#11](#11))
([ab2f048](ab2f048))
* adds pricing and features pages
([#4](#4))
([962cf3d](962cf3d))
* bones of the homepage 🦴
([bb7905e](bb7905e))
* docs in website! ([#5](#5))
([484e0c1](484e0c1))
* homepage gets nicer
([#1](#1))
([bd5fae8](bd5fae8))
* lint md in ci with remark
([#9](#9))
([22328cd](22328cd))
* pink first website header.
([#18](#18))
([37c7052](37c7052))
* price plans ([#6](#6))
([cefc492](cefc492))


### Bug Fixes

* broken links and copy
([#19](#19))
([c268748](c268748))
* rename plan from free to starter
([#16](#16))
([eb5b73e](eb5b73e))
* update footer links
([#14](#14))
([7f2ac1e](7f2ac1e))
* update meta for created and merged docs page
([#17](#17))
([c99f62c](c99f62c))


### Other Changes

* deploy website from CI
([#2](#2))
([4952aa2](4952aa2))

---
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] authored Nov 14, 2023
1 parent c268748 commit b572de7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## 1.0.0 (2023-11-14)


### Features

* add banner linking to old site ([1fd9a44](https://github.com/web3-storage/www/commit/1fd9a44fb9de9864ae8df1c902608f1737dc6fed))
* add specs link to sidebar ([#11](https://github.com/web3-storage/www/issues/11)) ([ab2f048](https://github.com/web3-storage/www/commit/ab2f048b6a4ab492465359b6189974d67d296d4b))
* adds pricing and features pages ([#4](https://github.com/web3-storage/www/issues/4)) ([962cf3d](https://github.com/web3-storage/www/commit/962cf3dc8238eb6abfb525329b02b023454eaf68))
* bones of the homepage 🦴 ([bb7905e](https://github.com/web3-storage/www/commit/bb7905ee777d38e05d0911fd07270bbde29319d8))
* docs in website! ([#5](https://github.com/web3-storage/www/issues/5)) ([484e0c1](https://github.com/web3-storage/www/commit/484e0c1fdfbc86cfc8d4cf0a2f5bd83398cc6726))
* homepage gets nicer ([#1](https://github.com/web3-storage/www/issues/1)) ([bd5fae8](https://github.com/web3-storage/www/commit/bd5fae89f95c4061a891cbe683ac3b114fe6ec71))
* lint md in ci with remark ([#9](https://github.com/web3-storage/www/issues/9)) ([22328cd](https://github.com/web3-storage/www/commit/22328cddc2753fbbf9b98afd569fed7d52ff796b))
* pink first website header. ([#18](https://github.com/web3-storage/www/issues/18)) ([37c7052](https://github.com/web3-storage/www/commit/37c7052910a8a6fd6aa90863ed4534dd2512b054))
* price plans ([#6](https://github.com/web3-storage/www/issues/6)) ([cefc492](https://github.com/web3-storage/www/commit/cefc4926880b63475c2dcf7faed41955b109b9af))


### Bug Fixes

* broken links and copy ([#19](https://github.com/web3-storage/www/issues/19)) ([c268748](https://github.com/web3-storage/www/commit/c2687488290dd83fe9e38e0022efffb663e87469))
* rename plan from free to starter ([#16](https://github.com/web3-storage/www/issues/16)) ([eb5b73e](https://github.com/web3-storage/www/commit/eb5b73eef059a840cf82f24da11c3c0f55332000))
* update footer links ([#14](https://github.com/web3-storage/www/issues/14)) ([7f2ac1e](https://github.com/web3-storage/www/commit/7f2ac1ec429b04565eb5bbe0c50b234e10988220))
* update meta for created and merged docs page ([#17](https://github.com/web3-storage/www/issues/17)) ([c99f62c](https://github.com/web3-storage/www/commit/c99f62caab9cff3fa82a4e5295f81f0a6791f64f))


### Other Changes

* deploy website from CI ([#2](https://github.com/web3-storage/www/issues/2)) ([4952aa2](https://github.com/web3-storage/www/commit/4952aa2dc90a79917bdc8b9ef41388a1103e28a8))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit b572de7

Please sign in to comment.