Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ljcl committed Nov 9, 2023
1 parent 5df22e6 commit e5d27a2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-lamps-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-colts-unite.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# examples

## 0.4.0

### Minor Changes

- 5df22e65: Upgrades Storybook and fixes deprecated warnings

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-addon-cssprops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ljcl/storybook-addon-cssprops

## 3.2.0

### Minor Changes

- 5df22e65: Fixes issue with deprecated render key and adds -- prefix to CSS prop name

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-cssprops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ljcl/storybook-addon-cssprops",
"version": "3.1.0",
"version": "3.2.0",
"description": "Interact with css custom properties dynamically in the Storybook UI",
"keywords": [
"storybook-addons",
Expand Down

0 comments on commit e5d27a2

Please sign in to comment.