Skip to content

chore: version package #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/great-needles-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# magicbell-swift-user-client

## 0.3.0

### Minor Changes

- [#14](https://github.com/magicbell/magicbell-swift-user-client/pull/14) [`6236c20`](https://github.com/magicbell/magicbell-swift-user-client/commit/6236c20f2d9015d25f508c44a97d87c484140af3) Thanks [@stigi](https://github.com/stigi)! - Renaming library to magicbell-swift-user-client

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MagicBellUserClient Swift SDK 0.2.0
# MagicBellUserClient Swift SDK 0.3.0

Welcome to the MagicBellUserClient SDK documentation. This guide will help you get started with integrating and using the MagicBellUserClient SDK in your project.

Expand All @@ -8,7 +8,7 @@ OpenAPI 3.0.3 Specification for MagicBell API.

## Table of Contents

- [MagicBellUserClient Swift SDK 0.2.0](#magicbelluserclient-swift-sdk-020)
- [MagicBellUserClient Swift SDK 0.3.0](#magicbelluserclient-swift-sdk-020)
- [About the API](#about-the-api)
- [Table of Contents](#table-of-contents)
- [Setup \& Configuration](#setup--configuration)
Expand Down Expand Up @@ -41,7 +41,7 @@ To install MagicBell using [Swift Package Manager](https://www.swift.org/package

```swift
dependencies: [
.package(url: "https://github.com/magicbell/magicbell-swift-user-client", .upToNextMajor(from: "0.1.0"))
.package(url: "https://github.com/magicbell/magicbell-swift-user-client", .upToNextMajor(from: "0.3.0"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell-swift-user-client",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
Expand Down