Skip to content

Commit

Permalink
chore(repo): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2025
1 parent 76ba00a commit ab62092
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-tigers-hunt.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/nextjs-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nextjs-example

## 1.0.46

### Patch Changes

- Updated dependencies [68f2c5c]
- @knocklabs/react@0.4.2

## 1.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-example",
"version": "1.0.45",
"version": "1.0.46",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.2

### Patch Changes

- 68f2c5c: Fix a11y issues caught by eslint-plugin-jsx-a11y

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@knocklabs/react",
"description": "A set of React components to build notification experiences powered by Knock",
"author": "@knocklabs",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
Expand Down

0 comments on commit ab62092

Please sign in to comment.