Skip to content

Commit

Permalink
chore: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 26, 2024
1 parent 16c821f commit 00b5594
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-taxis-relate.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- @callstack/byorg-utils@0.4.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-core",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
6 changes: 6 additions & 0 deletions packages/discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/byorg-discord

## 0.4.1

### Patch Changes

- @callstack/byorg-core@0.4.1

## 0.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-discord",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
6 changes: 6 additions & 0 deletions packages/document-loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/document-loaders

## 0.4.1

### Patch Changes

- @callstack/byorg-utils@0.4.1

## 0.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/document-loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/document-loaders",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
6 changes: 6 additions & 0 deletions packages/slack-rich-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/slack-rich-text

## 0.4.1

### Patch Changes

- 9a55f52: fix issue with adding styles to incorrect blocks

## 0.4.0

## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/slack-rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/slack-rich-text",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"author": "Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
9 changes: 9 additions & 0 deletions packages/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @callstack/byorg-slack

## 0.4.1

### Patch Changes

- Updated dependencies [9a55f52]
- @callstack/slack-rich-text@0.4.1
- @callstack/byorg-core@0.4.1
- @callstack/byorg-utils@0.4.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-slack",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/byorg-utils

## 0.4.1

## 0.4.0

## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-utils",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -e
pnpm publish --recursive --filter @callstack/* --access public
pnpm changeset tag

echo "\nPublished to NPM 🎉"
echo "\\nPublished to NPM 🎉"
2 changes: 1 addition & 1 deletion scripts/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pnpm build
pnpm changeset version
pnpm install

echo "\nReview and commit changelog files 👀"
echo "\\nReview and commit changelog files 👀"

0 comments on commit 00b5594

Please sign in to comment.