Skip to content

Commit

Permalink
Merge pull request #44 from cieloazul310/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
cieloazul310 authored Oct 27, 2023
2 parents 60221c3 + a197cfd commit e4453c8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-bees-collect.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [093eeb1]
- @cieloazul310/astro-sarkara@1.0.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions app/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-app",
"private": true,
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@cieloazul310/astro-sarkara": "^0.1.0",
"@cieloazul310/astro-sarkara": "^1.0.0",
"astro": "^3.4.0",
"rehype": "^13.0.1",
"rehype-class-names": "^1.0.14"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cieloazul310/astro-sarkara

## 1.0.0

### Major Changes

- 093eeb1: bump major package

## 0.1.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,7 +1,7 @@
{
"name": "@cieloazul310/astro-sarkara",
"description": "Core package of astro-sarkara, including Astro components and layout built with Panda CSS.",
"version": "0.1.0",
"version": "1.0.0",
"license": "ISC",
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit e4453c8

Please sign in to comment.