Skip to content

Commit

Permalink
v1.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain authored and metonym committed Mar 23, 2024
1 parent 4dabb82 commit 68c19f5
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 150 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0-next.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.82.8...v1.0.0-next.0) (2024-01-12)

### ⚠ BREAKING CHANGES

- initial pre-release - Carbon v11 styles (#1881)

### Features

- initial pre-release - Carbon v11 styles ([#1881](https://github.com/carbon-design-system/carbon-components-svelte/issues/1881)) ([b807a34](https://github.com/carbon-design-system/carbon-components-svelte/commit/b807a3437deee96d74839960344d8e40a1bc9164)), closes [#1872](https://github.com/carbon-design-system/carbon-components-svelte/issues/1872)

## [0.85.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.84.1...v0.85.0) (2024-03-23)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Component Index

> 165 components exported from carbon-components-svelte@0.82.8.
> 165 components exported from carbon-components-svelte@1.0.0-next.0.
## Components

Expand Down
194 changes: 46 additions & 148 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "0.85.0",
"version": "1.0.0-next.0",
"license": "Apache-2.0",
"description": "Svelte implementation of the Carbon Design System",
"svelte": "./src/index.js",
Expand Down

0 comments on commit 68c19f5

Please sign in to comment.