Skip to content

Commit

Permalink
publish v0.135.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 15, 2024
1 parent 03d8a4c commit 955b0f9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-moose-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-wombats-shake.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ryanatkn/gro

## 0.135.0

### Minor Changes

- bump required node version to `20.17` ([#498](https://github.com/ryanatkn/gro/pull/498))

### Patch Changes

- use node's `styleText` directly instead of belt's re-exports ([#498](https://github.com/ryanatkn/gro/pull/498))

## 0.134.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryanatkn/gro",
"version": "0.134.0",
"version": "0.135.0",
"description": "task runner and toolkit extending SvelteKit",
"motto": "generate, run, optimize",
"glyph": "🌰",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {Src_Json} from './src_json.js';

export const package_json = {
name: '@ryanatkn/gro',
version: '0.134.0',
version: '0.135.0',
description: 'task runner and toolkit extending SvelteKit',
motto: 'generate, run, optimize',
glyph: '🌰',
Expand Down Expand Up @@ -268,7 +268,7 @@ export const package_json = {

export const src_json = {
name: '@ryanatkn/gro',
version: '0.134.0',
version: '0.135.0',
modules: {
'.': {
path: 'index.ts',
Expand Down

0 comments on commit 955b0f9

Please sign in to comment.