Skip to content

Commit

Permalink
v6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Nov 8, 2023
1 parent c3f1be2 commit d23410f
Show file tree
Hide file tree
Showing 24 changed files with 1,938 additions and 152 deletions.
2,044 changes: 1,915 additions & 129 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/build-tools",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Collection of helper functions for Stylable based tooling.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/cli",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "A low-level utility used for working with Stylable projects",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/code-formatter",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "A code formatting utility for Stylable stylesheets",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/core-test-kit",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable core test-kit",
"main": "dist/index.js",
"scripts": {
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": "@stylable/core",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "CSS for Components",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-stylable-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-stylable-app",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Quickly create a Stylable application",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/custom-value",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Custom values (variables) for Stylable",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/dom-test-kit",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable DOM testing utilities",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/e2e-test-kit",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "A collection of tools to help test Stylable components and applications from end-to-end",
"main": "dist/index.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/esbuild",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable plugin for esbuild",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-stylable",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "eslint plugin for Stylable usages",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/experimental-loader",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/jest",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Test your Stylable React components using Jest",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/language-service",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/module-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/module-utils",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable module creation utilities",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/node",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Integrate Stylable into your node application",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/optimizer",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable core optimizer",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/rollup-plugin",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable plugin for Rollup",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/runtime",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable runtime DOM integration",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/schema-extract",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "A utility for extracting JSON schema objects from a Stylable stylesheet",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/uni-driver",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Stylable UniDriver testing utilities",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/webpack-extensions",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"description": "Experimental Stylable webpack plugins",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylable/webpack-plugin",
"description": "Webpack (5.x) plugin for Stylable modules",
"version": "5.16.0",
"version": "6.0.0-rc.1",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
Expand Down

0 comments on commit d23410f

Please sign in to comment.