Skip to content

Commit

Permalink
chore(repo): Version packages (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 5, 2024
1 parent 36e3793 commit 64b7cd5
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-hats-smoke.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wet-humans-invent.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies [5850374]
- Updated dependencies [bcdbc86]
- @knocklabs/react@0.1.0
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,7 +14,7 @@
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.3.1",
"@knocklabs/node": "^0.4.25",
"@knocklabs/react": "0.1.0-rc.0",
"@knocklabs/react": "0.1.0",
"framer-motion": "^10.16.5",
"next": "^14.0.2",
"next-seo": "^6.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## 0.0.1

### Patch Changes

- bcdbc86: Initialize monorepo
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/eslint-config",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"files": [
"library.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## 0.1.0

### Patch Changes

- bcdbc86: Initialize monorepo
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@knocklabs/react-core",
"description": "A set of React components to build notification experiences powered by Knock",
"author": "@knocklabs",
"version": "0.1.0-rc.0",
"version": "0.1.0",
"license": "MIT",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog

## 0.1.0

### Patch Changes

- 5850374: chore: only redirect when action url is not empty
feat: add a11y improvements to buttons
- bcdbc86: Initialize monorepo
- Updated dependencies [bcdbc86]
- @knocklabs/react-core@0.1.0
4 changes: 2 additions & 2 deletions 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.1.0-rc.0",
"version": "0.1.0",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@knocklabs/client": "*",
"@knocklabs/react-core": "0.1.0-rc.0",
"@knocklabs/react-core": "0.1.0",
"date-fns": "^2.30.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## 0.0.1

### Patch Changes

- bcdbc86: Initialize monorepo
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/typescript-config",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 64b7cd5

Please sign in to comment.