Skip to content

Commit 9c50838

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 89ef723 + 0bd09f7 commit 9c50838

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Buefy Changelog
22

3-
## [1.0.0](https://github.com/buefy/buefy/pull/4077) unreleased
3+
## [1.0.1](https://github.com/buefy/buefy/pull/4077)
44

55
### Breaking changes
66

@@ -19,10 +19,17 @@
1919
* Clarified developer release installation instructions and naming conventions in the README.
2020

2121
### Others
22-
* Version bump: package.json version set to 1.0.0.
22+
* Version bump: package.json version set to 1.0.1.
2323
* jsconfig updated to reference new source directory.
2424
* Large updates to package-lock.json and workflow YAML files to match new structure.
2525

26+
27+
## [1.0.0](https://www.npmjs.com/package/buefy/v/1.0.0) depricated
28+
This version was published more than 8 years before the intended release of Buefy 1.0 and does **not** represent the official, stable `v1`. It was released prematurely and lacks the features, structure, and design decisions that define the true `Buefy v1.0.0`
29+
30+
Please upgrade to `v1.0.1` or newer to access the latest architecture, complete documentation, and active support.
31+
32+
2633
## Buefy-next 0.2.1 unreleased
2734

2835
Buefy-next 0.2.1 is now compiled with Vue 3.4.13, so the recommended Vue version is 3.4.13 or higher.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://buefy.org",
66
"description": "Lightweight UI components for Vue.js (v3) based on Bulma",
77
"license": "MIT",

packages/buefy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buefy",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Lightweight UI components for Vue.js (v3) based on Bulma",
55
"keywords": [
66
"vuejs",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"author": "Rafael Beraldo <rafael.pimpa@gmail.com>",
66
"maintainers": [

0 commit comments

Comments
 (0)