Skip to content

Commit

Permalink
chore(changesets): bump packages version (#24)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @jsxcss/[email protected]

### Patch Changes

-   7a34577: changeset publish initialization

## @jsxcss/[email protected]

### Patch Changes

-   7a34577: changeset publish initialization
-   Updated dependencies [7a34577]
    -   @jsxcss/[email protected]

## @jsxcss/[email protected]

### Patch Changes

-   Updated dependencies [7a34577]
    -   @jsxcss/[email protected]

Co-authored-by: Jonghyeon Ko <[email protected]>
  • Loading branch information
github-actions[bot] and manudeli committed Jun 2, 2023
1 parent 7a34577 commit 4cd933a
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/gold-turtles-vanish.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 @@
# @jsxcss/core

## 1.3.9

### Patch Changes

- 7a34577: changeset publish initialization

## 1.3.8

## 1.3.7
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": "@jsxcss/core",
"version": "1.3.8",
"version": "1.3.9",
"keywords": [
"jsxcss",
"react"
Expand Down
8 changes: 8 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jsxcss/emotion

## 1.3.9

### Patch Changes

- 7a34577: changeset publish initialization
- Updated dependencies [7a34577]
- @jsxcss/core@1.3.9

## 1.3.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsxcss/emotion",
"version": "1.3.8",
"version": "1.3.9",
"keywords": [
"jsxcss",
"react"
Expand Down Expand Up @@ -35,7 +35,7 @@
"type:check": "tsc --noEmit"
},
"dependencies": {
"@jsxcss/core": "workspace:1.3.8"
"@jsxcss/core": "workspace:1.3.9"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.10.0",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 0.0.2

### Patch Changes

- Updated dependencies [7a34577]
- @jsxcss/emotion@1.3.9

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions websites/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsxcss/emotion-test",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.11.0",
"@jsxcss/emotion": "workspace:1.3.8",
"@jsxcss/emotion": "workspace:1.3.9",
"@react-spring/web": "^9.7.2",
"axios": "^1.2.0",
"framer-motion": "^9.0.7",
Expand Down

2 comments on commit 4cd933a

@vercel
Copy link

@vercel vercel bot commented on 4cd933a Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

emotion – ./websites/emotion

emotion.jsxcss.org
emotion-jsxcss.vercel.app
emotion-git-main-jsxcss.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4cd933a Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./websites/docs

docs-git-main-jsxcss.vercel.app
jsxcss.org
docs-jsxcss.vercel.app
docs.jsxcss.org
www.jsxcss.org

Please sign in to comment.