Skip to content

Commit 1c0ca3d

Browse files
committed
Bump minor version.
1 parent b97070a commit 1c0ca3d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

lib/utopia/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2009-2024, by Samuel Williams.
55

66
module Utopia
7-
VERSION = "2.26.1"
7+
VERSION = "2.27.0"
88
end

readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ Utopia is a website generation framework which provides a robust set of tools to
1313

1414
## Usage
1515

16-
Please see the [project documentation](https://socketry.github.io/utopia).
16+
Please see the [project documentation](https://github.com/ioquatix/utopia) for more details.
17+
18+
- [Getting Started](https://github.com/ioquatix/utopiaguides/getting-started/index) - This guide explains how to set up a `utopia` website for local development and deployment.
19+
20+
- [Middleware](https://github.com/ioquatix/utopiaguides/middleware/index) - This guide gives an overview of the different Rack middleware used by Utopia.
21+
22+
- [Server Setup](https://github.com/ioquatix/utopiaguides/server-setup/index) - This guide explains how to deploy a `utopia` web application.
23+
24+
- [Installing JavaScript Libraries](https://github.com/ioquatix/utopiaguides/integrating-with-javascript/index) - Utopia integrates with Yarn and provides a [bake task](https://github.com/ioquatix/bake) to simplify deployment packages distributed using `yarn` that implement the `dist` sub-directory convention.
25+
26+
- [What is XNode?](https://github.com/ioquatix/utopiaguides/what-is-xnode/index) - This guide explains the `xnode` view layer and how it can be used to build efficient websites.
27+
28+
- [Updating Utopia](https://github.com/ioquatix/utopiaguides/updating-utopia/index) - This guide explains how to update existing `utopia` websites.
1729

1830
## See Also
1931

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v2.27.0
44

55
- Improved error logging using `Console` gem.
6-
- Only install `npm ls --production` dependencies into `public/_components
6+
- Only install `npm ls --production` dependencies into \`public/\_components

0 commit comments

Comments
 (0)