Skip to content

Commit

Permalink
publish v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Atkinson authored and Ryan Atkinson committed Aug 24, 2024
1 parent eb93928 commit ad6af83
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/real-rings-beg.md

This file was deleted.

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

## 0.14.0

### Minor Changes

- improve shadows ([#37](https://github.com/ryanatkn/moss/pull/37))

- add `inner` and `outer` shadow variants
- remove `x` offset from all shadows

## 0.13.4

### Patch 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/moss",
"version": "0.13.4",
"version": "0.14.0",
"description": "CSS framework",
"motto": "magical organic stylesheets",
"glyph": "🌿",
Expand Down
4 changes: 2 additions & 2 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type {Src_Json} from '@ryanatkn/gro/src_json.js';

export const package_json = {
name: '@ryanatkn/moss',
version: '0.13.4',
version: '0.14.0',
description: 'CSS framework',
motto: 'magical organic stylesheets',
glyph: '🌿',
Expand Down Expand Up @@ -84,7 +84,7 @@ export const package_json = {

export const src_json = {
name: '@ryanatkn/moss',
version: '0.13.4',
version: '0.14.0',
modules: {
'./package.json': {path: 'package.json', declarations: []},
'./style_animations.css': {path: 'style_animations.css', declarations: []},
Expand Down

0 comments on commit ad6af83

Please sign in to comment.