Skip to content

Commit

Permalink
Version Packages (#1653)
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
atlas-dst-bot and github-actions[bot] authored Apr 8, 2024
1 parent 10c9dce commit f0e540a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-ghosts-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-bags-remember.md

This file was deleted.

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

## 0.28.5

### Patch Changes

- 1b1a94a5: Remove the invariant to fail on an empty cssMap object for easier iterative development.

## 0.28.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/babel-plugin",
"version": "0.28.4",
"version": "0.28.5",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/react

## 0.17.1

### Patch Changes

- 10c9dcec: added additional type exports to support other ts moduleResolution methods

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/react",
"version": "0.17.0",
"version": "0.17.1",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"keywords": [
"compiled",
Expand Down

0 comments on commit f0e540a

Please sign in to comment.